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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp.h298 u_int8_t mfast_len; member in struct:mptcp_fastclose_opt
H A Dmptcp_opt.c395 fastclose_opt.mfast_len = sizeof (struct mptcp_fastclose_opt);
400 memcpy(opt + optlen, &fastclose_opt, fastclose_opt.mfast_len);
401 optlen += fastclose_opt.mfast_len;
1667 if (fc_opt->mfast_len != sizeof (struct mptcp_fastclose_opt)) {

Completed in 31 milliseconds