/external/iperf3/src/ |
D | tcp_info.c | 75 #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/ |
D | sock_tcp_options.h | 97 #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),
|
D | sock_tcp_options.in | 15 TCP_MD5SIG 14
|
/external/syzkaller/sys/linux/ |
D | socket_inet_tcp_arm64.const | 31 TCP_MD5SIG = 14
|
D | socket_inet_tcp_amd64.const | 31 TCP_MD5SIG = 14
|
D | socket_inet_tcp_ppc64le.const | 31 TCP_MD5SIG = 14
|
D | socket_inet_tcp_arm.const | 31 TCP_MD5SIG = 14
|
D | socket_inet_tcp_386.const | 31 TCP_MD5SIG = 14
|
D | socket_inet_tcp.txt | 40 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/ |
D | tcp.h | 105 #define TCP_MD5SIG 14 /* TCP MD5 Signature (RFC2385) */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | tcp.h | 105 #define TCP_MD5SIG 14 /* TCP MD5 Signature (RFC2385) */ macro
|
/external/honggfuzz/examples/linux_kernel_ip/ |
D | tun.c | 113 setsockopt(tcp_sock, SOL_TCP, TCP_MD5SIG, (void*)md5s, sizeof(md5s)); in main()
|
/external/openssh/regress/ |
D | netcat.c | 1167 #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/ |
D | zerrors_openbsd_386.go | 1229 TCP_MD5SIG = 0x4 const
|
D | zerrors_openbsd_amd64.go | 1311 TCP_MD5SIG = 0x4 const
|
D | zerrors_openbsd_arm.go | 1232 TCP_MD5SIG = 0x4 const
|
D | zerrors_netbsd_amd64.go | 1326 TCP_MD5SIG = 0x10 const
|
D | zerrors_netbsd_386.go | 1336 TCP_MD5SIG = 0x10 const
|
D | zerrors_freebsd_arm.go | 1385 TCP_MD5SIG = 0x10 const
|
D | zerrors_freebsd_amd64.go | 1377 TCP_MD5SIG = 0x10 const
|
D | zerrors_freebsd_386.go | 1376 TCP_MD5SIG = 0x10 const
|
D | zerrors_netbsd_arm.go | 1315 TCP_MD5SIG = 0x10 const
|
D | zerrors_linux_sparc64.go | 1617 TCP_MD5SIG = 0xe const
|
D | zerrors_linux_mips64le.go | 1950 TCP_MD5SIG = 0xe const
|
D | zerrors_linux_ppc64.go | 2004 TCP_MD5SIG = 0xe const
|