Searched refs:rawcbhead (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/net/ |
H A D | raw_cb.h | 62 LIST_HEAD(rawcbhead, rawcb); 64 int raw_attach(struct socket *, int, struct rawcbhead *); 69 struct sockaddr *, struct rawcbhead *);
|
H A D | raw_cb.c | 67 raw_attach(struct socket *so, int proto, struct rawcbhead *rawcbhead) in raw_attach() argument 88 LIST_INSERT_HEAD(rawcbhead, rp, rcb_list); in raw_attach()
|
H A D | raw_usrreq.c | 68 struct sockaddr *dst, struct rawcbhead *rawcbhead) in raw_input() argument 75 LIST_FOREACH(rp, rawcbhead, rcb_list) { in raw_input()
|
H A D | rtsock_shared.c | 181 static struct rawcbhead rt_rawcb;
|
/netbsd-src/sys/netipsec/ |
H A D | keysock.c | 87 static struct rawcbhead key_rawcb;
|