Searched refs:nd6_lookup (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | nd6.c | 2327 nd6_lookup(struct in6_addr *addr6, int create, struct ifnet *ifp, int rt_locked) in nd6_lookup() function 2592 if ((rt = nd6_lookup(&addr->sin6_addr, 0, ifp, rt_locked)) != NULL) { in nd6_is_addr_neighbor() 3348 if ((rt = nd6_lookup(&nb_addr, 0, ifp, 0)) == NULL) { in nd6_ioctl() 3386 if ((rt = nd6_lookup(&nb_addr, 0, ifp, 0)) == NULL) { in nd6_ioctl() 3543 rt = nd6_lookup(from, 0, ifp, 0); in nd6_cache_lladdr() 3545 if ((rt = nd6_lookup(from, 1, ifp, 0)) == NULL) { in nd6_cache_lladdr() 4124 rt = nd6_lookup(&dst->sin6_addr, 1, ifp, 0); in nd6_output_list()
|
| H A D | nd6.h | 846 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 | 1732 if ((rt = nd6_lookup(&rtaddr, 0, drifp, 0)) != NULL && in defrouter_select() 1787 if ((rt = nd6_lookup(&rtaddr, 0, installed_dr->ifp, 0)) != NULL) { in defrouter_select()
|
| H A D | icmp6.c | 2922 rt_router = nd6_lookup(router_ll6, 0, ifp, 0); in icmp6_redirect_output()
|