Home
last modified time | relevance | path

Searched refs:TCPOPT_ACCECN0 (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/bsd/netinet/
H A Dtcp.h160 #define TCPOPT_ACCECN0 0xAC /* AccECN Order 0 */ macro
H A Dtcp_output.c627 *lp++ = htonl((TCPOPT_ACCECN0 << 24) | (len << 16) | ((e0b >> 8) & 0xffff)); in tcp_add_accecn_option()
639 *lp++ = htonl((TCPOPT_ACCECN0 << 24) | (len << 16) | ((e0b >> 8) & 0xffff)); in tcp_add_accecn_option()
656 *lp++ = htonl((TCPOPT_ACCECN0 << 24) | (len << 16) | ((e0b >> 8) & 0xffff)); in tcp_add_accecn_option()