HomeSort by relevance Sort by last modified time
    Searched refs:SIO_KEEPALIVE_VALS (Results 1 - 7 of 7) 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...]
  /system/core/adb/
sysdeps_win32.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socket.py 623 self.assertTrue(hasattr(socket, 'SIO_KEEPALIVE_VALS'))
627 s.ioctl(socket.SIO_KEEPALIVE_VALS, (1, 100, 100))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socket.py 623 self.assertTrue(hasattr(socket, 'SIO_KEEPALIVE_VALS'))
627 s.ioctl(socket.SIO_KEEPALIVE_VALS, (1, 100, 100))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 623 self.assertTrue(hasattr(socket, 'SIO_KEEPALIVE_VALS'))
627 s.ioctl(socket.SIO_KEEPALIVE_VALS, (1, 100, 100))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 623 self.assertTrue(hasattr(socket, 'SIO_KEEPALIVE_VALS'))
627 s.ioctl(socket.SIO_KEEPALIVE_VALS, (1, 100, 100))
    [all...]

Completed in 118 milliseconds