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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_subr.c3971 mptcp_get_localtoken(void* mptcb_arg) argument
3973 struct mptcb *mp_tp = (struct mptcb *)mptcb_arg;
3978 mptcp_get_remotetoken(void* mptcb_arg) argument
3980 struct mptcb *mp_tp = (struct mptcb *)mptcb_arg;
3985 mptcp_get_localkey(void* mptcb_arg) argument
3987 struct mptcb *mp_tp = (struct mptcb *)mptcb_arg;
3995 mptcp_get_remotekey(void* mptcb_arg) argument
3997 struct mptcb *mp_tp = (struct mptcb *)mptcb_arg;

Completed in 27 milliseconds