Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dudp_usrreq.c201 int udp_disconnectx(struct socket *, sae_associd_t, sae_connid_t);
221 .pru_disconnectx = udp_disconnectx,
2458 udp_disconnectx(struct socket *so, sae_associd_t aid, sae_connid_t cid) in udp_disconnectx() function