Loading...
Searching...
No Matches
ndp_nbr_adv_t Struct Reference

Neighbor advertisement message format. More...

Detailed Description

Neighbor advertisement message format.

See also
RFC 4861, section 4.4

Definition at line 270 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 flags
 flags
 
uint8_t resv [3]
 reserved fields
 
ipv6_addr_t tgt
 target address
 
- 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_nbr_adv_t::code

message code

Definition at line 272 of file ndp.h.

◆ csum

network_uint16_t ndp_nbr_adv_t::csum

checksum

Definition at line 273 of file ndp.h.

◆ flags

uint8_t ndp_nbr_adv_t::flags

flags

Definition at line 274 of file ndp.h.

◆ resv

uint8_t ndp_nbr_adv_t::resv[3]

reserved fields

Definition at line 275 of file ndp.h.

◆ tgt

ipv6_addr_t ndp_nbr_adv_t::tgt

target address

Definition at line 276 of file ndp.h.

◆ type

uint8_t ndp_nbr_adv_t::type

message type

Definition at line 271 of file ndp.h.


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