Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Draw_cb.h92 extern int raw_attach(struct socket *, int);
H A Draw_cb.c93 raw_attach(struct socket *so, int proto) in raw_attach() function
H A Draw_usrreq.c203 return raw_attach(so, proto); in raw_uattach()
H A Drtsock.c190 error = raw_attach(so, proto); in rts_attach()