|
iPXE
|
An NDP router advertisement header. More...
#include <ndp.h>
Data Fields | |
| struct icmp_header | icmp |
| ICMPv6 header. More... | |
| uint8_t | hop_limit |
| Current hop limit. More... | |
| uint8_t | flags |
| Flags. More... | |
| uint16_t | lifetime |
| Router lifetime. More... | |
| uint32_t | reachable |
| Reachable time. More... | |
| uint32_t | retransmit |
| Retransmission timer. More... | |
| union ndp_option | option [0] |
| Options. More... | |
| struct icmp_header ndp_router_advertisement_header::icmp |
| uint8_t ndp_router_advertisement_header::hop_limit |
| uint8_t ndp_router_advertisement_header::flags |
| uint16_t ndp_router_advertisement_header::lifetime |
Router lifetime.
Definition at line 146 of file ndp.h.
Referenced by ipv6conf_rx_router_advertisement(), and ndp_rx_router_advertisement_prefix().
| uint32_t ndp_router_advertisement_header::reachable |
| uint32_t ndp_router_advertisement_header::retransmit |
| union ndp_option ndp_router_advertisement_header::option[0] |
1.8.15