Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dnd6.c1196 nd6_lookup(const struct in6_addr *addr6, int flags, struct ifnet *ifp) in nd6_lookup() function
1386 if ((lle = nd6_lookup(&addr->sin6_addr, 0, ifp)) != NULL) { in nd6_is_addr_neighbor()
1809 ln = nd6_lookup(&nb_addr, 0, ifp); in nd6_ioctl()
1960 ln = nd6_lookup(from, flags, ifp); in nd6_cache_lladdr()
1984 ln_tmp = nd6_lookup(from, LLE_EXCLUSIVE, ifp); in nd6_cache_lladdr()
2248 ln = nd6_lookup(&dst6->sin6_addr, plle ? LLE_EXCLUSIVE : LLE_UNLOCKED, in nd6_resolve()
2304 lle = nd6_lookup(&dst->sin6_addr, LLE_EXCLUSIVE, ifp); in nd6_resolve_slow()
2325 lle_tmp = nd6_lookup(&dst->sin6_addr, LLE_EXCLUSIVE, ifp); in nd6_resolve_slow()
H A Dnd6.h367 struct llentry *nd6_lookup(const struct in6_addr *, int, struct ifnet *);
H A Dnd6_rtr.c975 (ln = nd6_lookup(&dr->rtaddr, 0, dr->ifp)) && in defrouter_select_fib()
1025 if ((ln = nd6_lookup(&installed_dr->rtaddr, 0, in defrouter_select_fib()
1817 ln = nd6_lookup(&pfxrtr->router->rtaddr, 0, pfxrtr->router->ifp); in find_pfxlist_reachable_router()
H A Dnd6_nbr.c749 ln = nd6_lookup(&taddr6, LLE_EXCLUSIVE, ifp); in nd6_na_input()
H A Dicmp6.c2552 ln = nd6_lookup(router_ll6, 0, ifp); in icmp6_redirect_output()
/f-stack/tools/compat/include/netinet6/
H A Dnd6.h367 struct llentry *nd6_lookup(const struct in6_addr *, int, struct ifnet *);