Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dbcopywrap.c13 int bcopywrap(from, to, size) in bcopywrap() function
H A Dprintdstlist.c52 node = printdstlistnode(n, bcopywrap, opts, fields);
H A Dload_pool.c56 (void) printpool(&pool, bcopywrap, pool.ipo_name, opts, NULL);
H A Dprinthash_live.c60 (void) printhashnode(hp, &entry, bcopywrap, opts, fields);
H A Dload_dstlist.c56 printdstlist(&dest, bcopywrap, dest.ipld_name, opts, nodes, NULL);
H A Dprintdstl_live.c72 (void) printdstlistnode(entry, bcopywrap, opts, fields);
H A Dload_hash.c80 printhash(&iph, bcopywrap, iph.iph_name, opts, NULL);
/netbsd-src/external/bsd/ipf/lib/
H A DMakefile13 bcopywrap.c \
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h441 # 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 Dip_htable.c1393 printhash(iph, bcopywrap, NULL, opts, NULL);
H A Dip_pool.c1425 printpool(ipl, bcopywrap, NULL, opts, NULL);
H A Dip_fil.h1720 extern int bcopywrap(void *, void *, size_t);
/netbsd-src/external/bsd/ipf/dist/
H A Dip_pool.c1489 printpool(ipl, bcopywrap, NULL, opts, NULL);
H A Dip_htable.c1464 printhash(iph, bcopywrap, NULL, opts, NULL);