Searched refs:nd6_lookup (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | nd6.c | 2334 nd6_lookup(struct in6_addr *addr6, int create, struct ifnet *ifp, int rt_locked) in nd6_lookup() function 2599 if ((rt = nd6_lookup(&addr->sin6_addr, 0, ifp, rt_locked)) != NULL) { in nd6_is_addr_neighbor() 3355 if ((rt = nd6_lookup(&nb_addr, 0, ifp, 0)) == NULL) { in nd6_ioctl() 3393 if ((rt = nd6_lookup(&nb_addr, 0, ifp, 0)) == NULL) { in nd6_ioctl() 3550 rt = nd6_lookup(from, 0, ifp, 0); in nd6_cache_lladdr() 3552 if ((rt = nd6_lookup(from, 1, ifp, 0)) == NULL) { in nd6_cache_lladdr() 4139 rt = nd6_lookup(&dst->sin6_addr, 1, ifp, 0); in nd6_output_list()
|
| H A D | nd6.h | 878 extern struct rtentry *nd6_lookup(struct in6_addr *, int, struct ifnet *, int);
|
| H A D | nd6_nbr.c | 1048 if ((rt = nd6_lookup(&taddr6, 0, ifp, 0)) == NULL) { in nd6_na_input() 1054 if ((rt = nd6_lookup(&taddr6, 0, NULL, 0)) == NULL) { in nd6_na_input()
|
| H A D | nd6_rtr.c | 1761 if ((rt = nd6_lookup(&rtaddr, 0, drifp, 0)) != NULL && in defrouter_select() 1816 if ((rt = nd6_lookup(&rtaddr, 0, installed_dr->ifp, 0)) != NULL) { in defrouter_select()
|
| H A D | icmp6.c | 2924 rt_router = nd6_lookup(router_ll6, 0, ifp, 0); in icmp6_redirect_output()
|