Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dudp_usrreq.c201 static int udp_attach(struct socket *, int, struct proc *);
223 .pru_attach = udp_attach,
2280 udp_attach(struct socket *so, int proto, struct proc *p) in udp_attach() function