Searched refs:SIO_KEEPALIVE_VALS (Results 1 – 8 of 8) sorted by relevance
/external/curl/lib/ |
D | connect.c | 95 #if defined(HAVE_WINSOCK2_H) && !defined(SIO_KEEPALIVE_VALS) 96 #define SIO_KEEPALIVE_VALS _WSAIOW(IOC_VENDOR,4) macro 117 #if defined(SIO_KEEPALIVE_VALS) in tcpkeepalive() 127 if(WSAIoctl(sockfd, SIO_KEEPALIVE_VALS, (LPVOID) &vals, sizeof(vals), in tcpkeepalive()
|
/external/libwebsockets/lib/plat/windows/ |
D | windows-sockets.c | 109 if (WSAIoctl(fd, SIO_KEEPALIVE_VALS, &alive, sizeof(alive), in lws_plat_set_socket_options()
|
/external/rust/crates/mio/src/sys/windows/ |
D | tcp.rs | 307 mstcpip::SIO_KEEPALIVE_VALS, in set_keepalive_params()
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 3035 case SIO_KEEPALIVE_VALS: { 5512 DWORD codes[] = {SIO_RCVALL, SIO_KEEPALIVE_VALS};
|
/external/python/cpython2/Lib/test/ |
D | test_socket.py | 659 s.ioctl(socket.SIO_KEEPALIVE_VALS, (1, 100, 100))
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 4877 case SIO_KEEPALIVE_VALS: { 8400 DWORD codes[] = {SIO_RCVALL, SIO_KEEPALIVE_VALS,
|
/external/python/cpython3/Doc/library/ |
D | socket.rst | 469 SIO_KEEPALIVE_VALS 1331 ``SIO_RCVALL``, ``SIO_KEEPALIVE_VALS``, and ``SIO_LOOPBACK_FAST_PATH``.
|
/external/python/cpython3/Lib/test/ |
D | test_socket.py | 1474 s.ioctl(socket.SIO_KEEPALIVE_VALS, (1, 100, 100))
|