Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp.h163 #define TCPOPT_ACCECN0 172 /* AccECN Order 0 */ macro
H A Dtcp_output.c677 *lp++ = htonl((TCPOPT_ACCECN0 << 24) | (len << 16) | ((e0b >> 8) & 0xffff)); in tcp_add_accecn_option()
688 *lp++ = htonl((TCPOPT_ACCECN0 << 24) | (len << 16) | ((e0b >> 8) & 0xffff)); in tcp_add_accecn_option()
704 *lp++ = htonl((TCPOPT_ACCECN0 << 24) | (len << 16) | ((e0b >> 8) & 0xffff)); in tcp_add_accecn_option()
H A Dtcp_input.c6500 case TCPOPT_ACCECN0: in tcp_dooptions()
6509 if (opt == TCPOPT_ACCECN0) { in tcp_dooptions()