42typedef struct __attribute__((packed)) {
 
 
int gnrc_rpl_srh_process(ipv6_hdr_t *ipv6, gnrc_rpl_srh_t *rh, void **err_ptr)
Process the RPL source routing header.
 
Definitions for IPv6 addresses.
 
IPv6 header type and helper function definitions.
 
The RPL Source routing header.
 
uint8_t compr
number of prefix octets (comprI and comprE)
 
uint8_t pad_resv
padding and reserved
 
uint8_t len
length in 8 octets without first octet
 
uint8_t seg_left
number of route segments remaining
 
uint8_t type
identifier of a particular routing header type
 
Data type to represent an IPv6 packet header.