nd6_nbr.c | 107 struct in6_addr daddr6 = ip6->ip6_dst; local in function:nd6_ns_input 148 if (daddr6.s6_addr16[0] == IPV6_ADDR_INT16_MLL && 149 daddr6.s6_addr32[1] == 0 && 150 daddr6.s6_addr32[2] == IPV6_ADDR_INT32_ONE && 151 daddr6.s6_addr8[12] == 0xff) { 207 ifa = (struct ifaddr *)in6ifa_ifpwithaddr(ifp, &daddr6); 212 if (!IN6_IS_ADDR_MULTICAST(&daddr6)) 384 nd6log(LOG_ERR, "dst=%s\n", IN6_PRINT(ip6buf, &daddr6)); 402 nd6_ns_output(struct ifnet *ifp, const struct in6_addr *daddr6, 442 if (daddr6 == NULL || IN6_IS_ADDR_MULTICAST(daddr6)) 614 struct in6_addr daddr6 = ip6->ip6_dst; local in function:nd6_na_input 912 struct in6_addr daddr6; local in function:nd6_na_output [all...] |