Searched refs:IP_ALLOWBROADCAST (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_var.h197 #define IP_ALLOWBROADCAST SO_BROADCAST /* can send broadcast packets (0x0020) */ macro
H A Dkpi_ipfilter.c316 error = ip_output(m, NULL, &ro, IP_ALLOWBROADCAST | IP_RAWOUTPUT, imo, NULL);
H A Dip_divert.c382 IP_ALLOWBROADCAST | IP_RAWOUTPUT | IP_OUTARGS,
H A Draw_ip.c322 int flags = (so->so_options & SO_DONTROUTE) | IP_ALLOWBROADCAST;
H A Dip_output.c798 if ((flags & IP_ALLOWBROADCAST) == 0) {

Completed in 97 milliseconds