Searched refs:IPXP_RAWOUT (Results 1 – 2 of 2) sorted by relevance
278 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()
103 #define IPXP_RAWOUT 0x4 /* Show header on output. */ macro