Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dudp_usrreq.c1444 if (inp->inp_flags & INP_ONESBCAST) in udp_output()
1456 if (inp->inp_flags & INP_ONESBCAST) in udp_output()
1466 if (inp->inp_flags & INP_ONESBCAST) in udp_output()
H A Dip_output.c1287 OPTSET(INP_ONESBCAST); in ip_ctloutput()
1511 optval = OPTBIT(INP_ONESBCAST); in ip_ctloutput()
H A Din_pcb.h716 #define INP_ONESBCAST 0x02000000 /* send all-ones broadcast */ macro
H A Draw_ip.c607 if (inp->inp_flags & INP_ONESBCAST) in rip_output()
H A Din_pcb.c3226 if (inp_flags & INP_ONESBCAST) { in db_print_inpflags()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h716 #define INP_ONESBCAST 0x02000000 /* send all-ones broadcast */ macro