HomeSort by: relevance | last modified time | path
    Searched refs:nd6_lookup (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet6/
nd6.h 170 struct llentry *nd6_lookup(const struct in6_addr *, const struct ifnet *, bool);
nd6.c 556 nd6_lookup(const struct in6_addr *addr6, const struct ifnet *ifp, bool wlock) function in typeref:struct:llentry *
684 ln = nd6_lookup(&addr->sin6_addr, ifp, false);
782 ln = nd6_lookup(&(satocsin6(rt_getkey(rt)))->sin6_addr, ifp, true);
1271 ln = nd6_lookup(&nb_addr, ifp, false);
1356 ln = nd6_lookup(from, ifp, true);
1590 ln = nd6_lookup(&dst->sin6_addr, ifp, false);
1606 ln = nd6_lookup(&dst->sin6_addr, ifp, true);
1609 * Since nd6_is_addr_neighbor() internally calls nd6_lookup(),
nd6_nbr.c 746 ln = nd6_lookup(&taddr6, ifp, true);
icmp6.c 2609 ln = nd6_lookup(nexthop, ifp, false);

Completed in 16 milliseconds