~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to include/net/dn_neigh.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        __u8 priority;
17
17
};
18
18
 
19
 
extern void dn_neigh_init(void);
20
 
extern void dn_neigh_cleanup(void);
21
 
extern int dn_neigh_router_hello(struct sk_buff *skb);
22
 
extern int dn_neigh_endnode_hello(struct sk_buff *skb);
23
 
extern void dn_neigh_pointopoint_hello(struct sk_buff *skb);
24
 
extern int dn_neigh_elist(struct net_device *dev, unsigned char *ptr, int n);
 
19
void dn_neigh_init(void);
 
20
void dn_neigh_cleanup(void);
 
21
int dn_neigh_router_hello(struct sk_buff *skb);
 
22
int dn_neigh_endnode_hello(struct sk_buff *skb);
 
23
void dn_neigh_pointopoint_hello(struct sk_buff *skb);
 
24
int dn_neigh_elist(struct net_device *dev, unsigned char *ptr, int n);
25
25
 
26
26
extern struct neigh_table dn_neigh_table;
27
27