Home | History | Annotate | Download | only in libpcap

Lines Matching refs:cnt

1314  * If cnt > 0, return after 'cnt' packets, otherwise continue until eof.
1317 pcap_offline_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
1353 if (++n >= cnt && cnt > 0)