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

  /external/libpcap/
pcap_stats.3pcap 20 .TH PCAP_STATS 3PCAP "3 January 2014"
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:
pcap-rpcap.h 262 uint32 ifrecv; /* Packets received by the kernel filter (i.e. pcap_stats.ps_recv) */
263 uint32 ifdrop; /* Packets dropped by the network interface (e.g. not enough buffers) (i.e. pcap_stats.ps_ifdrop) */
264 uint32 krnldrop; /* Packets dropped by the kernel filter (i.e. pcap_stats.ps_drop) */
432 #define PCAP_ERR_GETSTATS 8 /* Generic pcap_stats error */
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...]
pcap-rpcap.c 490 * Parameters and return values are exactly the same of the pcap_stats().
518 /* PCAP_STATS_EX (third param) means 'extended pcap_stats()' */
528 * - PCAP_STATS_STANDARD: if we want just standard statistics (i.e. the pcap_stats() )
531 * This 'mode' parameter is needed because in the standard pcap_stats() the variable that keeps the
533 * to keep new stats. However, if the user has a smaller structure and it passes it to the pcap_stats,
591 /* Send the PCAP_STATS command */
    [all...]
Makefile.in 217 pcap_stats.3pcap \
pcap-dos.c 457 if (pcap_stats(p,NULL) < 0)
    [all...]
CHANGES 499 pcap_stats() has been documented as to what its counters mean on
    [all...]
pcap.c 1664 pcap_stats(pcap_t *p, struct pcap_stat *ps) function
    [all...]
pcap-linux.c     [all...]
  /external/libpcap/pcap/
pcap.h 169 * As returned by the pcap_stats()
382 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *);
  /external/tcpdump/
tcpdump.c     [all...]
CHANGES 678 Documentation on pcap_stats() counters.
    [all...]

Completed in 356 milliseconds