Home
last modified time | relevance | path

Searched refs:TCP_MD5SIG (Results 1 – 25 of 34) sorted by relevance

12

/external/iperf3/src/
Dtcp_info.c75 #if defined(linux) && defined(TCP_MD5SIG) in has_tcpinfo_retransmits()
117 #if defined(linux) && defined(TCP_MD5SIG) in get_total_retransmits()
135 #if defined(linux) && defined(TCP_MD5SIG) in get_snd_cwnd()
153 #if defined(linux) && defined(TCP_MD5SIG) in get_rtt()
171 #if defined(linux) && defined(TCP_MD5SIG) in get_rttvar()
189 #if defined(linux) && defined(TCP_MD5SIG) in get_pmtu()
/external/strace/xlat/
Dsock_tcp_options.h97 #if defined(TCP_MD5SIG) || (defined(HAVE_DECL_TCP_MD5SIG) && HAVE_DECL_TCP_MD5SIG)
99 static_assert((TCP_MD5SIG) == (14), "TCP_MD5SIG != 14");
102 # define TCP_MD5SIG 14
282 [TCP_MD5SIG] = XLAT(TCP_MD5SIG),
Dsock_tcp_options.in15 TCP_MD5SIG 14
/external/syzkaller/sys/linux/
Dsocket_inet_tcp_arm64.const31 TCP_MD5SIG = 14
Dsocket_inet_tcp_amd64.const31 TCP_MD5SIG = 14
Dsocket_inet_tcp_ppc64le.const31 TCP_MD5SIG = 14
Dsocket_inet_tcp_arm.const31 TCP_MD5SIG = 14
Dsocket_inet_tcp_386.const31 TCP_MD5SIG = 14
Dsocket_inet_tcp.txt40 tcp_option_types_buf = TCP_INFO, TCP_CONGESTION, TCP_ULP, TCP_MD5SIG, TCP_REPAIR_OPTIONS, TCP_CC_IN…
72 setsockopt$inet_tcp_TCP_MD5SIG(fd sock_tcp, level const[IPPROTO_TCP], optname const[TCP_MD5SIG], op…
73 setsockopt$inet6_tcp_TCP_MD5SIG(fd sock_tcp6, level const[IPPROTO_TCP], optname const[TCP_MD5SIG], …
/external/iproute2/include/uapi/linux/
Dtcp.h105 #define TCP_MD5SIG 14 /* TCP MD5 Signature (RFC2385) */ macro
/external/kernel-headers/original/uapi/linux/
Dtcp.h105 #define TCP_MD5SIG 14 /* TCP MD5 Signature (RFC2385) */ macro
/external/honggfuzz/examples/linux_kernel_ip/
Dtun.c113 setsockopt(tcp_sock, SOL_TCP, TCP_MD5SIG, (void*)md5s, sizeof(md5s)); in main()
/external/openssh/regress/
Dnetcat.c1167 #ifdef TCP_MD5SIG in set_common_sockopts()
1169 if (setsockopt(s, IPPROTO_TCP, TCP_MD5SIG, in set_common_sockopts()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_openbsd_386.go1229 TCP_MD5SIG = 0x4 const
Dzerrors_openbsd_amd64.go1311 TCP_MD5SIG = 0x4 const
Dzerrors_openbsd_arm.go1232 TCP_MD5SIG = 0x4 const
Dzerrors_netbsd_amd64.go1326 TCP_MD5SIG = 0x10 const
Dzerrors_netbsd_386.go1336 TCP_MD5SIG = 0x10 const
Dzerrors_freebsd_arm.go1385 TCP_MD5SIG = 0x10 const
Dzerrors_freebsd_amd64.go1377 TCP_MD5SIG = 0x10 const
Dzerrors_freebsd_386.go1376 TCP_MD5SIG = 0x10 const
Dzerrors_netbsd_arm.go1315 TCP_MD5SIG = 0x10 const
Dzerrors_linux_sparc64.go1617 TCP_MD5SIG = 0xe const
Dzerrors_linux_mips64le.go1950 TCP_MD5SIG = 0xe const
Dzerrors_linux_ppc64.go2004 TCP_MD5SIG = 0xe const

12