Home
last modified time | relevance | path

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

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