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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp.h74 #define MPCAP_PROPOSAL_SBIT 0x01 /* SHA1 Algorithm */ macro
75 #define MPCAP_HBIT 0x01 /* alias of MPCAP_PROPOSAL_SBIT */
H A Dmptcp_opt.c97 mptcp_opt.mmc_common.mmco_flags |= MPCAP_PROPOSAL_SBIT;
129 mptcp_opt.mmco_flags |= MPCAP_PROPOSAL_SBIT;
479 mptcp_opt.mmc_common.mmco_flags |= MPCAP_PROPOSAL_SBIT;
957 if (!(rsp->mmco_flags & MPCAP_PROPOSAL_SBIT))

Completed in 13 milliseconds