patch-2.1.16 linux/include/net/ipx.h
Next file: linux/include/net/llc.h
Previous file: linux/include/linux/x25.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Dec 18 12:47:26 1996
- Orig file:
v2.1.15/linux/include/net/ipx.h
- Orig date:
Thu Dec 12 19:37:20 1996
diff -u --recursive --new-file v2.1.15/linux/include/net/ipx.h linux/include/net/ipx.h
@@ -26,7 +26,7 @@
#define ipx_broadcast_node "\377\377\377\377\377\377"
#define ipx_this_node "\0\0\0\0\0\0"
-typedef struct ipx_packet
+struct ipxhdr
{
unsigned short ipx_checksum __attribute__ ((packed));
#define IPX_NO_CHECKSUM 0xFFFF
@@ -41,7 +41,7 @@
#define IPX_TYPE_PPROP 0x14 /* complicated flood fill brdcast [Not supported] */
ipx_address ipx_dest __attribute__ ((packed));
ipx_address ipx_source __attribute__ ((packed));
-} ipx_packet;
+};
#include <net/ipxcall.h>
extern int ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov