Searched refs:SIO_KEEPALIVE_VALS (Results 1 – 5 of 5) sorted by relevance
/third_party/curl/lib/ |
D | cf-socket.c | 147 #if defined(USE_WINSOCK) && !defined(SIO_KEEPALIVE_VALS) 148 #define SIO_KEEPALIVE_VALS _WSAIOW(IOC_VENDOR,4) macro 171 #if defined(SIO_KEEPALIVE_VALS) in tcpkeepalive() 181 if(WSAIoctl(sockfd, SIO_KEEPALIVE_VALS, (LPVOID) &vals, sizeof(vals), in tcpkeepalive()
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-sockets.c | 121 if (WSAIoctl(fd, SIO_KEEPALIVE_VALS, &alive, sizeof(alive), in lws_plat_set_socket_options()
|
/third_party/python/Doc/library/ |
D | socket.rst | 483 SIO_KEEPALIVE_VALS 1371 ``SIO_RCVALL``, ``SIO_KEEPALIVE_VALS``, and ``SIO_LOOPBACK_FAST_PATH``.
|
/third_party/python/Modules/ |
D | socketmodule.c | 4833 case SIO_KEEPALIVE_VALS: { 8366 DWORD codes[] = {SIO_RCVALL, SIO_KEEPALIVE_VALS,
|
/third_party/python/Lib/test/ |
D | test_socket.py | 1470 s.ioctl(socket.SIO_KEEPALIVE_VALS, (1, 100, 100))
|