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

/freebsd-12-stable/contrib/ipfilter/lib/
H A Dbcopywrap.c13 int bcopywrap(from, to, size) function
H A Dload_dstlist.c54 printdstlist(&dest, bcopywrap, dest.ipld_name, opts, nodes, NULL);
H A Dload_pool.c56 (void) printpool(&pool, bcopywrap, pool.ipo_name, opts, NULL);
H A Dprintdstlist.c50 node = printdstlistnode(n, bcopywrap, opts, fields);
H A Dprinthash_live.c58 (void) printhashnode(hp, &entry, bcopywrap, opts, fields);
H A Dprintdstl_live.c70 (void) printdstlistnode(entry, bcopywrap, opts, fields);
H A Dload_hash.c80 printhash(&iph, bcopywrap, iph.iph_name, opts, NULL);
H A DMakefile16 $(DEST)/bcopywrap.o \
163 $(DEST)/bcopywrap.o: $(LIBSRC)/bcopywrap.c $(INCDEP)
164 $(CC) $(CCARGS) -c $(LIBSRC)/bcopywrap.c -o $@
/freebsd-12-stable/sbin/ipf/libipf/
H A DMakefile8 assigndefined.c bcopywrap.c \
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h357 # define COPYIN(a,b,c) bcopywrap((a), (b), (c))
358 # define COPYOUT(a,b,c) bcopywrap((a), (b), (c))
367 extern int bcopywrap(void *, void *, size_t);
H A Dip_htable.c1460 printhash(iph, bcopywrap, NULL, opts, NULL);
H A Dip_pool.c1481 printpool(ipl, bcopywrap, NULL, opts, NULL);
H A Dip_fil.h1621 extern int bcopywrap(void *, void *, size_t);

Completed in 175 milliseconds