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

/vbox/src/VBox/Main/src-server/solaris/
H A DNetIf-solaris.cpp360 static bool vboxSolarisSortNICList(const ComObjPtr<HostNetworkInterface> Iface1, const ComObjPtr<HostNetworkInterface> Iface2) argument
363 (*Iface1).COMGETTER(Name) (Iface1Str.asOutParam());
371 static bool vboxSolarisSameNIC(const ComObjPtr<HostNetworkInterface> Iface1, const ComObjPtr<HostNetworkInterface> Iface2) argument
374 (*Iface1).COMGETTER(Name) (Iface1Str.asOutParam());

Completed in 43 milliseconds