Home
last modified time | relevance | path

Searched refs:IP_ALLOWBROADCAST (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_var.h167 #define IP_ALLOWBROADCAST SO_BROADCAST /* 0x20 can send broadcast packets */ macro
/f-stack/freebsd/netinet/
H A Dip_var.h167 #define IP_ALLOWBROADCAST SO_BROADCAST /* 0x20 can send broadcast packets */ macro
H A Dip_divert.c487 | IP_ALLOWBROADCAST | IP_RAWOUTPUT, NULL, NULL); in div_output_outbound()
H A Draw_ip.c458 IP_ALLOWBROADCAST; in rip_output()
H A Dip_output.c667 if ((flags & IP_ALLOWBROADCAST) == 0) { in ip_output()
H A Dudp_usrreq.c1443 ipflags |= IP_ALLOWBROADCAST; in udp_output()