Loading...
Searching...
No Matches
ndp_redirect_t Struct Reference

Redirect message format. More...

Detailed Description

Redirect message format.

See also
RFC 4861, section 4.5

Definition at line 285 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
 
ipv6_addr_t dst
 destination 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_redirect_t::code

message code

Definition at line 287 of file ndp.h.

◆ csum

network_uint16_t ndp_redirect_t::csum

checksum

Definition at line 288 of file ndp.h.

◆ dst

ipv6_addr_t ndp_redirect_t::dst

destination address

Definition at line 291 of file ndp.h.

◆ resv

network_uint32_t ndp_redirect_t::resv

reserved field

Definition at line 289 of file ndp.h.

◆ tgt

ipv6_addr_t ndp_redirect_t::tgt

target address

Definition at line 290 of file ndp.h.

◆ type

uint8_t ndp_redirect_t::type

message type

Definition at line 286 of file ndp.h.


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