Home
last modified time | relevance | path

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

/xnu-8020.140.41/tools/lldbmacros/
H A Droutedefines.py21 RTF_BROADCAST = 0x400000 variable
H A Dnet.py788 if (rt.rt_flags & RTF_BROADCAST):
/xnu-8020.140.41/bsd/net/
H A Droute.h315 #define RTF_BROADCAST 0x400000 /* route represents a bcast address */ macro
H A Droute.c3713 (RTF_NOIFREF | RTF_BROADCAST | RTF_MULTICAST)) && in rt_set_idleref()
/xnu-8020.140.41/bsd/netinet/
H A Din_rmx.c159 rt->rt_flags |= RTF_BROADCAST; in in_addroute()
H A Draw_ip.c661 if ((rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) || in rip_output()
H A Dudp_usrreq.c2049 if (rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) { in udp_output()
H A Dip_output.c839 !!(ro->ro_rt->rt_flags & RTF_BROADCAST); in ip_output_list()