Loading...
Searching...
No Matches
ndp_rtr_adv_t Struct Reference

Router advertisement message format. More...

Detailed Description

Router advertisement message format.

See also
RFC 4861, section 4.2

Definition at line 239 of file ndp.h.

#include <ndp.h>

Data Fields

uint8_t type
 message type
 
uint8_t code
 message code
 
network_uint16_t csum
 checksum
 
uint8_t cur_hl
 current hop limit
 
uint8_t flags
 flags
 
network_uint16_t ltime
 router lifetime
 
network_uint32_t reach_time
 reachable time
 
network_uint32_t retrans_timer
 retransmission timer
 
- Data Fields inherited from icmpv6_hdr_t
uint8_t type
 message type
 
uint8_t code
 message code
 
network_uint16_t csum
 checksum
 

Field Documentation

◆ code

uint8_t ndp_rtr_adv_t::code

message code

Definition at line 241 of file ndp.h.

◆ csum

network_uint16_t ndp_rtr_adv_t::csum

checksum

Definition at line 242 of file ndp.h.

◆ cur_hl

uint8_t ndp_rtr_adv_t::cur_hl

current hop limit

Definition at line 243 of file ndp.h.

◆ flags

uint8_t ndp_rtr_adv_t::flags

flags

Definition at line 244 of file ndp.h.

◆ ltime

network_uint16_t ndp_rtr_adv_t::ltime

router lifetime

Definition at line 245 of file ndp.h.

◆ reach_time

network_uint32_t ndp_rtr_adv_t::reach_time

reachable time

Definition at line 246 of file ndp.h.

◆ retrans_timer

network_uint32_t ndp_rtr_adv_t::retrans_timer

retransmission timer

Definition at line 247 of file ndp.h.

◆ type

uint8_t ndp_rtr_adv_t::type

message type

Definition at line 240 of file ndp.h.


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