Searched refs:nd6_lookup (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.141.3/bsd/netinet6/ ! |
| H A D | nd6.c | 2318 nd6_lookup(struct in6_addr *addr6, int create, struct ifnet *ifp, int rt_locked) in nd6_lookup() function 2584 if ((rt = nd6_lookup(&addr->sin6_addr, 0, ifp, rt_locked)) != NULL) { in nd6_is_addr_neighbor() 3567 if ((rt = nd6_lookup(&nb_addr, 0, ifp, 0)) == NULL) { in nd6_ioctl() 3605 if ((rt = nd6_lookup(&nb_addr, 0, ifp, 0)) == NULL) { in nd6_ioctl() 3760 rt = nd6_lookup(from, 0, ifp, 0); in nd6_cache_lladdr() 3762 if ((rt = nd6_lookup(from, 1, ifp, 0)) == NULL) { in nd6_cache_lladdr() 4341 rt = nd6_lookup(&dst->sin6_addr, 1, ifp, 0); in nd6_output_list()
|
| H A D | nd6.h | 907 extern struct rtentry *nd6_lookup(struct in6_addr *, int, struct ifnet *, int);
|
| H A D | nd6_nbr.c | 1021 if ((rt = nd6_lookup(&taddr6, 0, ifp, 0)) == NULL) { in nd6_na_input() 1026 if ((rt = nd6_lookup(&taddr6, 0, NULL, 0)) == NULL) { in nd6_na_input()
|
| H A D | nd6_rtr.c | 1705 if ((rt = nd6_lookup(&rtaddr, 0, drifp, 0)) != NULL && in defrouter_select() 1757 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()
|