Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet6/
H A Dnd6_rtr.c1044 dr = defrouter_lookup(NULL, addr, ifp); in defrouter_set_reachability()
1053 defrouter_lookup( in defrouter_lookup() function
1422 dr = defrouter_lookup(NULL, &new->rtaddr, new->ifp); in defrtrlist_add_static()
1450 dr = defrouter_lookup(NULL, &new->rtaddr, new->ifp); in defrtrlist_del_static()
1976 if ((dr = defrouter_lookup(nd_router_listp, &new->rtaddr, ifp)) != NULL) { in defrtrlist_update_common()
H A Dnd6.h978 extern struct nd_defrouter *defrouter_lookup(struct nd_drhead *,
H A Din6_src.c339 dr = defrouter_lookup(NULL, in in6_selectsrc_core()
H A Dnd6_nbr.c1297 dr = defrouter_lookup(NULL, in6, rt_ifp); in nd6_na_input()
H A Dnd6.c2629 dr = defrouter_lookup(NULL, &SIN6(rt_key(rt))->sin6_addr, rt->rt_ifp); in nd6_free()