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

/linux-master/net/ipv4/
H A Dtcp_ipv4.c697 reply_options[0] = htonl((TCPOPT_AO << 24) | (tcp_ao_len(key) << 16) |
983 rep.opt[offset++] = htonl((TCPOPT_AO << 24) |
H A Dtcp_output.c615 *ptr++ = htonl((TCPOPT_AO << 24) | (aolen << 16) |
627 *ptr++ = htonl((TCPOPT_AO << 24) |
H A Dtcp_input.c4325 } else if (opcode == TCPOPT_AO) {
/linux-master/include/net/
H A Dtcp.h198 #define TCPOPT_AO 29 /* Authentication Option (RFC5925) */ macro
/linux-master/net/ipv6/
H A Dtcp_ipv6.c939 *topt++ = htonl((TCPOPT_AO << 24) |

Completed in 281 milliseconds