Home | History | Annotate | Download | only in libpcap

Lines Matching refs:snaplen

357 static int snaplen;
380 snaplen = pcap_snapshot(p);
381 if (snaplen == 0) {
383 "snaplen of 0 rejects all packets");
395 root = gen_retblk(snaplen);
501 backpatch(p, gen_retblk(snaplen));