Home
last modified time | relevance | path

Searched refs:IPXP_DROPPED (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/netipx/
Dspx_usrreq.c209 if (ipxp->ipxp_flags & IPXP_DROPPED) in spx_input()
894 if (ipxp->ipxp_flags & IPXP_DROPPED) { in spx_ctloutput()
1162 if (ipxp->ipxp_flags & IPXP_DROPPED) { in spx_bind()
1215 if (ipxp->ipxp_flags & IPXP_DROPPED) { in spx_connect()
1291 if (ipxp->ipxp_flags & IPXP_DROPPED) { in spx_usr_disconnect()
1319 if (ipxp->ipxp_flags & IPXP_DROPPED) { in spx_listen()
1355 if (ipxp->ipxp_flags & IPXP_DROPPED) { in spx_rcvd()
1382 if (ipxp->ipxp_flags & IPXP_DROPPED) { in spx_rcvoob()
1418 if (ipxp->ipxp_flags & IPXP_DROPPED) { in spx_send()
1466 if (ipxp->ipxp_flags & IPXP_DROPPED) { in spx_shutdown()
[all …]
Dipx_pcb.h106 #define IPXP_DROPPED 0x20 /* Connection dropped. */ macro