Home
last modified time | relevance | path

Searched refs:SO_KEEPALIVE (Results 1 – 25 of 33) sorted by relevance

12

/external/strace/xlat/
Dsockoptions.h41 #if defined(SO_KEEPALIVE) || (defined(HAVE_DECL_SO_KEEPALIVE) && HAVE_DECL_SO_KEEPALIVE)
42 XLAT(SO_KEEPALIVE),
Dsockoptions.in11 SO_KEEPALIVE
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h19 #define SO_KEEPALIVE 9 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsocket.h23 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send macro
/external/python/cpython2/Lib/plat-os2emx/
DSOCKET.py17 SO_KEEPALIVE = 0x0008 variable
/external/parameter-framework/asio-1.10.6/include/asio/
Dsocket_base.hpp166 ASIO_OS_DEF(SOL_SOCKET), ASIO_OS_DEF(SO_KEEPALIVE)> keep_alive;
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsocket_types.hpp113 # define ASIO_OS_DEF_SO_KEEPALIVE SO_KEEPALIVE
/external/syslinux/core/lwip/src/core/
Dinit.c244 if (SO_KEEPALIVE != SOF_KEEPALIVE) in lwip_sanity_check()
/external/netperf/src/
Dnetserver.c1160 #if defined(SO_KEEPALIVE) in accept_connection()
1191 #if defined(SO_KEEPALIVE) in accept_connection()
1196 SO_KEEPALIVE, in accept_connection()
/external/syslinux/core/lwip/src/include/lwip/
Dsockets.h80 #define SO_KEEPALIVE 0x0008 /* keep connections alive */ macro
/external/toybox/toys/pending/
Dtelnet.c311 setsockopt(TT.sfd, SOL_SOCKET, SO_KEEPALIVE, &set, sizeof(set)); in telnet_main()
Dtelnetd.c190 setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &i, sizeof(i)); in new_session()
/external/syslinux/core/lwip/src/api/
Dsockets.c1469 case SO_KEEPALIVE:
1672 case SO_KEEPALIVE:
1868 case SO_KEEPALIVE:
2081 case SO_KEEPALIVE:
/external/python/cpython2/Lib/plat-linux2/
DIN.py454 SO_KEEPALIVE = 9 variable
/external/boringssl/src/crypto/bio/
Dconnect.c222 ret = setsockopt(bio->num, SOL_SOCKET, SO_KEEPALIVE, (char *)&i, in conn_state()
/external/python/cpython2/Lib/plat-unixware7/
DIN.py235 SO_KEEPALIVE = 0x0008 variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRDebugEventProxy.m77 …setsockopt(serverSocket, SOL_SOCKET, SO_KEEPALIVE|SO_REUSEPORT|SO_REUSEADDR|TCP_NODELAY, (void *)&…
/external/python/cpython2/Lib/plat-atheos/
DIN.py771 SO_KEEPALIVE = 9 variable
/external/deqp/framework/delibs/deutil/
DdeSocket.c458 if (setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, (const char*)&mode, sizeof(mode)) != 0) in deSocket_setFlags()
/external/libevent/
Dlistener.c229 if (setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, (void*)&on, sizeof(on))<0) { in evconnlistener_new_bind()
/external/walt/pywalt/pywalt/
Dwalt.py675 sock.setsockopt(socket.SOL_SOCKET, socket.SO_KEEPALIVE, 1)
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c600 setsockopt(sfd, SOL_SOCKET, SO_KEEPALIVE, &flags, sizeof(flags)); in main()
/external/curl/lib/
Dconnect.c113 if(setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, in tcpkeepalive()
/external/openssh/
Dsshconnect.c495 setsockopt(sock, SOL_SOCKET, SO_KEEPALIVE, (void *)&on, in ssh_connect_direct()
/external/netperf/
DRelease_Notes138 setting of SO_KEEPALIVE on the data socket. This will affect the
142 field to communicate the desire to set SO_KEEPALIVE.
150 The default is to behave as before - SO_KEEPALIVE not set.

12