Searched refs:TCPOPT_AO (Results 1 – 5 of 5) sorted by relevance
682 reply_options[0] = htonl((TCPOPT_AO << 24) | (tcp_ao_len(key) << 16) | in tcp_v4_ao_sign_reset()968 rep.opt[offset++] = htonl((TCPOPT_AO << 24) | in tcp_v4_send_ack()
5003 } else if (opcode == TCPOPT_AO) { in tcp_do_parse_auth_options()
4626 case TCPOPT_AO: in tcp_parse_options()
914 *topt++ = htonl((TCPOPT_AO << 24) | in tcp_v6_send_response()
217 #define TCPOPT_AO 29 /* Authentication Option (RFC5925) */ macro