patch-2.1.15 linux/include/net/raw.h
Next file: linux/include/net/route.h
Previous file: linux/include/net/protocol.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Dec 12 16:54:21 1996
- Orig file:
v2.1.14/linux/include/net/raw.h
- Orig date:
Mon Sep 11 20:15:53 1995
diff -u --recursive --new-file v2.1.14/linux/include/net/raw.h linux/include/net/raw.h
@@ -21,14 +21,7 @@
extern struct proto raw_prot;
-extern void raw_err(int type, int code, unsigned char *header, __u32 daddr,
- __u32 saddr, struct inet_protocol *protocol);
-extern int raw_recvfrom(struct sock *sk, unsigned char *to,
- int len, int noblock, unsigned flags,
- struct sockaddr_in *sin, int *addr_len);
-extern int raw_read(struct sock *sk, unsigned char *buff,
- int len, int noblock, unsigned flags);
-extern int raw_rcv(struct sock *, struct sk_buff *, struct device *,
- __u32, __u32);
+extern int raw_err(struct sock *, struct sk_buff *);
+extern int raw_rcv(struct sock *, struct sk_buff *);
#endif /* _RAW_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov