Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ipfilter/lib/
H A Dbcopywrap.c13 int bcopywrap(from, to, size) in bcopywrap() function
H A Dprintdstlist.c50 node = printdstlistnode(n, bcopywrap, opts, fields);
H A Dprinthash_live.c58 (void) printhashnode(hp, &entry, bcopywrap, opts, fields);
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 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.1/sbin/ipf/libipf/
H A DMakefile8 assigndefined.c bcopywrap.c \
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_compat.h382 # define COPYIN(a,b,c) bcopywrap((a), (b), (c))
383 # define COPYOUT(a,b,c) bcopywrap((a), (b), (c))
392 extern int bcopywrap __P((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.h1668 extern int bcopywrap __P((void *, void *, size_t));