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

/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp250 StaticIpV6Config StaticIPV6; member in union:NetworkInterfaceHelperClientData::__anon16526
528 vrc = aClient->write(Utf8Str(d->u.StaticIPV6.IPV6Address));
530 vrc = aClient->write(d->u.StaticIPV6.IPV6NetMaskLength);
1313 d->u.StaticIPV6.IPV6Address = aIPV6Address;
1314 d->u.StaticIPV6.IPV6NetMaskLength = aIPV6MaskPrefixLength;

Completed in 46 milliseconds