cvs commit: src/sys/netipx ipx_pcb.h spx_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Thu Jun 8 23:34:42 UTC 2006
rwatson 2006-06-08 23:32:42 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/netipx ipx_pcb.h spx_usrreq.c
Log:
Merge ipx_pcb.h:1.26, spx_usrreq.c:1.78 from HEAD to RELENG_6:
Add a new ipxpcb flag, IPXP_SPX, which is set on ipxpcb's to mark them
as belonging to SPX. This replaces the implicit assumption that the cb
pointer for non-SPX pcb's will be NULL. This isn't required in TCP/IP
as different pcb lists are maintained for different IP protocols; IPX
stores all pcbs on the same global ipxpcb_list.
Foot provided by: gnn
Revision Changes Path
1.23.2.3 +1 -0 src/sys/netipx/ipx_pcb.h
1.62.2.14 +14 -9 src/sys/netipx/spx_usrreq.c
More information about the cvs-src
mailing list