Home
last modified time | relevance | path

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

/mirbsd/src/sys/netinet6/
Dnd6.c678 nd6_lookup(addr6, create, ifp) in nd6_lookup() function
828 if ((rt = nd6_lookup(&addr->sin6_addr, 0, ifp)) != NULL)
963 if (!(rt = nd6_lookup(dst6, 0, NULL)))
1434 if ((rt = nd6_lookup(&nb_addr, 0, ifp)) == NULL ||
1499 rt = nd6_lookup(from, 0, ifp);
1507 rt = nd6_lookup(from, 1, ifp);
1812 (rt = nd6_lookup(&dst->sin6_addr, 1, ifp)) != NULL)
Din6_src.c209 rt = nd6_lookup(&sin6_next->sin6_addr, 1, NULL);
Dnd6.h362 struct rtentry *nd6_lookup(struct in6_addr *, int, struct ifnet *);
Dnd6_rtr.c655 (rt = nd6_lookup(&dr->rtaddr, 0, dr->ifp)) && in defrouter_select()
683 (rt = nd6_lookup(&installed_dr->rtaddr, 0, installed_dr->ifp)) && in defrouter_select()
1247 if ((rt = nd6_lookup(&pfxrtr->router->rtaddr, 0,
Dnd6_nbr.c665 rt = nd6_lookup(&taddr6, 0, ifp);
Dicmp6.c2522 rt_nexthop = nd6_lookup(nexthop, 0, ifp);