Searched defs:hif (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageHostonly.cpp59 ComPtr<IHostNetworkInterface> hif; local
62 CHECK_ERROR_RET(host, CreateHostOnlyNetworkInterface (hif.asOutParam(), progress.asOutParam()), 1);
69 CHECK_ERROR(hif, COMGETTER(Name) (name.asOutParam()));
91 ComPtr<IHostNetworkInterface> hif; local
92 CHECK_ERROR_RET(host, FindHostNetworkInterfaceByName(name.raw(), hif.asOutParam()), 1);
95 CHECK_ERROR_RET(hif, COMGETTER(Id)(guid.asOutParam()), 1);
216 ComPtr<IHostNetworkInterface> hif; local
218 hif.asOutParam()));
225 CHECK_ERROR(hif, EnableDynamicIPConfig ());
232 CHECK_ERROR(hif, EnableStaticIPConfi
[all...]
H A DVBoxManageDHCPServer.cpp345 ComPtr<IHostNetworkInterface> hif; local
346 CHECK_ERROR(host, FindHostNetworkInterfaceByName(Bstr(pIfName).mutableRaw(), hif.asOutParam()));
350 CHECK_ERROR(hif, COMGETTER(NetworkName) (NetName.asOutParam()));
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp439 ComPtr<IHostNetworkInterface> hif; local
443 hif.asOutParam(),

Completed in 95 milliseconds