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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_rmx.c114 rt->rt_flags |= RTF_MULTICAST;
116 if(!(rt->rt_flags & (RTF_HOST | RTF_CLONING | RTF_MULTICAST))) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_rmx.c156 rt->rt_flags |= RTF_MULTICAST;
158 if (!(rt->rt_flags & (RTF_HOST | RTF_CLONING | RTF_MULTICAST))) {
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.h201 #define RTF_MULTICAST 0x800000 /* route represents a mcast address */ macro

Completed in 30 milliseconds