Searched refs:TCPOPT_ACCECN1 (Results 1 – 3 of 3) sorted by relevance
161 #define TCPOPT_ACCECN1 174 /* AccECN Order 1 */ macro
632 *lp++ = htonl((TCPOPT_ACCECN1 << 24) | (len << 16) | in tcp_add_accecn_option()641 *lp++ = htonl((TCPOPT_ACCECN1 << 24) | (len << 16) | ((e1b >> 8) & 0xffff)); in tcp_add_accecn_option()652 *lp++ = htonl((TCPOPT_ACCECN1 << 24) | (len << 16) | ((e1b >> 8) & 0xffff)); in tcp_add_accecn_option()667 *lp++ = htonl((TCPOPT_ACCECN1 << 24) | (len << 16) | ((e1b >> 8) & 0xffff)); in tcp_add_accecn_option()
6239 case TCPOPT_ACCECN1: in tcp_dooptions()6248 } else if (opt == TCPOPT_ACCECN1) { in tcp_dooptions()