Lines Matching refs:HostNetworkInterface

39 HostNetworkInterface::HostNetworkInterface()
44 HostNetworkInterface::~HostNetworkInterface()
48 HRESULT HostNetworkInterface::FinalConstruct()
53 void HostNetworkInterface::FinalRelease()
69 HRESULT HostNetworkInterface::init(Bstr aInterfaceName, Bstr aShortName, Guid aGuid, HostNetworkInterfaceType_T ifType)
95 void HostNetworkInterface::i_registerMetrics(PerformanceCollector *aCollector, ComPtr<IUnknown> objptr)
144 void HostNetworkInterface::i_unregisterMetrics(PerformanceCollector *aCollector, ComPtr<IUnknown> objptr)
157 HRESULT HostNetworkInterface::updateConfig()
182 Bstr HostNetworkInterface::i_composeNetworkName(const Utf8Str aShortName)
193 HRESULT HostNetworkInterface::init(Bstr aInterfaceName, HostNetworkInterfaceType_T ifType, PNETIFINFO pIf)
251 HRESULT HostNetworkInterface::getName(com::Utf8Str &aInterfaceName)
264 HRESULT HostNetworkInterface::getShortName(com::Utf8Str &aShortName)
277 HRESULT HostNetworkInterface::getId(com::Guid &aGuiId)
284 HRESULT HostNetworkInterface::getDHCPEnabled(BOOL *aDHCPEnabled)
298 HRESULT HostNetworkInterface::getIPAddress(com::Utf8Str &aIPAddress)
322 HRESULT HostNetworkInterface::getNetworkMask(com::Utf8Str &aNetworkMask)
341 HRESULT HostNetworkInterface::getIPV6Supported(BOOL *aIPV6Supported)
358 HRESULT HostNetworkInterface::getIPV6Address(com::Utf8Str &aIPV6Address)
370 HRESULT HostNetworkInterface::getIPV6NetworkMaskPrefixLength(ULONG *aIPV6NetworkMaskPrefixLength)
383 HRESULT HostNetworkInterface::getHardwareAddress(com::Utf8Str &aHardwareAddress)
395 HRESULT HostNetworkInterface::getMediumType(HostNetworkInterfaceMediumType_T *aType)
408 HRESULT HostNetworkInterface::getStatus(HostNetworkInterfaceStatus_T *aStatus)
421 HRESULT HostNetworkInterface::getInterfaceType(HostNetworkInterfaceType_T *aType)
429 HRESULT HostNetworkInterface::getNetworkName(com::Utf8Str &aNetworkName)
436 HRESULT HostNetworkInterface::enableStaticIPConfig(const com::Utf8Str &aIPAddress,
502 HRESULT HostNetworkInterface::enableStaticIPConfigV6(const com::Utf8Str &aIPV6Address,
545 HRESULT HostNetworkInterface::enableDynamicIPConfig()
560 HRESULT HostNetworkInterface::dHCPRediscover()
575 HRESULT HostNetworkInterface::i_setVirtualBox(VirtualBox *pVirtualBox)