Searched refs:bcopywrap (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dbcopywrap.c1 /* $NetBSD: bcopywrap.c,v 1.1.1.3 2010/04/17 20:45:57 darrenr Exp $ */
8 * Id: bcopywrap.c,v 1.1.4.2 2009/12/27 06:58:06 darrenr Exp
13 int bcopywrap(from, to, size) function
H A Dload_pool.c57 printpool(&pool, bcopywrap, pool.ipo_name, opts);
H A Dprinthash_live.c67 (void) printhashnode(hp, node, bcopywrap, opts);
H A Dload_hash.c91 printhash(&iph, bcopywrap, iph.iph_name, opts);
H A DMakefile14 $(DEST)/bcopywrap.o \
118 $(DEST)/bcopywrap.o: $(LIBSRC)/bcopywrap.c $(INCDEP)
119 $(CC) $(CCARGS) -c $(LIBSRC)/bcopywrap.c -o $@
/netbsd-6-1-5-RELEASE/usr.sbin/ipf/libipf/
H A DMakefile7 SRCS= addicmp.c addipopt.c alist_free.c alist_new.c bcopywrap.c \
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipftest.c706 printpool(ipl, bcopywrap, NULL, opts);
711 printhash(iph, bcopywrap, NULL, opts);
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_compat.h1631 # define COPYIN(a,b,c) bcopywrap((a), (b), (c))
1632 # define COPYOUT(a,b,c) bcopywrap((a), (b), (c))
1641 extern int bcopywrap(void *, void *, size_t);
H A Dip_fil.h1281 extern int bcopywrap(void *, void *, size_t);

Completed in 203 milliseconds