Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dudp_usrreq.c1375 if (inp->inp_flags & INP_ONESBCAST) in udp_send()
1387 if (inp->inp_flags & INP_ONESBCAST) in udp_send()
1397 if (inp->inp_flags & INP_ONESBCAST) in udp_send()
H A Dip_output.c1228 OPTSET(INP_ONESBCAST); in ip_ctloutput()
1439 optval = OPTBIT(INP_ONESBCAST); in ip_ctloutput()
H A Din_pcb.h577 #define INP_ONESBCAST 0x02000000 /* send all-ones broadcast */ macro
H A Draw_ip.c598 if (inp->inp_flags & INP_ONESBCAST) in rip_send()
H A Din_pcb.c3181 if (inp_flags & INP_ONESBCAST) { in db_print_inpflags()