Searched refs:MPTCPF_RCVD_64BITACK (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_opt.c1332 if (mp_tp->mpt_flags & MPTCPF_RCVD_64BITACK) {
1333 mp_tp->mpt_flags &= ~MPTCPF_RCVD_64BITACK;
1483 mp_tp->mpt_flags |= MPTCPF_RCVD_64BITACK;
1539 mp_tp->mpt_flags |= MPTCPF_RCVD_64BITACK;
1573 mp_tp->mpt_flags |= MPTCPF_RCVD_64BITACK;
H A Dmptcp_var.h343 #define MPTCPF_RCVD_64BITACK 0x80 /* Received 64-bit Data ACK */ macro

Completed in 9 milliseconds