Searched refs:WS__IOR (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | winsock.h | 714 #define WS__IOR(x,y,t) (WS_IOC_OUT|(((LONG)sizeof(t)&WS_IOCPARM_MASK)<<16)|((x)<<8)|(y)) macro 765 #define WS_FIONREAD WS__IOR('f', 127, ULONG) 769 #define WS_SIOCGHIWAT WS__IOR('s', 1, ULONG) 771 #define WS_SIOCGLOWAT WS__IOR('s', 3, ULONG) 772 #define WS_SIOCATMARK WS__IOR('s', 7, ULONG)
|
H A D | winsock2.h | 156 #define WS_SIO_GET_INTERFACE_LIST WS__IOR('t', 127, ULONG)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | winsock.h | 744 #define WS__IOR(x,y,t) (WS_IOC_OUT|(((LONG)sizeof(t)&WS_IOCPARM_MASK)<<16)|((x)<<8)|(y)) macro 795 #define WS_FIONREAD WS__IOR('f', 127, ULONG) 799 #define WS_SIOCGHIWAT WS__IOR('s', 1, ULONG) 801 #define WS_SIOCGLOWAT WS__IOR('s', 3, ULONG) 802 #define WS_SIOCATMARK WS__IOR('s', 7, ULONG)
|
H A D | winsock2.h | 156 #define WS_SIO_GET_INTERFACE_LIST WS__IOR('t', 127, ULONG)
|
Completed in 143 milliseconds