Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dtcp.h80 #define TCPOPT_SIGNATURE 19 /* Keyed MD5 (rfc2385) */ macro
H A Dprint-tcp.c129 { TCPOPT_SIGNATURE, "md5" },
549 case TCPOPT_SIGNATURE: in tcp_print()
/freebsd/sys/netinet/
H A Dtcp.h120 #define TCPOPT_SIGNATURE 19 /* Keyed MD5: RFC 2385 */ macro
H A Dtcp_output.c1871 *optp++ = TCPOPT_SIGNATURE; in tcp_addoptions()
H A Dtcp_log_buf.c3119 case TCPOPT_SIGNATURE: in db_print_tcphdr()
H A Dtcp_input.c3517 case TCPOPT_SIGNATURE: in tcp_dooptions()