Home
last modified time | relevance | path

Searched refs:sodisconnectxlocked (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dsocketvar.h911 extern int sodisconnectxlocked(struct socket *so, sae_associd_t, sae_connid_t);
/xnu-8792.41.9/bsd/kern/
H A Duipc_socket.c1932 sodisconnectxlocked(struct socket *so, sae_associd_t aid, sae_connid_t cid) in sodisconnectxlocked() function
1959 error = sodisconnectxlocked(so, aid, cid); in sodisconnectx()