Searched refs:bcopywrap (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/bsd/ipf/dist/lib/ |
| H A D | bcopywrap.c | 13 int bcopywrap(from, to, size) in bcopywrap() function
|
| H A D | printdstlist.c | 52 node = printdstlistnode(n, bcopywrap, opts, fields);
|
| H A D | load_pool.c | 56 (void) printpool(&pool, bcopywrap, pool.ipo_name, opts, NULL);
|
| H A D | printhash_live.c | 60 (void) printhashnode(hp, &entry, bcopywrap, opts, fields);
|
| H A D | load_dstlist.c | 56 printdstlist(&dest, bcopywrap, dest.ipld_name, opts, nodes, NULL);
|
| H A D | printdstl_live.c | 72 (void) printdstlistnode(entry, bcopywrap, opts, fields);
|
| H A D | load_hash.c | 80 printhash(&iph, bcopywrap, iph.iph_name, opts, NULL);
|
| /netbsd-src/external/bsd/ipf/lib/ |
| H A D | Makefile | 13 bcopywrap.c \
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | ip_compat.h | 441 # define COPYIN(a,b,c) bcopywrap((a), (b), (c)) 442 # define COPYOUT(a,b,c) bcopywrap((a), (b), (c)) 451 extern int bcopywrap(void *, void *, size_t);
|
| H A D | ip_htable.c | 1393 printhash(iph, bcopywrap, NULL, opts, NULL);
|
| H A D | ip_pool.c | 1425 printpool(ipl, bcopywrap, NULL, opts, NULL);
|
| H A D | ip_fil.h | 1720 extern int bcopywrap(void *, void *, size_t);
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | ip_pool.c | 1489 printpool(ipl, bcopywrap, NULL, opts, NULL);
|
| H A D | ip_htable.c | 1464 printhash(iph, bcopywrap, NULL, opts, NULL);
|