nd6_lookup
rt_router = nd6_lookup(router_ll6, 0, ifp);
rt = nd6_lookup(&sin6_next->sin6_addr, 1, NULL);
if (!(rt = nd6_lookup(dst6, 0, NULL)))
if ((rt = nd6_lookup(&nb_addr, 0, ifp)) == NULL) {
rt = nd6_lookup(from, 0, ifp);
rt = nd6_lookup(from, 1, ifp);
rt = nd6_lookup(&dst->sin6_addr, 1, ifp);
struct rtentry *nd6_lookup (struct in6_addr *, int, struct ifnet *);
rt = nd6_lookup(&taddr6, 0, ifp);
if ((rt = nd6_lookup(&pfxrtr->router->rtaddr, 0,
if ((rt = nd6_lookup(&dr->rtaddr, 0, dr->ifp)) &&