Loading...
Searching...
No Matches
sixlowpan_nd_opt_ar_t Struct Reference

Address registration option format. More...

Detailed Description

Address registration option format.

See also
RFC 6775, section 4.1

Definition at line 158 of file nd.h.

#include <nd.h>

Data Fields

uint8_t type
 option type
 
uint8_t len
 length in units of 8 octets
 
uint8_t status
 indicates registration status in NA response; must be 0 in NS messages
 
uint8_t resv [3]
 reserved fields
 
network_uint16_t ltime
 registration lifetime
 
eui64_t eui64
 EUI-64.
 
- Data Fields inherited from ndp_opt_t
uint8_t type
 option type
 
uint8_t len
 length in units of 8 octets
 

Field Documentation

◆ eui64

eui64_t sixlowpan_nd_opt_ar_t::eui64

EUI-64.

Definition at line 165 of file nd.h.

◆ len

uint8_t sixlowpan_nd_opt_ar_t::len

length in units of 8 octets

Definition at line 160 of file nd.h.

◆ ltime

network_uint16_t sixlowpan_nd_opt_ar_t::ltime

registration lifetime

Definition at line 164 of file nd.h.

◆ resv

uint8_t sixlowpan_nd_opt_ar_t::resv[3]

reserved fields

Definition at line 163 of file nd.h.

◆ status

uint8_t sixlowpan_nd_opt_ar_t::status

indicates registration status in NA response; must be 0 in NS messages

Definition at line 161 of file nd.h.

◆ type

uint8_t sixlowpan_nd_opt_ar_t::type

option type

Definition at line 159 of file nd.h.


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