Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Dnd6_rtr.c3759 struct rtentry *temp_route = NULL; in nd6_prefix_onlink_common() local
3762temp_route = rt_lookup(TRUE, (struct sockaddr *)&prefix, (struct sockaddr *)&mask6, rt_tables[AF_I… in nd6_prefix_onlink_common()
3765 if (temp_route != NULL && temp_route->rt_flags & RTF_GATEWAY && temp_route->rt_ifp != NULL) { in nd6_prefix_onlink_common()
3774 if (temp_route != NULL) { in nd6_prefix_onlink_common()
3775 rtfree(temp_route); in nd6_prefix_onlink_common()