Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dudp_usrreq.c1388 if (inp->inp_flags & INP_ONESBCAST) in udp_send()
1400 if (inp->inp_flags & INP_ONESBCAST) in udp_send()
1410 if (inp->inp_flags & INP_ONESBCAST) in udp_send()
H A Dip_output.c1256 OPTSET(INP_ONESBCAST); in ip_ctloutput()
1467 optval = OPTBIT(INP_ONESBCAST); in ip_ctloutput()
H A Din_pcb.h546 #define INP_ONESBCAST 0x02000000 /* send all-ones broadcast */ macro
H A Draw_ip.c613 if (inp->inp_flags & INP_ONESBCAST) in rip_send()
H A Din_pcb.c3131 if (inp_flags & INP_ONESBCAST) { in db_print_inpflags()