Home
last modified time | relevance | path

Searched refs:TCP_MD5SIG_EXT (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dsock_tcp_options.h223 #if defined(TCP_MD5SIG_EXT) || (defined(HAVE_DECL_TCP_MD5SIG_EXT) && HAVE_DECL_TCP_MD5SIG_EXT)
225 static_assert((TCP_MD5SIG_EXT) == (32), "TCP_MD5SIG_EXT != 32");
228 # define TCP_MD5SIG_EXT 32
300 [TCP_MD5SIG_EXT] = XLAT(TCP_MD5SIG_EXT),
Dsock_tcp_options.in33 TCP_MD5SIG_EXT 32
/external/iproute2/include/uapi/linux/
Dtcp.h122 #define TCP_MD5SIG_EXT 32 /* TCP MD5 Signature with extensions */ macro
/external/kernel-headers/original/uapi/linux/
Dtcp.h122 #define TCP_MD5SIG_EXT 32 /* TCP MD5 Signature with extensions */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1951 TCP_MD5SIG_EXT = 0x20 const
Dzerrors_linux_s390x.go2011 TCP_MD5SIG_EXT = 0x20 const
Dzerrors_linux_arm.go1957 TCP_MD5SIG_EXT = 0x20 const
Dzerrors_linux_ppc64le.go2005 TCP_MD5SIG_EXT = 0x20 const
Dzerrors_linux_mips64.go1951 TCP_MD5SIG_EXT = 0x20 const
Dzerrors_linux_ppc64.go2005 TCP_MD5SIG_EXT = 0x20 const
Dzerrors_linux_amd64.go1951 TCP_MD5SIG_EXT = 0x20 const
Dzerrors_linux_mips64le.go1951 TCP_MD5SIG_EXT = 0x20 const
Dzerrors_linux_386.go1950 TCP_MD5SIG_EXT = 0x20 const
Dzerrors_linux_mips.go1951 TCP_MD5SIG_EXT = 0x20 const
Dzerrors_linux_arm64.go1942 TCP_MD5SIG_EXT = 0x20 const
/external/strace/
DChangeLog11587 * xlat/socktcpoptions.in: Add TCP_ULP and TCP_MD5SIG_EXT.