Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.c163 #define NCHUNKS 16 macro
170 static struct chunk chunks[NCHUNKS];
273 if (k >= NCHUNKS)
294 for (i = 0; i < NCHUNKS; ++i) in freechunks()