|
iPXE
|
An NDP neighbour solicitation or advertisement header. More...
#include <ndp.h>
Data Fields | |
| struct icmp_header | icmp |
| ICMPv6 header. More... | |
| uint8_t | flags |
| Flags. More... | |
| uint8_t | reserved [3] |
| Reserved. More... | |
| struct in6_addr | target |
| Target address. More... | |
| union ndp_option | option [0] |
| Options. More... | |
| struct icmp_header ndp_neighbour_header::icmp |
ICMPv6 header.
Definition at line 117 of file ndp.h.
Referenced by ndp_rx_neighbour_solicitation_ll_source(), and ndp_tx_request().
| uint8_t ndp_neighbour_header::flags |
Flags.
Definition at line 119 of file ndp.h.
Referenced by ndp_rx_neighbour_solicitation_ll_source().
| struct in6_addr ndp_neighbour_header::target |
Target address.
Definition at line 123 of file ndp.h.
Referenced by ndp_rx_neighbour_advertisement_ll_target(), ndp_rx_neighbour_solicitation_ll_source(), and ndp_tx_request().
| union ndp_option ndp_neighbour_header::option[0] |
1.8.15