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

/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp174 kIntNetAddrType_IPv6, enumerator in enum:INTNETADDRTYPE
929 case kIntNetAddrType_IPv6: return 16;
1121 case kIntNetAddrType_IPv6:
1302 case kIntNetAddrType_IPv6:
2423 && intnetR0IfAddrCacheLookupLikely(&pIf->aAddrCache[kIntNetAddrType_IPv6], &Addr, sizeof(Addr.IPv6)) < 0)
2425 intnetR0IfAddrCacheAddIt(pIf, &pIf->aAddrCache[kIntNetAddrType_IPv6], &Addr, "if/ipv6");
3161 kIntNetAddrType_IPv6, sizeof(RTNETADDRIPV6), "tif/ip6");
3572 enmAddrType = kIntNetAddrType_IPv6;

Completed in 81 milliseconds