Searched refs:RTF_BROADCAST (Results 1 - 8 of 8) sorted by relevance

/xnu-2782.1.97/tools/lldbmacros/
H A Droutedefines.py21 RTF_BROADCAST = 0x400000 variable
H A Dnet.py670 if (rt.rt_flags & RTF_BROADCAST):
/xnu-2782.1.97/bsd/net/
H A Droute.h249 #define RTF_BROADCAST 0x400000 /* route represents a bcast address */ macro
H A Droute.c149 * RTF_BROADCAST, RTF_MULTICAST, RTF_IFSCOPE, RTF_IFREF.
3289 (RTF_NOIFREF|RTF_BROADCAST | RTF_MULTICAST)) &&
/xnu-2782.1.97/bsd/netinet/
H A Din_rmx.c139 * For host routes, we make sure that RTF_BROADCAST
155 rt->rt_flags |= RTF_BROADCAST;
H A Draw_ip.c492 if ((rt->rt_flags & (RTF_MULTICAST|RTF_BROADCAST)) ||
H A Dip_output.c745 * marked with the RTF_BROADCAST flag. Otherwise,
750 * RTF_BROADCAST route is important since we'd want
828 !!(ro->ro_rt->rt_flags & RTF_BROADCAST);
1673 !!(ro_fwd->ro_rt->rt_flags & RTF_BROADCAST);
H A Dudp_usrreq.c1658 if (rt->rt_flags & (RTF_MULTICAST|RTF_BROADCAST))

Completed in 49 milliseconds