/src/sys/netinet6/ |
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.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.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(),
|