Loading...
Searching...
No Matches
ndp_opt_mtu_t Struct Reference

MTU option format. More...

Detailed Description

MTU option format.

See also
RFC 4861, section 4.6.4

Definition at line 356 of file ndp.h.

#include <ndp.h>

Data Fields

uint8_t type
 option type
 
uint8_t len
 length in units of 8 octets
 
network_uint16_t resv
 reserved field
 
network_uint32_t mtu
 MTU.
 
- Data Fields inherited from ndp_opt_t
uint8_t type
 option type
 
uint8_t len
 length in units of 8 octets
 

Field Documentation

◆ len

uint8_t ndp_opt_mtu_t::len

length in units of 8 octets

Definition at line 358 of file ndp.h.

◆ mtu

network_uint32_t ndp_opt_mtu_t::mtu

MTU.

Definition at line 360 of file ndp.h.

◆ resv

network_uint16_t ndp_opt_mtu_t::resv

reserved field

Definition at line 359 of file ndp.h.

◆ type

uint8_t ndp_opt_mtu_t::type

option type

Definition at line 357 of file ndp.h.


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