Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dsocketvar.h943 extern int sodisconnectxlocked(struct socket *so, sae_associd_t, sae_connid_t);
/xnu-11215.1.10/bsd/kern/
H A Duipc_socket.c1940 sodisconnectxlocked(struct socket *so, sae_associd_t aid, sae_connid_t cid) in sodisconnectxlocked() function
1967 error = sodisconnectxlocked(so, aid, cid); in sodisconnectx()