Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Drtsock.c123 static int rts_attach(struct socket *, int, struct proc *);
183 rts_attach(struct socket *so, int proto, struct proc *p) in rts_attach() function
293 .pru_attach = rts_attach,