cvs commit: src/sys/netipx ipx_pcb.h spx_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Sun Mar 26 15:41:45 UTC 2006
rwatson 2006-03-26 15:41:44 UTC
FreeBSD src repository
Modified files:
sys/netipx ipx_pcb.h spx_usrreq.c
Log:
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
MFC after: 1 month
Revision Changes Path
1.26 +1 -0 src/sys/netipx/ipx_pcb.h
1.78 +14 -9 src/sys/netipx/spx_usrreq.c
More information about the cvs-src
mailing list