Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp.h164 #define TCPOPT_ACCECN1 174 /* AccECN Order 1 */ macro
H A Dtcp_output.c607 *(uint16_t *)lp++ = htons((TCPOPT_ACCECN1 << 8) | len); in tcp_add_accecn_option()
614 *lp++ = htonl((TCPOPT_ACCECN1 << 24) | (len << 16) | ((e1b >> 8) & 0xffff)); in tcp_add_accecn_option()
625 *lp++ = htonl((TCPOPT_ACCECN1 << 24) | (len << 16) | ((e1b >> 8) & 0xffff)); in tcp_add_accecn_option()
640 *lp++ = htonl((TCPOPT_ACCECN1 << 24) | (len << 16) | ((e1b >> 8) & 0xffff)); in tcp_add_accecn_option()
H A Dtcp_input.c6492 case TCPOPT_ACCECN1: in tcp_dooptions()
6502 } else if (opt == TCPOPT_ACCECN1) { in tcp_dooptions()