HomeSort by relevance Sort by last modified time
    Searched refs:pcap_stats (Results 1 - 5 of 5) sorted by null

  /external/libpcap/
pcap.h 148 * As returned by the pcap_stats()
232 int pcap_stats(pcap_t *, struct pcap_stat *);
pcap1.h 177 * As returned by the pcap_stats()
227 int pcap_stats(pcap_t *, struct pcap_stat *);
pcap.c 725 pcap_stats(pcap_t *p, struct pcap_stat *ps) function
pcap-dos.c 428 if (pcap_stats(p,NULL) < 0)
    [all...]
  /external/tcpdump/
tcpdump.c 1133 if (pcap_stats(pd, &stat) < 0) {
1134 (void)fprintf(stderr, "pcap_stats: %s\n", pcap_geterr(pd));
1371 if (infodelay == 0 && pcap_stats(pd, &stat) >= 0)
1379 if (infodelay == 0 && pcap_stats(pd, &stat) >= 0)
    [all...]

Completed in 1199 milliseconds