Searched refs:IPV6Address (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DHostNetworkInterfaceImpl.cpp166 m.realIPV6Address = m.IPV6Address = composeIPv6Address(&info.IPv6Address);
222 m.realIPV6Address = m.IPV6Address = composeIPv6Address(&pIf->IPv6Address);
360 aIPV6Address = m.IPV6Address;
519 rc = NetIfEnableStaticIpConfigV6(mVirtualBox, this, m.IPV6Address.raw(),
530 if (FAILED(mVirtualBox->SetExtraData(BstrFmt("HostOnly/%ls/IPV6Address",
605 if (m.IPV6Address.isEmpty())
608 HRESULT hrc = mVirtualBox->GetExtraData(BstrFmt("HostOnly/%ls/IPV6Address",
610 m.IPV6Address.asOutParam());
611 if (SUCCEEDED(hrc) && !m.IPV6Address.isEmpty())
/vbox/src/VBox/Main/include/
H A DHostNetworkInterfaceImpl.h99 Bstr IPV6Address; member in struct:HostNetworkInterface::Data
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageList.cpp148 Bstr IPV6Address; local
149 networkInterface->COMGETTER(IPV6Address)(IPV6Address.asOutParam());
150 RTPrintf("IPV6Address: %ls\n", IPV6Address.raw());
/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp233 BSTR IPV6Address; member in struct:StaticIpV6Config
528 vrc = aClient->write(Utf8Str(d->u.StaticIPV6.IPV6Address));
1313 d->u.StaticIPV6.IPV6Address = aIPV6Address;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2846 nsresult (*GetIPV6Address)(IHostNetworkInterface *pThis, PRUnichar * *IPV6Address);
2866 PRUnichar * IPV6Address,
H A DVBoxCAPI_v3_0.h3385 nsresult (*GetIPV6Address)(IHostNetworkInterface *pThis, PRUnichar * *IPV6Address);
3405 PRUnichar * IPV6Address,
H A DVBoxCAPI_v3_1.h3357 nsresult (*GetIPV6Address)(IHostNetworkInterface *pThis, PRUnichar * *IPV6Address);
3377 PRUnichar * IPV6Address,
H A DVBoxCAPI_v3_2.h3479 nsresult (*GetIPV6Address)(IHostNetworkInterface *pThis, PRUnichar * *IPV6Address);
3499 PRUnichar * IPV6Address,
H A DVBoxCAPI_v4_0.h3689 nsresult (*GetIPV6Address)(IHostNetworkInterface *pThis, PRUnichar * *IPV6Address);
3709 PRUnichar * IPV6Address,
H A DVBoxCAPI_v4_1.h3926 nsresult (*GetIPV6Address)(IHostNetworkInterface *pThis, PRUnichar * *IPV6Address);
3946 PRUnichar * IPV6Address,
H A DVBoxCAPI_v4_2.h4270 nsresult (*GetIPV6Address)(IHostNetworkInterface *pThis, PRUnichar * *IPV6Address);
4290 PRUnichar * IPV6Address,
H A DVBoxCAPI_v4_3.h7484 nsresult (*GetIPV6Address)(IHostNetworkInterface *pThis, PRUnichar * *IPV6Address);
7504 PRUnichar * IPV6Address,
7535 nsresult (*GetIPV6Address)(IHostNetworkInterface *pThis, PRUnichar * *IPV6Address);
7555 PRUnichar * IPV6Address,

Completed in 736 milliseconds