Home
last modified time | relevance | path

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

/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/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/openssh/regress/
Dnetcat.c1175 #ifdef TCP_MD5SIG in set_common_sockopts()
1177 if (setsockopt(s, IPPROTO_TCP, TCP_MD5SIG, in set_common_sockopts()
/external/linux-kselftest/tools/testing/selftests/net/
Dnettest.c216 rc = setsockopt(sd, IPPROTO_TCP, TCP_MD5SIG, &md5sig, sizeof(md5sig)); in tcp_md5sig()
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs919 pub const TCP_MD5SIG: ::c_int = 0x04; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1036 pub const TCP_MD5SIG: ::c_int = 16; constant
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs902 pub const TCP_MD5SIG: ::c_int = 14; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1039 pub const TCP_MD5SIG: ::c_int = 0x10; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1426 pub const TCP_MD5SIG: ::c_int = 14; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2305 pub const TCP_MD5SIG: ::c_int = 14; constant