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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp2822 com::SafeIfaceArray<IHostNetworkInterface> nwInterfaces; local
2823 rc = host->COMGETTER(NetworkInterfaces)(ComSafeArrayAsOutParam(nwInterfaces));
2828 j < nwInterfaces.size();
2832 rc = nwInterfaces[j]->COMGETTER(InterfaceType)(&itype);
2837 rc = nwInterfaces[j]->COMGETTER(Name)(name.asOutParam());
2855 com::SafeIfaceArray<IHostNetworkInterface> nwInterfaces; local
2856 rc = host->COMGETTER(NetworkInterfaces)(ComSafeArrayAsOutParam(nwInterfaces));
2861 j < nwInterfaces.size();
2865 rc = nwInterfaces[j]->COMGETTER(InterfaceType)(&itype);
2870 rc = nwInterfaces[
[all...]

Completed in 52 milliseconds