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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstcpip.h 27 #define SIO_KEEPALIVE_VALS _WSAIOW(IOC_VENDOR,4)
  /external/curl/lib/
connect.c 98 #if defined(HAVE_WINSOCK2_H) && !defined(SIO_KEEPALIVE_VALS)
99 #define SIO_KEEPALIVE_VALS _WSAIOW(IOC_VENDOR,4)
120 #if defined(SIO_KEEPALIVE_VALS)
130 if(WSAIoctl(sockfd, SIO_KEEPALIVE_VALS, (LPVOID) &vals, sizeof(vals),
132 infof(data, "Failed to set SIO_KEEPALIVE_VALS on fd %d: %d\n",
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
types_windows.go 551 SIO_KEEPALIVE_VALS = IOC_IN | IOC_VENDOR | 4
  /prebuilts/go/linux-x86/src/syscall/
types_windows.go 551 SIO_KEEPALIVE_VALS = IOC_IN | IOC_VENDOR | 4

Completed in 424 milliseconds