Home
last modified time | relevance | path

Searched refs:TCPOPT_SIGNATURE (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/tcpdump/
Dtcp.h81 #define TCPOPT_SIGNATURE 19 /* Keyed MD5 (rfc2385) */ macro
Dprint-tcp.c129 { TCPOPT_SIGNATURE, "md5" },
513 case TCPOPT_SIGNATURE: in tcp_print()
/freebsd-12-stable/sys/netinet/
Dtcp.h106 #define TCPOPT_SIGNATURE 19 /* Keyed MD5: RFC 2385 */ macro
Dtcp_output.c1767 *optp++ = TCPOPT_SIGNATURE; in tcp_addoptions()
Dtcp_input.c3417 case TCPOPT_SIGNATURE: in tcp_dooptions()