Home
last modified time | relevance | path

Searched refs:TCP_KEEPCNT (Results 1 – 25 of 40) sorted by relevance

12

/external/strace/xlat/
Dsock_tcp_options.h41 #if defined(TCP_KEEPCNT) || (defined(HAVE_DECL_TCP_KEEPCNT) && HAVE_DECL_TCP_KEEPCNT)
43 static_assert((TCP_KEEPCNT) == (6), "TCP_KEEPCNT != 6");
46 # define TCP_KEEPCNT 6
274 [TCP_KEEPCNT] = XLAT(TCP_KEEPCNT),
Dsock_tcp_options.in7 TCP_KEEPCNT 6
/external/syzkaller/sys/linux/
Dsocket_inet_tcp_arm.const26 TCP_KEEPCNT = 6
Dsocket_inet_tcp_arm64.const26 TCP_KEEPCNT = 6
Dsocket_inet_tcp_amd64.const26 TCP_KEEPCNT = 6
Dsocket_inet_tcp_ppc64le.const26 TCP_KEEPCNT = 6
Dsocket_inet_tcp_386.const26 TCP_KEEPCNT = 6
Dsocket_inet_tcp.txt38 tcp_option_types_int = TCP_NODELAY, TCP_MAXSEG, TCP_CORK, TCP_KEEPIDLE, TCP_KEEPINTVL, TCP_KEEPCNT,…
/external/iproute2/include/netinet/
Dtcp.h45 #define TCP_KEEPCNT 6 /* Number of keepalives before death */ macro
/external/iproute2/include/uapi/linux/
Dtcp.h97 #define TCP_KEEPCNT 6 /* Number of keepalives before death */ macro
/external/kernel-headers/original/uapi/linux/
Dtcp.h97 #define TCP_KEEPCNT 6 /* Number of keepalives before death */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1024 TCP_KEEPCNT = 0x23 const
Dzerrors_dragonfly_amd64.go1179 TCP_KEEPCNT = 0x400 const
Dzerrors_darwin_386.go1354 TCP_KEEPCNT = 0x102 const
Dzerrors_darwin_arm64.go1354 TCP_KEEPCNT = 0x102 const
Dzerrors_darwin_amd64.go1354 TCP_KEEPCNT = 0x102 const
Dzerrors_netbsd_arm.go1307 TCP_KEEPCNT = 0x6 const
Dzerrors_darwin_arm.go1354 TCP_KEEPCNT = 0x102 const
Dzerrors_freebsd_386.go1365 TCP_KEEPCNT = 0x400 const
Dzerrors_freebsd_arm.go1374 TCP_KEEPCNT = 0x400 const
Dzerrors_netbsd_386.go1328 TCP_KEEPCNT = 0x6 const
Dzerrors_freebsd_amd64.go1366 TCP_KEEPCNT = 0x400 const
Dzerrors_netbsd_amd64.go1318 TCP_KEEPCNT = 0x6 const
Dzerrors_linux_sparc64.go1610 TCP_KEEPCNT = 0x6 const
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b2.rst239 socket: Remove TCP_FASTOPEN,TCP_KEEPCNT,TCP_KEEPIDLE,TCP_KEEPINTVL flags on

12