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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstcpip.h 20 #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...]

Completed in 174 milliseconds