Home
last modified time | relevance | path

Searched refs:gwrt_isrouter (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/bsd/net/
H A Droute.c2899 boolean_t gwrt_isrouter; in rt_set_gwroute() local
2931 gwrt_isrouter = (rt->rt_parent != NULL && in rt_set_gwroute()
2935 gwrt_isrouter = (SA_DEFAULT(dst) && !RT_HOST(rt)); in rt_set_gwroute()
2939 if (gwrt_isrouter && RT_HOST(gwrt) && in rt_set_gwroute()