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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_opt.c541 if (mp_tp->mpt_flags & MPTCPF_SND_64BITACK) {
764 mp_tp->mpt_flags &= ~MPTCPF_SND_64BITACK;
1449 mp_tp->mpt_flags |= MPTCPF_SND_64BITACK;
1507 mp_tp->mpt_flags |= MPTCPF_SND_64BITACK;
1574 mp_tp->mpt_flags |= MPTCPF_SND_64BITACK;
H A Dmptcp_var.h342 #define MPTCPF_SND_64BITACK 0x40 /* Send 64-bit ACK response */ macro

Completed in 16 milliseconds