Home
last modified time | relevance | path

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

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