Home
last modified time | relevance | path

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

/mirbsd/src/sys/netipx/
Dipx_usrreq.c215 if (ipxp->ipxp_flags & IPXP_RAWOUT) { in ipx_output()
296 mask = IPXP_RAWOUT;
339 mask = IPXP_RAWOUT;
568 ipxp->ipxp_flags = IPXP_RAWIN | IPXP_RAWOUT;
Dipx_pcb.h74 #define IPXP_RAWOUT 0x4 /* show header on output */ macro