Searched refs:IP_ALLOWBROADCAST (Results 1 – 7 of 7) sorted by relevance
211 #define IP_ALLOWBROADCAST SO_BROADCAST /* can send broadcast packets */ macro
177 IP_ALLOWBROADCAST | IP_RAWOUTPUT, NULL, NULL, 0); in divert_output()
271 flags = IP_ALLOWBROADCAST; in rip_output()
494 SET(flags, IP_ALLOWBROADCAST); in ip_input_if()869 (!ISSET(flags, IP_ALLOWBROADCAST) || in in_ouraddr()
367 if ((flags & IP_ALLOWBROADCAST) == 0) { in ip_output()
186 IP_ALLOWBROADCAST | IP_RAWOUTPUT, NULL, NULL); in divert6_output()
7987 SET(flags, IP_ALLOWBROADCAST); in pf_test()