Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Draw_cb.h78 int raw_attach(struct socket *, int);
H A Draw_cb.c80 raw_attach(struct socket *so, int proto) in raw_attach() function
H A Draw_usrreq.c169 return (raw_attach(so, proto)); in raw_uattach()
H A Drtsock.c329 error = raw_attach(so, proto); in rts_attach()
/f-stack/freebsd/netipsec/
H A Dkeysock.c299 error = raw_attach(so, proto); in key_attach()