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

/xnu-2422.115.4/bsd/net/
H A Droute.c141 * rt_flags, rt_genmask, rt_llinfo, rt_rmx, rt_refcnt, rt_gwroute
1813 if ((gwrt = rt->rt_gwroute) != NULL)
1814 rt->rt_gwroute = NULL;
1995 * also add the rt_gwroute if possible.
2154 if ((rt->rt_flags & RTF_GATEWAY) && rt->rt_gwroute != NULL)
2155 rt_set_gwroute(rt, rt_key(rt), rt->rt_gwroute);
2416 * to the next-hop gateway and store it in rt_gwroute.
2431 * Don't ignore RTF_CLONING, since we prefer that rt_gwroute
2560 if ((rt->rt_flags & RTF_GATEWAY) && rt->rt_gwroute != NULL &&
2561 (rt->rt_gwroute
[all...]
H A Droute.h203 struct rtentry *rt_gwroute; /* implied entry for gatewayed routes */ member in struct:rtentry
H A Dif_llreach.c457 (gwrt = rt->rt_gwroute) != NULL &&
H A Dntstat.c516 desc->gateway_id = (uintptr_t)rt->rt_gwroute;
/xnu-2422.115.4/bsd/netinet6/
H A Dnd6.c3290 if ((gwrt = rt->rt_gwroute) == NULL) {
3304 rt->rt_gwroute = NULL;

Completed in 43 milliseconds