Home
last modified time | relevance | path

Searched refs:TCPOPT_ACCECN1 (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/bsd/netinet/
H A Dtcp.h161 #define TCPOPT_ACCECN1 174 /* AccECN Order 1 */ macro
H A Dtcp_output.c632 *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()
H A Dtcp_input.c6239 case TCPOPT_ACCECN1: in tcp_dooptions()
6248 } else if (opt == TCPOPT_ACCECN1) { in tcp_dooptions()