Searched refs:mptcp_token_t (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d55 typedef uint32_t mptcp_token_t;
64 mptcp_token_t localtoken;
65 mptcp_token_t remotetoken;
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_var.h264 typedef u_int32_t mptcp_token_t; typedef
296 mptcp_token_t mpt_localtoken; /* HMAC SHA1 of local key */
297 mptcp_token_t mpt_remotetoken; /* HMAC SHA1 of remote key */
552 extern mptcp_token_t mptcp_get_localtoken(void *);
553 extern mptcp_token_t mptcp_get_remotetoken(void *);
H A Dmptcp_subr.c3970 mptcp_token_t
3977 mptcp_token_t

Completed in 32 milliseconds