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

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsNetwork.cpp1092 const CHostNetworkInterfaceVector &ifaces = vboxGlobal().host().GetNetworkInterfaces(); local
1093 for (int i = 0; i < ifaces.size(); ++i)
1095 const CHostNetworkInterface &iface = ifaces[i];
1125 const CHostNetworkInterfaceVector &ifaces = vboxGlobal().host().GetNetworkInterfaces(); local
1126 for (int i = 0; i < ifaces.size(); ++i)
1128 const CHostNetworkInterface &iface = ifaces[i];
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_typelib.c50 uint16 ifaces; member in struct:priv_data
60 #define IFACES(state) (((struct priv_data *)state->priv)->ifaces)

Completed in 46 milliseconds