Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2006 15:41:44 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netipx ipx_pcb.h spx_usrreq.c
Message-ID:  <200603261541.k2QFfiu9012065@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603261541.k2QFfiu9012065>