Loading...
Searching...
No Matches
sixlowpan_nd_opt_abr_t Struct Reference

Authoritative border router option format. More...

Detailed Description

Authoritative border router option format.

See also
RFC 6775, section 4.3

Definition at line 189 of file nd.h.

#include <nd.h>

Data Fields

uint8_t type
 option type
 
uint8_t len
 length in units of 8 octets
 
network_uint16_t vlow
 version low
 
network_uint16_t vhigh
 version high
 
network_uint16_t ltime
 valid lifetime
 
ipv6_addr_t braddr
 6LoWPAN border router address
 
- Data Fields inherited from ndp_opt_t
uint8_t type
 option type
 
uint8_t len
 length in units of 8 octets
 

Field Documentation

◆ braddr

ipv6_addr_t sixlowpan_nd_opt_abr_t::braddr

6LoWPAN border router address

Definition at line 195 of file nd.h.

◆ len

uint8_t sixlowpan_nd_opt_abr_t::len

length in units of 8 octets

Definition at line 191 of file nd.h.

◆ ltime

network_uint16_t sixlowpan_nd_opt_abr_t::ltime

valid lifetime

Definition at line 194 of file nd.h.

◆ type

uint8_t sixlowpan_nd_opt_abr_t::type

option type

Definition at line 190 of file nd.h.

◆ vhigh

network_uint16_t sixlowpan_nd_opt_abr_t::vhigh

version high

Definition at line 193 of file nd.h.

◆ vlow

network_uint16_t sixlowpan_nd_opt_abr_t::vlow

version low

Definition at line 192 of file nd.h.


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