Lines Matching refs:snapshot
142 * loop through each snapshot in the chunk
186 /* next snapshot */
190 if (caplen > p->snapshot)
191 caplen = p->snapshot;
299 if (p->snapshot < 96)
301 * NIT requires a snapshot length of at least 96.
303 p->snapshot = 96;
367 /* set the snapshot length */
369 si.ic_len = sizeof(p->snapshot);
370 si.ic_dp = (char *)&p->snapshot;