Searched refs:rt_gwroute (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Droute.c134 * rt_flags, rt_genmask, rt_llinfo, rt_rmx, rt_refcnt, rt_gwroute
1726 if ((gwrt = rt->rt_gwroute) != NULL)
1727 rt->rt_gwroute = NULL;
1881 * also add the rt_gwroute if possible.
2040 if ((rt->rt_flags & RTF_GATEWAY) && rt->rt_gwroute != NULL)
2041 rt_set_gwroute(rt, rt_key(rt), rt->rt_gwroute);
2302 * to the next-hop gateway and store it in rt_gwroute.
2317 * Don't ignore RTF_CLONING, since we prefer that rt_gwroute
2446 if ((rt->rt_flags & RTF_GATEWAY) && rt->rt_gwroute != NULL &&
2447 (rt->rt_gwroute
[all...]
H A Droute.h182 struct rtentry *rt_gwroute; /* implied entry for gatewayed routes */ member in struct:rtentry
H A Dif_llreach.c455 (gwrt = rt->rt_gwroute) != NULL &&
H A Dntstat.c503 desc->gateway_id = (uintptr_t)rt->rt_gwroute;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.c3036 if ((gwrt = rt->rt_gwroute) == NULL) {
3050 rt->rt_gwroute = NULL;

Completed in 37 milliseconds