Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Draw_cb.h77 int raw_attach (struct socket *, int, struct rlimit *);
H A Draw_cb.c67 raw_attach(struct socket *so, int proto, struct rlimit *rl) in raw_attach() function
H A Draw_usrreq.c198 error = raw_attach(so, proto, ai->sb_rlimit); in raw_uattach()
H A Drtsock.c272 error = raw_attach(so, proto, ai->sb_rlimit); in rts_attach()