Searched refs:CHUNKSIZE (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsdlpi.c47 #define CHUNKSIZE 8192 macro
48 #define BUFSPACE (4*CHUNKSIZE)
H A Dsnit.c47 #define CHUNKSIZE 8192 macro
48 #define BUFSPACE (4*CHUNKSIZE)
/freebsd-11-stable/usr.bin/fortune/strfile/
H A Dstrfile.c85 #define CHUNKSIZE 512 macro
89 ptr = malloc(CHUNKSIZE * sizeof(*ptr)); \
90 else if (((sz) + 1) % CHUNKSIZE == 0) \
91 ptr = realloc(ptr, ((sz) + CHUNKSIZE) * sizeof(*ptr)); \
137 * CHUNKSIZE blocks; if the latter, we just write each pointer,
/freebsd-11-stable/contrib/libpcap/
H A Ddlpisubs.c29 #define CHUNKSIZE 65536 macro
35 #define PKTBUFSIZE CHUNKSIZE
340 chunksize = CHUNKSIZE;
H A Dpcap-nit.c60 #define CHUNKSIZE (2*1024) macro
65 #define BUFSPACE (4*CHUNKSIZE)
242 nioc.nioc_chunksize = CHUNKSIZE;
H A Dpcap-snit.c72 #define CHUNKSIZE (2*1024) macro
77 #define BUFSPACE (4*CHUNKSIZE)
287 int chunksize = CHUNKSIZE;

Completed in 271 milliseconds