Searched refs:defrouter_lookup (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | nd6_rtr.c | 1046 dr = defrouter_lookup(NULL, addr, ifp); in defrouter_set_reachability() 1055 defrouter_lookup( in defrouter_lookup() function 1424 dr = defrouter_lookup(NULL, &new->rtaddr, new->ifp); in defrtrlist_add_static() 1452 dr = defrouter_lookup(NULL, &new->rtaddr, new->ifp); in defrtrlist_del_static() 1978 if ((dr = defrouter_lookup(nd_router_listp, &new->rtaddr, ifp)) != NULL) { in defrtrlist_update_common()
|
| H A D | nd6.h | 978 extern struct nd_defrouter *defrouter_lookup(struct nd_drhead *,
|
| H A D | nd6_nbr.c | 1293 dr = defrouter_lookup(NULL, in6, rt_ifp); in nd6_na_input()
|
| H A D | nd6.c | 2620 dr = defrouter_lookup(NULL, &SIN6(rt_key(rt))->sin6_addr, rt->rt_ifp); in nd6_free()
|