icmp6.h File Reference

ICMP6 protocol. More...

#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


Detailed Description

ICMP6 protocol.

Definition in file icmp6.h.


Define Documentation

#define ICMP6_NSOLICIT   135

Definition at line 15 of file icmp6.h.

Referenced by icmp6_send_solicit().

#define ICMP6_NADVERT   136

Definition at line 16 of file icmp6.h.

Referenced by icmp6_rx().

#define ICMP6_FLAGS_ROUTER   0x80

Definition at line 53 of file icmp6.h.

#define ICMP6_FLAGS_SOLICITED   0x40

Definition at line 54 of file icmp6.h.

Referenced by ndp_process_advert().

#define ICMP6_FLAGS_OVERRIDE   0x20

Definition at line 55 of file icmp6.h.


Function Documentation

FILE_LICENCE ( GPL2_OR_LATER   ) 

int icmp6_send_solicit ( struct net_device netdev,
struct in6_addr src,
struct in6_addr dest 
)


Variable Documentation

Definition at line 14 of file icmpv6.c.

Referenced by icmp6_send_solicit().


Generated on Tue Apr 6 20:01:50 2010 for gPXE by  doxygen 1.5.7.1