Searched refs:TCPOPT_AO (Results 1 – 6 of 6) 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()
608 *ptr++ = htonl((TCPOPT_AO << 24) | (aolen << 16) | in process_tcp_ao_options()620 *ptr++ = htonl((TCPOPT_AO << 24) | in process_tcp_ao_options()
5006 } else if (opcode == TCPOPT_AO) { in tcp_do_parse_auth_options()
4656 case TCPOPT_AO: in tcp_parse_options()
922 *topt++ = htonl((TCPOPT_AO << 24) | in tcp_v6_send_response()
215 #define TCPOPT_AO 29 /* Authentication Option (RFC5925) */ macro