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

  /external/libpcap/
pcap_stats.3pcap 20 .TH PCAP_STATS 3PCAP "7 September 2009"
22 pcap_stats \- get capture statistics
30 int pcap_stats(pcap_t *p, struct pcap_stat *ps);
34 .B pcap_stats()
40 .B pcap_stats()
85 .B pcap_stats()
README.linux 95 reported by pcap_stats on Linux are as follows:
README.dag 75 pcap_stats() is supported. ps_drop is the number of packets dropped due to
pcap-sita.html 101 pcap_stats<BR>
336 <TD VALIGN=TOP ROWSPAN=2><B>pcap_stats()</B></TD>
680 <TD VALIGN=TOP ROWSPAN=2>pcap_stats()</TD>
    [all...]
Makefile.in 213 pcap_stats.3pcap \
pcap-dos.c 448 if (pcap_stats(p,NULL) < 0)
    [all...]
CHANGES 453 pcap_stats() has been documented as to what its counters mean on
pcap.c 1625 pcap_stats(pcap_t *p, struct pcap_stat *ps) function
    [all...]
pcap-linux.c     [all...]
  /external/libpcap/pcap/
pcap.h 167 * As returned by the pcap_stats()
378 int pcap_stats(pcap_t *, struct pcap_stat *);
  /external/tcpdump/
tcpdump.c     [all...]
CHANGES 494 Documentation on pcap_stats() counters.
    [all...]

Completed in 406 milliseconds