Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp.h164 #define TCPOPT_ACCECN1 174 /* AccECN Order 1 */ macro
H A Dtcp_output.c667 *(uint16_t *)lp++ = htons((TCPOPT_ACCECN1 << 8) | len); in tcp_add_accecn_option()
674 *lp++ = htonl((TCPOPT_ACCECN1 << 24) | (len << 16) | ((e1b >> 8) & 0xffff)); in tcp_add_accecn_option()
685 *lp++ = htonl((TCPOPT_ACCECN1 << 24) | (len << 16) | ((e1b >> 8) & 0xffff)); in tcp_add_accecn_option()
700 *lp++ = htonl((TCPOPT_ACCECN1 << 24) | (len << 16) | ((e1b >> 8) & 0xffff)); in tcp_add_accecn_option()
H A Dtcp_input.c6501 case TCPOPT_ACCECN1: in tcp_dooptions()
6511 } else if (opt == TCPOPT_ACCECN1) { in tcp_dooptions()