patch-2.1.91 linux/include/net/ip.h
Next file: linux/include/net/ip6_route.h
Previous file: linux/include/net/flow.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Thu Mar 26 14:57:04 1998
- Orig file:
v2.1.90/linux/include/net/ip.h
- Orig date:
Tue Mar 10 10:03:35 1998
diff -u --recursive --new-file v2.1.90/linux/include/net/ip.h linux/include/net/ip.h
@@ -85,10 +85,9 @@
*/
extern int ip_ioctl(struct sock *sk, int cmd, unsigned long arg);
-extern int ip_build_pkt(struct sk_buff *skb, struct sock *sk,
- u32 saddr, u32 daddr,
- struct ip_options *opt);
-extern int ip_build_header(struct sk_buff *skb, struct sock *sk);
+extern void ip_build_and_send_pkt(struct sk_buff *skb, struct sock *sk,
+ u32 saddr, u32 daddr,
+ struct ip_options *opt);
extern int ip_rcv(struct sk_buff *skb, struct device *dev,
struct packet_type *pt);
extern int ip_local_deliver(struct sk_buff *skb);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov