Home
last modified time | relevance | path

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

/netbsd/external/bsd/tcpdump/dist/
H A Dtcp.h77 #define TCPOPT_SIGNATURE 19 /* Keyed MD5 (rfc2385) */ macro
H A Dprint-tcp.c129 { TCPOPT_SIGNATURE, "md5" },
514 case TCPOPT_SIGNATURE: in tcp_print()
/netbsd/sys/netinet/
H A Dtcp.h100 #define TCPOPT_SIGNATURE 19 /* Keyed MD5: RFC 2385 */ macro
H A Dtcp_syncache.c1218 *optp++ = TCPOPT_SIGNATURE; in syn_cache_respond()
H A Dtcp_output.c1144 *optp++ = TCPOPT_SIGNATURE; in tcp_output()
H A Dtcp_input.c3200 case TCPOPT_SIGNATURE: in tcp_dooptions()