Searched refs:TCPOPT_AO (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/ipv4/
H A Dtcp_ipv4.c698 reply_options[0] = htonl((TCPOPT_AO << 24) | (tcp_ao_len(key) << 16) |
984 rep.opt[offset++] = htonl((TCPOPT_AO << 24) |
H A Dtcp_output.c619 *ptr++ = htonl((TCPOPT_AO << 24) | (aolen << 16) |
631 *ptr++ = htonl((TCPOPT_AO << 24) |
H A Dtcp_input.c4328 } else if (opcode == TCPOPT_AO) {
/linux-master/net/ipv6/
H A Dtcp_ipv6.c941 *topt++ = htonl((TCPOPT_AO << 24) |
/linux-master/include/net/
H A Dtcp.h200 #define TCPOPT_AO 29 /* Authentication Option (RFC5925) */ macro

Completed in 225 milliseconds