Searched refs:InterfaceList (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dirot.idl57 } InterfaceList;
59 typedef [unique] InterfaceList *PInterfaceList;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dirot.idl57 } InterfaceList;
59 typedef [unique] InterfaceList *PInterfaceList;
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbCmn.h65 IN PUSBD_INTERFACE_LIST_ENTRY InterfaceList
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp964 INTERFACE_INFO InterfaceList[20] = {0}; local
970 &InterfaceList,
971 sizeof(InterfaceList),
988 if (InterfaceList[i].iiFlags & IFF_LOOPBACK) /* Skip loopback device. */
990 nFlags = InterfaceList[i].iiFlags;
991 pAddress = (sockaddr_in *)&(InterfaceList[i].iiAddress);
998 pAddress = (sockaddr_in *) & (InterfaceList[i].iiBroadcastAddress);
1002 pAddress = (sockaddr_in *)&(InterfaceList[i].iiNetmask);

Completed in 1221 milliseconds