patch-2.4.1 linux/include/net/ipx.h
Next file: linux/include/net/x25.h
Previous file: linux/include/net/dn_nsp.h
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Mon Jan 29 23:25:32 2001
-  Orig file: 
v2.4.0/linux/include/net/ipx.h
-  Orig date: 
Thu Jan  4 14:51:21 2001
diff -u --recursive --new-file v2.4.0/linux/include/net/ipx.h linux/include/net/ipx.h
@@ -73,6 +73,14 @@
 	struct ipx_route *ir_next;
 }	ipx_route;
 
+#ifdef __KERNEL__
+struct ipx_cb {
+	u8 ipx_tctrl;
+	u32 ipx_dest_net;
+	u32 ipx_source_net;
+	int last_hop_index;
+};
+#endif
 #define IPX_MIN_EPHEMERAL_SOCKET	0x4000
 #define IPX_MAX_EPHEMERAL_SOCKET	0x7fff
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)