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

/darwin-on-arm/xnu/bsd/net/
H A Droute.h226 #define RTF_BROADCAST 0x400000 /* route represents a bcast address */ macro
H A Droute.c143 * RTF_BROADCAST, RTF_MULTICAST, RTF_IFSCOPE, RTF_IFREF.
2000 !(rt->rt_flags & (RTF_BROADCAST | RTF_MULTICAST))) {
/darwin-on-arm/xnu/bsd/netinet/
H A Din_rmx.c127 * For host routes, we make sure that RTF_BROADCAST
143 rt->rt_flags |= RTF_BROADCAST;
H A Draw_ip.c467 if ((rt->rt_flags & (RTF_MULTICAST|RTF_BROADCAST)) ||
H A Dip_output.c696 * marked with the RTF_BROADCAST flag. Otherwise,
701 * RTF_BROADCAST route is important since we'd want
767 isbroadcast = (ro->ro_rt->rt_flags & RTF_BROADCAST);
1571 (ro_fwd->ro_rt->rt_flags & RTF_BROADCAST);
H A Dudp_usrreq.c1612 if (rt->rt_flags & (RTF_MULTICAST|RTF_BROADCAST))

Completed in 45 milliseconds