#include <gpxe/ip6.h>
#include <gpxe/ndp.h>
Go to the source code of this file.
Data Structures | |
| struct | icmp6_header |
| struct | neighbour_solicit |
| struct | neighbour_advert |
Defines | |
| #define | ICMP6_NSOLICIT 135 |
| #define | ICMP6_NADVERT 136 |
| #define | ICMP6_FLAGS_ROUTER 0x80 |
| #define | ICMP6_FLAGS_SOLICITED 0x40 |
| #define | ICMP6_FLAGS_OVERRIDE 0x20 |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER) | |
| int | icmp6_send_solicit (struct net_device *netdev, struct in6_addr *src, struct in6_addr *dest) |
Variables | |
| struct tcpip_protocol | icmp6_protocol |
Definition in file icmp6.h.
| #define ICMP6_NSOLICIT 135 |
| #define ICMP6_NADVERT 136 |
| #define ICMP6_FLAGS_SOLICITED 0x40 |
| FILE_LICENCE | ( | GPL2_OR_LATER | ) |
| int icmp6_send_solicit | ( | struct net_device * | netdev, | |
| struct in6_addr * | src, | |||
| struct in6_addr * | dest | |||
| ) |
| struct tcpip_protocol icmp6_protocol |
1.5.7.1