Home
last modified time | relevance | path

Searched refs:bcopywrap (Results 1 – 12 of 12) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dbcopywrap.c13 bcopywrap(void *from, void *to, size_t size) in bcopywrap() function
H A Dprintdstlist.c47 node = printdstlistnode(n, bcopywrap, opts, fields); in printdstlist()
H A Dload_dstlist.c51 printdstlist(&dest, bcopywrap, dest.ipld_name, opts, nodes, NULL); in load_dstlist()
H A Dload_pool.c53 (void) printpool(&pool, bcopywrap, pool.ipo_name, opts, NULL); in load_pool()
H A Dprinthash_live.c57 (void) printhashnode(hp, &entry, bcopywrap, opts, fields); in printhash_live()
H A Dprintdstl_live.c69 (void) printdstlistnode(entry, bcopywrap, opts, fields); in printdstl_live()
H A Dload_hash.c76 printhash(&iph, bcopywrap, iph.iph_name, opts, NULL); in load_hash()
H A DMakefile6 assigndefined.c bcopywrap.c \
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h347 # 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 Dip_pool.c1397 printpool(ipl, bcopywrap, NULL, opts, NULL);
H A Dip_htable.c1414 printhash(iph, bcopywrap, NULL, opts, NULL); in ipf_htable_dump()
H A Dip_fil.h1625 extern int bcopywrap(void *, void *, size_t);