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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dmptcp.h317 struct mptcp_mpfail_opt { struct
H A Dmptcp_opt.c281 struct mptcp_mpfail_opt fail_opt;
283 int len = sizeof (struct mptcp_mpfail_opt);
292 if ((MAX_TCPOPTLEN - optlen) < sizeof (struct mptcp_mpfail_opt)) {
1799 struct mptcp_mpfail_opt *fail_opt = (struct mptcp_mpfail_opt *)cp;
1816 if (fail_opt->mfail_len != sizeof (struct mptcp_mpfail_opt))

Completed in 173 milliseconds