Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet6/
H A Dnd6.h942 extern void defrouter_set_reachability(struct in6_addr *, struct ifnet *, boolean_t);
H A Dnd6.c1005 defrouter_set_reachability(&SIN6(rt_key(rt))->sin6_addr, rt->rt_ifp, in nd6_service_neighbor_cache()
1121 defrouter_set_reachability(&SIN6(rt_key(rt))->sin6_addr, rt->rt_ifp, in nd6_service_neighbor_cache()
3776 defrouter_set_reachability(&rt_addr, rt_ifp, TRUE); in nd6_cache_lladdr()
H A Dnd6_nbr.c1158 defrouter_set_reachability(&rt_addr, rt_ifp, TRUE); in nd6_na_input()
1296 defrouter_set_reachability(&rt_addr, rt_ifp, TRUE); in nd6_na_input()
H A Dnd6_rtr.c1053 defrouter_set_reachability( in defrouter_set_reachability() function