Searched refs:NetIfEnableStaticIpConfigV6 (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Main/src-server/os2/ |
H A D | NetIf-os2.cpp | 41 int NetIfEnableStaticIpConfigV6(VirtualBox *pVBox, HostNetworkInterface * pIf, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength) function
|
/vbox/src/VBox/Main/include/ |
H A D | netif.h | 88 int NetIfEnableStaticIpConfigV6(VirtualBox *pVBox, HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength);
|
/vbox/src/VBox/Main/src-server/generic/ |
H A D | NetIf-generic.cpp | 159 int NetIfEnableStaticIpConfigV6(VirtualBox * /* vBox */, HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address, function
|
/vbox/src/VBox/Main/src-server/ |
H A D | HostNetworkInterfaceImpl.cpp | 519 rc = NetIfEnableStaticIpConfigV6(mVirtualBox, this, m.IPV6Address.raw(),
|
/vbox/src/VBox/Main/src-server/win/ |
H A D | NetIf-win.cpp | 1275 int NetIfEnableStaticIpConfigV6(VirtualBox *vBox, HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address, function
|
Completed in 121 milliseconds