Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_var.h179 #define IP_ALLOWBROADCAST SO_BROADCAST /* 0x20 can send broadcast packets */ macro
H A Dip_divert.c481 | IP_ALLOWBROADCAST | IP_RAWOUTPUT, NULL, NULL); in div_output_outbound()
H A Draw_ip.c446 IP_ALLOWBROADCAST; in rip_send()
H A Dip_output.c653 if ((flags & IP_ALLOWBROADCAST) == 0) { in ip_output()
H A Dudp_usrreq.c1398 ipflags |= IP_ALLOWBROADCAST; in udp_send()