diff options
| author | John Hay <jhay@FreeBSD.org> | 1999-08-28 18:21:55 +0000 |
|---|---|---|
| committer | John Hay <jhay@FreeBSD.org> | 1999-08-28 18:21:55 +0000 |
| commit | 01d3efc0776fa9f33ea82d20283b79463a5fc4c9 (patch) | |
| tree | 5cf2bff7d8e5df43bfca77d3d40a4e753713d742 /sys/netipx/ipx_pcb.h | |
| parent | 3dec6735e54d84a253fab7978ceaf4540db6ee6e (diff) | |
Notes
Diffstat (limited to 'sys/netipx/ipx_pcb.h')
| -rw-r--r-- | sys/netipx/ipx_pcb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netipx/ipx_pcb.h b/sys/netipx/ipx_pcb.h index 586f26305560..366f6c1c4f9c 100644 --- a/sys/netipx/ipx_pcb.h +++ b/sys/netipx/ipx_pcb.h @@ -64,6 +64,7 @@ struct ipxpcb { #define IPXP_RAWIN 0x2 /* show headers on input */ #define IPXP_RAWOUT 0x4 /* show header on output */ #define IPXP_ALL_PACKETS 0x8 /* Turn off higher proto processing */ +#define IPXP_CHECKSUM 0x10 /* use checksum on this socket */ #define IPX_WILDCARD 1 |
