Home
last modified time | relevance | path

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

/trueos/sys/netipx/
HDipx_usrreq.c278 if (ipxp->ipxp_flags & IPXP_RAWOUT) { in ipx_output()
379 mask = IPXP_RAWOUT; in ipx_ctloutput()
426 mask = IPXP_RAWOUT; in ipx_ctloutput()
682 ipxp->ipxp_flags = IPXP_RAWIN | IPXP_RAWOUT; in ripx_attach()
HDipx_pcb.h103 #define IPXP_RAWOUT 0x4 /* Show header on output. */ macro