Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_output.c600 uint32_t ceb = (uint32_t)(tp->t_aecn.t_rcv_ce_bytes & TCP_ACO_MASK); in tcp_add_accecn_option() local
654 *lp++ = htonl(((e1b & 0xff) << 24) | (ceb & 0xffffff)); in tcp_add_accecn_option()
657 *lp++ = htonl(((e0b & 0xff) << 24) | (ceb & 0xffffff)); in tcp_add_accecn_option()
670 *lp++ = htonl(((e1b & 0xff) << 24) | (ceb & 0xffffff)); in tcp_add_accecn_option()
674 *lp++ = htonl(((e0b & 0xff) << 24) | (ceb & 0xffffff)); in tcp_add_accecn_option()