Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dudp_usrreq.c209 static int udp_disconnectx(struct socket *, sae_associd_t, sae_connid_t);
230 .pru_disconnectx = udp_disconnectx,
2571 udp_disconnectx(struct socket *so, sae_associd_t aid, sae_connid_t cid) in udp_disconnectx() function