|
iPXE
|
An NDP option handler. More...
Data Fields | |
| uint8_t | icmp_type |
| ICMPv6 type. More... | |
| uint8_t | option_type |
| Option type. More... | |
| int(* | rx )(struct net_device *netdev, struct sockaddr_in6 *sin6_src, union ndp_header *ndp, union ndp_option *option, size_t len) |
| Handle received option. More... | |
| uint8_t ndp_option_handler::icmp_type |
| uint8_t ndp_option_handler::option_type |
| int( * ndp_option_handler::rx) (struct net_device *netdev, struct sockaddr_in6 *sin6_src, union ndp_header *ndp, union ndp_option *option, size_t len) |
Handle received option.
| netdev | Network device |
| sin6_src | Source socket address |
| ndp | NDP packet |
| option | NDP option |
| rc | Return status code |
Definition at line 392 of file ndp.c.
Referenced by ndp_rx_option().
1.8.15