Loading...
Searching...
No Matches
ndp_nbr_sol_t Struct Reference

Neighbor solicitation message format. More...

Detailed Description

Neighbor solicitation message format.

See also
RFC 4861, section 4.3

Definition at line 256 of file ndp.h.

#include <ndp.h>

Data Fields

uint8_t type
 message type
 
uint8_t code
 message code
 
network_uint16_t csum
 checksum
 
network_uint32_t resv
 reserved field
 
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_sol_t::code

message code

Definition at line 258 of file ndp.h.

◆ csum

network_uint16_t ndp_nbr_sol_t::csum

checksum

Definition at line 259 of file ndp.h.

◆ resv

network_uint32_t ndp_nbr_sol_t::resv

reserved field

Definition at line 260 of file ndp.h.

◆ tgt

ipv6_addr_t ndp_nbr_sol_t::tgt

target address

Definition at line 261 of file ndp.h.

◆ type

uint8_t ndp_nbr_sol_t::type

message type

Definition at line 257 of file ndp.h.


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