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

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dmptcp.h317 struct mptcp_mpfail_opt { struct
H A Dmptcp_opt.c252 struct mptcp_mpfail_opt fail_opt;
254 int len = sizeof (struct mptcp_mpfail_opt);
263 if ((MAX_TCPOPTLEN - optlen) < sizeof (struct mptcp_mpfail_opt)) {
1713 struct mptcp_mpfail_opt *fail_opt = (struct mptcp_mpfail_opt *)cp;
1718 if (fail_opt->mfail_len != sizeof (struct mptcp_mpfail_opt))

Completed in 66 milliseconds