Searched refs:aIPV6Address (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/src-server/os2/
H A DNetIf-os2.cpp41 int NetIfEnableStaticIpConfigV6(VirtualBox *pVBox, HostNetworkInterface * pIf, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength) argument
/vbox/src/VBox/Main/include/
H A DHostNetworkInterfaceImpl.h65 HRESULT getIPV6Address(com::Utf8Str &aIPV6Address);
76 HRESULT enableStaticIPConfigV6(const com::Utf8Str &aIPV6Address,
H A Dnetif.h88 int NetIfEnableStaticIpConfigV6(VirtualBox *pVBox, HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength);
/vbox/src/VBox/Main/src-server/
H A DHostNetworkInterfaceImpl.cpp356 * @param aIPV6Address
358 HRESULT HostNetworkInterface::getIPV6Address(com::Utf8Str &aIPV6Address) argument
360 aIPV6Address = m.IPV6Address;
502 HRESULT HostNetworkInterface::enableStaticIPConfigV6(const com::Utf8Str &aIPV6Address, argument
512 if ( m.realIPV6Address != aIPV6Address
516 aIPV6Address.cloneTo(&bstr);
528 m.realIPV6Address = aIPV6Address;
532 Bstr(aIPV6Address).raw())))
/vbox/src/VBox/Main/src-server/generic/
H A DNetIf-generic.cpp160 IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength)
163 if (Bstr(aIPV6Address).length())
166 aIPV6Address, aIPV6MaskPrefixLength);
159 NetIfEnableStaticIpConfigV6(VirtualBox * , HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength) argument
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp1744 static HRESULT netIfEnableStaticIpConfigV6(const GUID *pGuid, IN_BSTR aIPV6Address, IN_BSTR aIPV6Mask, IN_BSTR aIPV6DefaultGateway)
1759 hr = netIfWinEnableStaticV4V6(pSvc, pAdapterConfig, ObjPath, aIPV6Address, aIPV6Mask);
1779 static HRESULT netIfEnableStaticIpConfigV6(const GUID *pGuid, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength)
1786 rc = netIfEnableStaticIpConfigV6(pGuid, aIPV6Address, maskStr, NULL);
/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp1276 IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength)
1313 d->u.StaticIPV6.IPV6Address = aIPV6Address;
1275 NetIfEnableStaticIpConfigV6(VirtualBox *vBox, HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength) argument
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h7583 #define IHostNetworkInterface_get_IPV6Address(p, aIPV6Address) ((p)->lpVtbl->GetIPV6Address(p, aIPV6Address))
7584 #define IHostNetworkInterface_GetIPV6Address(p, aIPV6Address) ((p)->lpVtbl->GetIPV6Address(p, aIPV6Address))
7596 #define IHostNetworkInterface_EnableStaticIPConfigV6(p, aIPV6Address, aIPV6NetworkMaskPrefixLength) ((p)->lpVtbl->EnableStaticIPConfigV6(p, aIPV6Address, aIPV6NetworkMaskPrefixLength))

Completed in 216 milliseconds