OpenWSN Firmware
rpl_routing_ht Struct Reference

RPL source routing header. More...

#include <forwarding.h>

Data Fields

uint8_t nextHeader
 Header immediately following. More...
 
uint8_t HdrExtLen
 In 8-octet units, excluding first 8. More...
 
uint8_t RoutingType
 Set to 3 for "Source Routing Header". More...
 
uint8_t SegmentsLeft
 Number of addresses still to visit. More...
 
uint8_t CmprICmprE
 Number of prefix octets elided for all (CmprI) and last (CmprE) segment. More...
 
uint8_t PadRes
 Number of padding octets. Set to 0 if using EUI64. More...
 
uint16_t Reserved
 Set to 0. More...
 

Detailed Description

RPL source routing header.

As defined in http://tools.ietf.org/html/rfc6554#section-3.

Field Documentation

uint8_t CmprICmprE

Number of prefix octets elided for all (CmprI) and last (CmprE) segment.

uint8_t HdrExtLen

In 8-octet units, excluding first 8.

uint8_t nextHeader

Header immediately following.

uint8_t PadRes

Number of padding octets. Set to 0 if using EUI64.

uint16_t Reserved

Set to 0.

uint8_t RoutingType

Set to 3 for "Source Routing Header".

uint8_t SegmentsLeft

Number of addresses still to visit.


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