| /src/sys/netinet6/ |
| nd6_nbr.c | 107 struct in6_addr daddr6 = ip6->ip6_dst; local 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)) 386 nd6log(LOG_ERR, "dst=%s\n", IN6_PRINT(ip6buf, &daddr6)); 404 nd6_ns_output(struct ifnet *ifp, const struct in6_addr *daddr6, 444 if (daddr6 == NULL || IN6_IS_ADDR_MULTICAST(daddr6)) 616 struct in6_addr daddr6 = ip6->ip6_dst; local 916 struct in6_addr daddr6; local [all...] |
| nd6_nbr.c | 107 struct in6_addr daddr6 = ip6->ip6_dst; local 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)) 386 nd6log(LOG_ERR, "dst=%s\n", IN6_PRINT(ip6buf, &daddr6)); 404 nd6_ns_output(struct ifnet *ifp, const struct in6_addr *daddr6, 444 if (daddr6 == NULL || IN6_IS_ADDR_MULTICAST(daddr6)) 616 struct in6_addr daddr6 = ip6->ip6_dst; local 916 struct in6_addr daddr6; local [all...] |
| /src/external/bsd/ntp/dist/include/ |
| ntp_request.h | 702 struct in6_addr daddr6; /* host address V6 style */ member in struct:info_monitor_1
|
| ntp_request.h | 702 struct in6_addr daddr6; /* host address V6 style */ member in struct:info_monitor_1
|