Searched refs:bcopywrap (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sbin/ipf/libipf/ |
| H A D | bcopywrap.c | 13 bcopywrap(void *from, void *to, size_t size) in bcopywrap() function
|
| H A D | printdstlist.c | 47 node = printdstlistnode(n, bcopywrap, opts, fields); in printdstlist()
|
| H A D | load_dstlist.c | 51 printdstlist(&dest, bcopywrap, dest.ipld_name, opts, nodes, NULL); in load_dstlist()
|
| H A D | load_pool.c | 53 (void) printpool(&pool, bcopywrap, pool.ipo_name, opts, NULL); in load_pool()
|
| H A D | printhash_live.c | 57 (void) printhashnode(hp, &entry, bcopywrap, opts, fields); in printhash_live()
|
| H A D | printdstl_live.c | 69 (void) printdstlistnode(entry, bcopywrap, opts, fields); in printdstl_live()
|
| H A D | load_hash.c | 76 printhash(&iph, bcopywrap, iph.iph_name, opts, NULL); in load_hash()
|
| H A D | Makefile | 6 assigndefined.c bcopywrap.c \
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_compat.h | 347 # define COPYIN(a,b,c) bcopywrap((a), (b), (c)) 348 # define COPYOUT(a,b,c) bcopywrap((a), (b), (c)) 357 extern int bcopywrap(void *, void *, size_t);
|
| H A D | ip_pool.c | 1397 printpool(ipl, bcopywrap, NULL, opts, NULL);
|
| H A D | ip_htable.c | 1414 printhash(iph, bcopywrap, NULL, opts, NULL); in ipf_htable_dump()
|
| H A D | ip_fil.h | 1625 extern int bcopywrap(void *, void *, size_t);
|