Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
dn_neigh.h File Reference

Go to the source code of this file.

Data Structures

struct  dn_neigh
 

Macros

#define DN_NDFLAG_R1   0x0001 /* Router L1 */
 
#define DN_NDFLAG_R2   0x0002 /* Router L2 */
 
#define DN_NDFLAG_P3   0x0004 /* Phase III Node */
 

Functions

void dn_neigh_init (void)
 
void dn_neigh_cleanup (void)
 
int dn_neigh_router_hello (struct sk_buff *skb)
 
int dn_neigh_endnode_hello (struct sk_buff *skb)
 
void dn_neigh_pointopoint_hello (struct sk_buff *skb)
 
int dn_neigh_elist (struct net_device *dev, unsigned char *ptr, int n)
 

Variables

struct neigh_table dn_neigh_table
 

Macro Definition Documentation

#define DN_NDFLAG_P3   0x0004 /* Phase III Node */

Definition at line 14 of file dn_neigh.h.

#define DN_NDFLAG_R1   0x0001 /* Router L1 */

Definition at line 12 of file dn_neigh.h.

#define DN_NDFLAG_R2   0x0002 /* Router L2 */

Definition at line 13 of file dn_neigh.h.

Function Documentation

void dn_neigh_cleanup ( void  )

Definition at line 596 of file dn_neigh.c.

int dn_neigh_elist ( struct net_device dev,
unsigned char ptr,
int  n 
)

Definition at line 513 of file dn_neigh.c.

int dn_neigh_endnode_hello ( struct sk_buff skb)

Definition at line 425 of file dn_neigh.c.

void dn_neigh_init ( void  )

Definition at line 590 of file dn_neigh.c.

void dn_neigh_pointopoint_hello ( struct sk_buff skb)

Definition at line 355 of file dn_neigh.c.

int dn_neigh_router_hello ( struct sk_buff skb)

Definition at line 363 of file dn_neigh.c.

Variable Documentation

struct neigh_table dn_neigh_table

Definition at line 96 of file dn_neigh.c.