Searched refs:mptcp_key_t (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_var.h263 typedef u_int64_t mptcp_key_t; typedef
294 mptcp_key_t *mpt_localkey; /* in network byte order */
295 mptcp_key_t mpt_remotekey; /* in network byte order */
411 mptcp_key_t mkey_value;
558 extern void mptcp_free_key(mptcp_key_t *key);
559 extern void mptcp_hmac_sha1(mptcp_key_t, mptcp_key_t, u_int32_t, u_int32_t,
H A Dmptcp.h89 mptcp_key_t mmc_localkey;
94 mptcp_key_t mmc_localkey;
95 mptcp_key_t mmc_remotekey;
H A Dmptcp_opt.c82 mptcp_key_t mp_localkey = 0;
113 mptcp_key_t mp_localkey = 0;
125 sizeof (mptcp_key_t);
137 sizeof (mptcp_key_t));
138 optlen += sizeof (mptcp_key_t);
1281 mptcp_key_t rem_key, loc_key;
H A Dmptcp_subr.c180 static mptcp_key_t *mptcp_reserve_key(void);
181 static int mptcp_do_sha1(mptcp_key_t *, char *, int);
3524 static mptcp_key_t *
3557 mptcp_get_stored_digest(mptcp_key_t *key)
3573 mptcp_free_key(mptcp_key_t *key)
3771 mptcp_do_sha1(mptcp_key_t *key, char *sha_digest, int digest_len)
3782 sha1_size = sizeof (mptcp_key_t);
3790 mptcp_hmac_sha1(mptcp_key_t key1, mptcp_key_t key2,
3794 mptcp_key_t key_ipa
[all...]
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d54 typedef uint64_t mptcp_key_t;
62 mptcp_key_t localkey;
63 mptcp_key_t remotekey;

Completed in 41 milliseconds