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

/freebsd-10-stable/sys/netinet/
H A Dip_output.c1051 OPTSET(INP_ONESBCAST);
1222 optval = OPTBIT(INP_ONESBCAST);
H A Dudp_usrreq.c1374 if (inp->inp_flags & INP_ONESBCAST)
1386 if (inp->inp_flags & INP_ONESBCAST)
1396 if (inp->inp_flags & INP_ONESBCAST)
H A Din_pcb.h577 #define INP_ONESBCAST 0x02000000 /* send all-ones broadcast */ macro
H A Draw_ip.c519 if (inp->inp_flags & INP_ONESBCAST)
H A Din_pcb.c2402 if (inp_flags & INP_ONESBCAST) {

Completed in 63 milliseconds