]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/ndisc.h
mac80211: integrate sta_notify_ps cmds into sta_notify
[linux-2.6-omap-h63xx.git] / include / net / ndisc.h
index 11dd0137c6a5b34ee1434c4b699b68d304ce5d46..ce532f2222ce723daf21eaea7429bcbb5a26b4a8 100644 (file)
@@ -108,6 +108,20 @@ extern void                        ndisc_send_redirect(struct sk_buff *skb,
 
 extern int                     ndisc_mc_map(struct in6_addr *addr, char *buf, struct net_device *dev, int dir);
 
+extern struct sk_buff          *ndisc_build_skb(struct net_device *dev,
+                                                const struct in6_addr *daddr,
+                                                const struct in6_addr *saddr,
+                                                struct icmp6hdr *icmp6h,
+                                                const struct in6_addr *target,
+                                                int llinfo);
+
+extern void                    ndisc_send_skb(struct sk_buff *skb,
+                                              struct net_device *dev,
+                                              struct neighbour *neigh,
+                                              const struct in6_addr *daddr,
+                                              const struct in6_addr *saddr,
+                                              struct icmp6hdr *icmp6h);
+
 
 
 /*