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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.h200 #define RTF_BROADCAST 0x400000 /* route represents a bcast address */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_rmx.c122 * For host routes, we make sure that RTF_BROADCAST
138 rt->rt_flags |= RTF_BROADCAST;
H A Dip_output.c570 * marked with the RTF_BROADCAST flag. Otherwise,
575 * RTF_BROADCAST route is important since we'd want
607 isbroadcast = (ro->ro_rt->rt_flags & RTF_BROADCAST);
1292 (ro_fwd->ro_rt->rt_flags & RTF_BROADCAST);

Completed in 66 milliseconds