Home
last modified time | relevance | path

Searched refs:IPX_ALLOWBROADCAST (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/netipx/
Dipx.h109 #define IPX_ALLOWBROADCAST SO_BROADCAST /* can send broadcast packets */ macro
Dipx_outputfl.c146 if ((flags & IPX_ALLOWBROADCAST) == 0) { in ipx_outputfl()
Dipx_input.c405 flags |= IPX_ALLOWBROADCAST; in ipx_forward()