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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_rmx.c242 * corrected with the merge to FreeBSD4.4 (a route generated from an RTF_CLONING route had the RTF_WASCLONED
273 if ((rt->rt_flags & (RTF_WASCLONED | RTPRF_OURS)) != RTF_WASCLONED)
H A Din_arp.c399 if ((*route)->rt_refcnt <= 0 && ((*route)->rt_flags & RTF_WASCLONED) != 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_rmx.c305 if ((rt->rt_flags & (RTF_WASCLONED | RTPRF_OURS)) != RTF_WASCLONED)
H A Dip6_input.c677 #if RTF_WASCLONED
678 !(ip6_forward_rt.ro_rt->rt_flags & RTF_WASCLONED) &&
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.h195 #define RTF_WASCLONED 0x20000 /* route generated through cloning */ macro
H A Droute.c1268 flags |= RTF_WASCLONED;

Completed in 41 milliseconds