Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/
Dtcp_ipv4.c664 (TCPOPT_MD5SIG << 8) | in tcp_v4_send_reset()
754 (TCPOPT_MD5SIG << 8) | in tcp_v4_send_ack()
Dtcp_output.c453 (TCPOPT_MD5SIG << 8) | in tcp_options_write()
458 (TCPOPT_MD5SIG << 8) | in tcp_options_write()
Dtcp_input.c3974 case TCPOPT_MD5SIG: in tcp_parse_options()
4079 if (opcode == TCPOPT_MD5SIG) in tcp_parse_md5sig_option()
/linux-3.4.99/include/net/
Dtcp.h171 #define TCPOPT_MD5SIG 19 /* MD5 Signature (RFC2385) */ macro
/linux-3.4.99/net/ipv6/
Dtcp_ipv6.c882 (TCPOPT_MD5SIG << 8) | TCPOLEN_MD5SIG); in tcp_v6_send_response()