Home
last modified time | relevance | path

Searched refs:TCP_KEEPINTVL (Results 1 – 13 of 13) sorted by relevance

/external/strace/xlat/
Dsocktcpoptions.h23 #if defined(TCP_KEEPINTVL) || (defined(HAVE_DECL_TCP_KEEPINTVL) && HAVE_DECL_TCP_KEEPINTVL)
24 XLAT(TCP_KEEPINTVL),
Dsocktcpoptions.in5 TCP_KEEPINTVL
/external/curl/docs/cmdline-opts/
Dkeepalive-time.d9 TCP_KEEPINTVL socket options (meaning Linux, recent AIX, HP-UX and more). This
/external/iproute2/include/netinet/
Dtcp.h44 #define TCP_KEEPINTVL 5 /* Interval between keepalives */ macro
/external/iproute2/include/uapi/linux/
Dtcp.h96 #define TCP_KEEPINTVL 5 /* Interval between keepalives */ macro
/external/kernel-headers/original/uapi/linux/
Dtcp.h96 #define TCP_KEEPINTVL 5 /* Interval between keepalives */ macro
/external/syslinux/core/lwip/src/include/lwip/
Dsockets.h150 #define TCP_KEEPINTVL 0x04 /* set pcb->keep_intvl - Use seconds for get/setsockopt */ macro
/external/syslinux/core/lwip/src/api/
Dsockets.c1570 case TCP_KEEPINTVL:
1798 case TCP_KEEPINTVL:
1980 case TCP_KEEPINTVL:
2199 case TCP_KEEPINTVL:
/external/curl/lib/
Dconnect.c144 #ifdef TCP_KEEPINTVL in tcpkeepalive()
147 if(setsockopt(sockfd, IPPROTO_TCP, TCP_KEEPINTVL, in tcpkeepalive()
/external/curl/include/curl/
Dcurl.h1637 CINIT(TCP_KEEPINTVL, LONG, 215),
/external/python/cpython2/Modules/
Dsocketmodule.c5358 #ifdef TCP_KEEPINTVL
5359 PyModule_AddIntConstant(m, "TCP_KEEPINTVL", TCP_KEEPINTVL);
/external/python/cpython3/Modules/
Dsocketmodule.c7488 #ifdef TCP_KEEPINTVL
7489 PyModule_AddIntMacro(m, TCP_KEEPINTVL);
/external/syslinux/core/lwip/
DCHANGELOG1746 that TCP_KEEPIDLE and TCP_KEEPINTVL have to be set in seconds.