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

/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dslinux.c36 #define CHUNKSIZE 8192 macro
37 #define BUFSPACE (4*CHUNKSIZE)
H A Dsdlpi.c55 #define CHUNKSIZE 8192 macro
56 #define BUFSPACE (4*CHUNKSIZE)
H A Dsnit.c47 #define CHUNKSIZE 8192 macro
48 #define BUFSPACE (4*CHUNKSIZE)
/freebsd-9.3-release/games/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-9.3-release/contrib/libpcap/
H A Ddlpisubs.c33 #define CHUNKSIZE 65536 macro
39 #define PKTBUFSIZE CHUNKSIZE
302 chunksize = CHUNKSIZE;
H A Dpcap-nit.c64 #define CHUNKSIZE (2*1024) macro
69 #define BUFSPACE (4*CHUNKSIZE)
218 nioc.nioc_chunksize = CHUNKSIZE;
H A Dpcap-snit.c77 #define CHUNKSIZE (2*1024) macro
82 #define BUFSPACE (4*CHUNKSIZE)
268 int chunksize = CHUNKSIZE;

Completed in 149 milliseconds