Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dsocketvar.h918 extern int sodisconnectxlocked(struct socket *so, sae_associd_t, sae_connid_t);
/xnu-10063.101.15/bsd/kern/
H A Duipc_socket.c1947 sodisconnectxlocked(struct socket *so, sae_associd_t aid, sae_connid_t cid) in sodisconnectxlocked() function
1974 error = sodisconnectxlocked(so, aid, cid); in sodisconnectx()