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 96 #if defined(HAVE_WINSOCK2_H) && !defined(SIO_KEEPALIVE_VALS)
97 #define SIO_KEEPALIVE_VALS _WSAIOW(IOC_VENDOR,4)
118 #if defined(SIO_KEEPALIVE_VALS)
128 if(WSAIoctl(sockfd, SIO_KEEPALIVE_VALS, (LPVOID) &vals, sizeof(vals),
130 infof(data, "Failed to set SIO_KEEPALIVE_VALS on fd %d: %d\n",
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_windows.go 550 SIO_KEEPALIVE_VALS = IOC_IN | IOC_VENDOR | 4
  /prebuilts/go/linux-x86/src/syscall/
ztypes_windows.go 550 SIO_KEEPALIVE_VALS = IOC_IN | IOC_VENDOR | 4

Completed in 91 milliseconds