Home | History | Annotate | Download | only in libpcap

Lines Matching refs:noffset

2249 	int icount, noffset;
2257 noffset = min(block->offset + icount, (int)prog->bf_len);
2260 for (i = block->offset; i < noffset; i++) {