Home
last modified time | relevance | path

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

/external/curl/lib/
Dconnect.c98 #if defined(HAVE_WINSOCK2_H) && !defined(SIO_KEEPALIVE_VALS)
99 #define SIO_KEEPALIVE_VALS _WSAIOW(IOC_VENDOR,4) macro
120 #if defined(SIO_KEEPALIVE_VALS) in tcpkeepalive()
130 if(WSAIoctl(sockfd, SIO_KEEPALIVE_VALS, (LPVOID) &vals, sizeof(vals), in tcpkeepalive()
/external/python/cpython2/Modules/
Dsocketmodule.c3035 case SIO_KEEPALIVE_VALS: {
5512 DWORD codes[] = {SIO_RCVALL, SIO_KEEPALIVE_VALS};
/external/python/cpython2/Lib/test/
Dtest_socket.py659 s.ioctl(socket.SIO_KEEPALIVE_VALS, (1, 100, 100))
/external/python/cpython3/Modules/
Dsocketmodule.c4623 case SIO_KEEPALIVE_VALS: {
7956 DWORD codes[] = {SIO_RCVALL, SIO_KEEPALIVE_VALS,
/external/python/cpython3/Doc/library/
Dsocket.rst418 SIO_KEEPALIVE_VALS
1169 ``SIO_RCVALL``, ``SIO_KEEPALIVE_VALS``, and ``SIO_LOOPBACK_FAST_PATH``.
/external/python/cpython3/Lib/test/
Dtest_socket.py1343 s.ioctl(socket.SIO_KEEPALIVE_VALS, (1, 100, 100))