HomeSort by relevance Sort by last modified time
    Searched defs:IOC_VOID (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 8 #undef IOC_VOID
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 47 #define IOC_VOID 0x20000000
52 #define _IO(x,y) (IOC_VOID|((x)<<8)|(y))
winsock2.h 66 #define IOC_VOID 0x20000000
71 #define _IO(x,y) (IOC_VOID|((x)<<8)|(y))
512 #define _WSAIO(x,y) (IOC_VOID|(x)|(y))
    [all...]

Completed in 125 milliseconds