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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dmptcp.h296 struct mptcp_fastclose_opt { struct
H A Dmptcp_opt.c409 struct mptcp_fastclose_opt fastclose_opt;
417 sizeof (struct mptcp_fastclose_opt)) {
421 bzero(&fastclose_opt, sizeof (struct mptcp_fastclose_opt));
423 fastclose_opt.mfast_len = sizeof (struct mptcp_fastclose_opt);
1745 struct mptcp_fastclose_opt *fc_opt = (struct mptcp_fastclose_opt *)cp;
1753 if (fc_opt->mfast_len != sizeof (struct mptcp_fastclose_opt)) {

Completed in 61 milliseconds