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

  /prebuilts/go/darwin-x86/src/net/
tcpsockopt_windows.go 27 err := fd.pfd.WSAIoctl(syscall.SIO_KEEPALIVE_VALS, (*byte)(unsafe.Pointer(&ka)), size, nil, 0, &ret, nil, 0)
  /prebuilts/go/linux-x86/src/net/
tcpsockopt_windows.go 27 err := fd.pfd.WSAIoctl(syscall.SIO_KEEPALIVE_VALS, (*byte)(unsafe.Pointer(&ka)), size, nil, 0, &ret, nil, 0)
  /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
  /system/core/adb/
sysdeps_win32.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_socket.py 623 self.assertTrue(hasattr(socket, 'SIO_KEEPALIVE_VALS'))
627 s.ioctl(socket.SIO_KEEPALIVE_VALS, (1, 100, 100))
    [all...]
  /external/python/cpython2/Lib/test/
test_socket.py 655 self.assertTrue(hasattr(socket, 'SIO_KEEPALIVE_VALS'))
659 s.ioctl(socket.SIO_KEEPALIVE_VALS, (1, 100, 100))
    [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...]
  /external/python/cpython3/Modules/
socketmodule.c     [all...]
  /external/python/cpython3/Lib/test/
test_socket.py     [all...]

Completed in 1053 milliseconds