patch-2.4.4 linux/include/net/ndisc.h
Next file: linux/include/net/protocol.h
Previous file: linux/include/net/ipv6.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Fri Apr 27 15:50:23 2001
- Orig file:
v2.4.3/linux/include/net/ndisc.h
- Orig date:
Mon Mar 26 15:48:52 2001
diff -u --recursive --new-file v2.4.3/linux/include/net/ndisc.h linux/include/net/ndisc.h
@@ -60,7 +60,7 @@
extern void ndisc_cleanup(void);
-extern int ndisc_rcv(struct sk_buff *skb, unsigned long len);
+extern int ndisc_rcv(struct sk_buff *skb);
extern void ndisc_send_ns(struct net_device *dev,
struct neighbour *neigh,
@@ -91,13 +91,9 @@
extern void igmp6_cleanup(void);
-extern int igmp6_event_query(struct sk_buff *skb,
- struct icmp6hdr *hdr,
- int len);
-
-extern int igmp6_event_report(struct sk_buff *skb,
- struct icmp6hdr *hdr,
- int len);
+extern int igmp6_event_query(struct sk_buff *skb);
+
+extern int igmp6_event_report(struct sk_buff *skb);
extern void igmp6_cleanup(void);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)