Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dudp6_usrreq.c168 static int udp6_attach(struct socket *, int, struct proc *);
185 .pru_attach = udp6_attach,
807 udp6_attach(struct socket *so, int proto, struct proc *p) in udp6_attach() function