Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.c202 #define NCHUNKS 16 macro
209 static struct chunk chunks[NCHUNKS];
315 if (k >= NCHUNKS)
336 for (i = 0; i < NCHUNKS; ++i) in freechunks()