Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dnd6_rtr.c3758 rtentry_ref_t temp_route = NULL; in nd6_prefix_onlink_common() local
3761 temp_route = rt_lookup(TRUE, SA(&prefix), SA(&mask6), rt_tables[AF_INET6], IFSCOPE_NONE); in nd6_prefix_onlink_common()
3764 if (temp_route != NULL && temp_route->rt_flags & RTF_GATEWAY && temp_route->rt_ifp != NULL) { in nd6_prefix_onlink_common()
3773 if (temp_route != NULL) { in nd6_prefix_onlink_common()
3774 rtfree(temp_route); in nd6_prefix_onlink_common()