Searched defs:ip6 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dip_addr.h49 ip6_addr_t ip6; member in union:__anon14911
69 #define ipX_2_ip6(ip6addr) (&((ip6addr)->ip6))
73 ip6_addr_copy((dest).ip6, (src).ip6); }else{ \
H A Dstats.h148 struct stats_proto ip6; member in struct:stats_
288 #define IP6_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip6, "IPv6")
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp766 ip6_addr_t ip6; local
780 if (inet6_aton(pszAddress, &ip6))
809 memcpy(&In6Addr.sin6_addr, &ip6, sizeof(ip6));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c4596 struct in6_addr ip6; local
4615 (void *)(uintptr_t)&ip6, sizeof (struct in6_addr));
4638 if (ip6._S6_un._S6_u8[i] == 0 &&
4645 (ip6._S6_un._S6_u8[i] != 0 ||
4657 if (ip6._S6_un._S6_u8[i] == 0 &&
4668 if (IN6_IS_ADDR_V4MAPPED(&ip6) ||
4669 IN6_IS_ADDR_V4COMPAT(&ip6)) {
4674 val = ip6._S6_un._S6_u8[i];
4715 val = (ip6._S6_un._S6_u8[i] << 8) +
4716 ip6
[all...]

Completed in 400 milliseconds