Searched refs:rt_parent (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.c639 if (rt->rt_parent)
640 rtfree_locked(rt->rt_parent);
1370 if (rt2 && rt2->rt_parent) {
1400 rt->rt_parent = 0;
1410 rt->rt_parent = (*ret_nrt);
1491 if (rt->rt_parent == rt0 &&
1505 * of rt->rt_parent is insufficient; each candidate route must be tested
1525 if (!rt->rt_parent ||
1529 if (rt->rt_parent == rt0)
1543 xmp = (u_char *)rt_mask(rt->rt_parent);
[all...]
H A Droute.h153 struct rtentry *rt_parent; /* cloning parent of this route */ member in struct:rtentry
H A Drtsock.c1156 if (rt->rt_parent)
1157 rtm->rtm_parentflags = rt->rt_parent->rt_flags;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_arp.c816 if (gateway->sdl_alen != 0 && route->rt_parent &&
817 route->rt_parent->rt_ifp == route->rt_ifp) {

Completed in 89 milliseconds