All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

The RPL Source routing header. More...

Detailed Description

The RPL Source routing header.

See also
RFC 6554

Definition at line 42 of file srh.h.

#include <srh.h>

Data Fields

uint8_t nh
 next header
 
uint8_t len
 length in 8 octets without first octet
 
uint8_t type
 identifier of a particular routing header type
 
uint8_t seg_left
 number of route segments remaining
 
uint8_t compr
 number of prefix octets (comprI and comprE)
 
uint8_t pad_resv
 padding and reserved
 
uint16_t resv
 reserved
 
- Data Fields inherited from ipv6_ext_rh_t
uint8_t nh
 next header
 
uint8_t len
 length in 8 octets without first octet
 
uint8_t type
 identifier of a particular routing header type
 
uint8_t seg_left
 number of route segments remaining
 
- Data Fields inherited from ipv6_ext_t
uint8_t nh
 next header
 
uint8_t len
 length in 8 octets without first octet
 

Field Documentation

◆ compr

uint8_t gnrc_rpl_srh_t::compr

number of prefix octets (comprI and comprE)

Definition at line 47 of file srh.h.

◆ len

uint8_t gnrc_rpl_srh_t::len

length in 8 octets without first octet

Definition at line 44 of file srh.h.

◆ nh

uint8_t gnrc_rpl_srh_t::nh

next header

Definition at line 43 of file srh.h.

◆ pad_resv

uint8_t gnrc_rpl_srh_t::pad_resv

padding and reserved

Definition at line 48 of file srh.h.

◆ resv

uint16_t gnrc_rpl_srh_t::resv

reserved

Definition at line 49 of file srh.h.

◆ seg_left

uint8_t gnrc_rpl_srh_t::seg_left

number of route segments remaining

Definition at line 46 of file srh.h.

◆ type

uint8_t gnrc_rpl_srh_t::type

identifier of a particular routing header type

Definition at line 45 of file srh.h.


The documentation for this struct was generated from the following file: