Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dsocketvar.h879 extern int sodisconnectxlocked(struct socket *so, sae_associd_t, sae_connid_t);
/xnu-8020.101.4/bsd/kern/
H A Duipc_socket.c1929 sodisconnectxlocked(struct socket *so, sae_associd_t aid, sae_connid_t cid) in sodisconnectxlocked() function
1956 error = sodisconnectxlocked(so, aid, cid); in sodisconnectx()