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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp.h296 struct mptcp_fastclose_opt { struct
H A Dmptcp_opt.c381 struct mptcp_fastclose_opt fastclose_opt;
389 sizeof (struct mptcp_fastclose_opt)) {
393 bzero(&fastclose_opt, sizeof (struct mptcp_fastclose_opt));
395 fastclose_opt.mfast_len = sizeof (struct mptcp_fastclose_opt);
1659 struct mptcp_fastclose_opt *fc_opt = (struct mptcp_fastclose_opt *)cp;
1667 if (fc_opt->mfast_len != sizeof (struct mptcp_fastclose_opt)) {

Completed in 22 milliseconds