Home
last modified time | relevance | path

Searched refs:SIO_KEEPALIVE_VALS (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/lib/
Dcf-socket.c147 #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/
Dwindows-sockets.c121 if (WSAIoctl(fd, SIO_KEEPALIVE_VALS, &alive, sizeof(alive), in lws_plat_set_socket_options()
/third_party/python/Doc/library/
Dsocket.rst483 SIO_KEEPALIVE_VALS
1371 ``SIO_RCVALL``, ``SIO_KEEPALIVE_VALS``, and ``SIO_LOOPBACK_FAST_PATH``.
/third_party/python/Modules/
Dsocketmodule.c4833 case SIO_KEEPALIVE_VALS: {
8366 DWORD codes[] = {SIO_RCVALL, SIO_KEEPALIVE_VALS,
/third_party/python/Lib/test/
Dtest_socket.py1470 s.ioctl(socket.SIO_KEEPALIVE_VALS, (1, 100, 100))