Searched refs:TCPOPT_AO (Results 1 – 5 of 5) sorted by relevance
703 reply_options[0] = htonl((TCPOPT_AO << 24) | (tcp_ao_len(key) << 16) | in tcp_v4_ao_sign_reset()992 rep.opt[offset++] = htonl((TCPOPT_AO << 24) | in tcp_v4_send_ack()
619 *ptr++ = htonl((TCPOPT_AO << 24) | (aolen << 16) | in process_tcp_ao_options()631 *ptr++ = htonl((TCPOPT_AO << 24) | in process_tcp_ao_options()
4273 case TCPOPT_AO: in tcp_parse_options()4397 } else if (opcode == TCPOPT_AO) { in tcp_do_parse_auth_options()
937 *topt++ = htonl((TCPOPT_AO << 24) | in tcp_v6_send_response()
200 #define TCPOPT_AO 29 /* Authentication Option (RFC5925) */ macro