Searched refs:ifType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DHostNetworkInterfaceImpl.h42 HRESULT init(Bstr interfaceName, Bstr shortName, Guid guid, HostNetworkInterfaceType_T ifType);
44 HRESULT init(Bstr aInterfaceName, HostNetworkInterfaceType_T ifType, struct NETIFINFO *pIfs);
/vbox/src/VBox/Main/src-server/
H A DHostNetworkInterfaceImpl.cpp69 HRESULT HostNetworkInterface::init(Bstr aInterfaceName, Bstr aShortName, Guid aGuid, HostNetworkInterfaceType_T ifType) argument
85 mIfType = ifType;
193 HRESULT HostNetworkInterface::init(Bstr aInterfaceName, HostNetworkInterfaceType_T ifType, PNETIFINFO pIf) argument
218 mIfType = ifType;

Completed in 42 milliseconds