Searched refs:MPTCP_DATASEQ_LOW32 (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_var.h440 #define MPTCP_DATASEQ_LOW32(seq) (seq & MPTCP_DATASEQ_LOW32_MASK) macro
469 if ((MPTCP_DATASEQ_LOW32(x) > y) && \
470 ((((u_int32_t)MPTCP_DATASEQ_LOW32(x)) - (u_int32_t)y) >= \
477 } else if ((MPTCP_DATASEQ_LOW32(x) < y) && \
479 ((u_int32_t)MPTCP_DATASEQ_LOW32(x))) >= \
H A Dmptcp_opt.c318 MPTCP_DATASEQ_LOW32(mp_tp->mpt_dsn_at_csum_fail);
323 MPTCP_DATASEQ_LOW32(mp_tp->mpt_snduna);
922 htonl(MPTCP_DATASEQ_LOW32(mp_tp->mpt_sndnxt));
H A Dmptcp_subr.c4097 *dsn = (u_int32_t)MPTCP_DATASEQ_LOW32(dsn64);

Completed in 49 milliseconds