Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet6/
H A Dnd6.h977 extern void defrouter_set_reachability(struct in6_addr *, struct ifnet *, boolean_t);
H A Dnd6_nbr.c1128 defrouter_set_reachability(&rt_addr, rt_ifp, TRUE); in nd6_na_input()
1265 defrouter_set_reachability(&rt_addr, rt_ifp, TRUE); in nd6_na_input()
H A Dnd6.c998 defrouter_set_reachability(&SIN6(rt_key(rt))->sin6_addr, rt->rt_ifp, in nd6_service_neighbor_cache()
1114 defrouter_set_reachability(&SIN6(rt_key(rt))->sin6_addr, rt->rt_ifp, in nd6_service_neighbor_cache()
3993 defrouter_set_reachability(&rt_addr, rt_ifp, TRUE); in nd6_cache_lladdr()
H A Dnd6_rtr.c1034 defrouter_set_reachability( in defrouter_set_reachability() function