HomeSort by relevance Sort by last modified time
    Searched refs:pcap_stat (Results 1 - 25 of 28) sorted by null

1 2

  /external/libpcap/
dlpisubs.h 19 struct pcap_stat stat;
25 int pcap_stats_dlpi(pcap_t *, struct pcap_stat *);
pcap-septel.c 45 static int septel_stats(pcap_t *p, struct pcap_stat *ps);
52 struct pcap_stat stat;
243 static int septel_stats(pcap_t *p, struct pcap_stat *ps) {
pcap-int.h 130 typedef int (*stats_op_t)(pcap_t *, struct pcap_stat *);
132 typedef struct pcap_stat *(*stats_ex_op_t)(pcap_t *, int *);
211 struct pcap_stat stat; /* used for pcap_stats_ex() */
pcap-nit.c 74 struct pcap_stat stat;
78 pcap_stats_nit(pcap_t *p, struct pcap_stat *ps)
pcap-rpcap.h 283 struct pcap_stat stat;
pcap-bt-linux.c 67 static int bt_stats_linux(pcap_t *, struct pcap_stat *);
378 bt_stats_linux(pcap_t *handle, struct pcap_stat *stats)
pcap-snit.c 86 struct pcap_stat stat;
90 pcap_stats_snit(pcap_t *p, struct pcap_stat *ps)
pcap-snoop.c 61 struct pcap_stat stat;
161 pcap_stats_snoop(pcap_t *p, struct pcap_stat *ps)
savefile.c 121 sf_stats(pcap_t *p, struct pcap_stat *ps)
129 static struct pcap_stat *
pcap-rpcap.c 90 static struct pcap_stat *rpcap_stats_remote(pcap_t *p, struct pcap_stat *ps, int mode);
492 static int pcap_stats_remote(pcap_t *p, struct pcap_stat *ps)
494 struct pcap_stat *retval;
514 static struct pcap_stat *pcap_stats_ex_remote(pcap_t *p, int *pcap_stat_size)
539 * longer exist because the structure pcap_stat is no longer allocated by the program;
544 * \param ps: a 'pcap_stat' structure, needed for compatibility with pcap_stat(), in which
553 static struct pcap_stat *rpcap_stats_remote(pcap_t *p, struct pcap_stat *ps, int mode
    [all...]
pcap-tc.c 128 static int TcStats(pcap_t *p, struct pcap_stat *ps);
131 static struct pcap_stat *TcStatsEx(pcap_t *p, int *pcap_stat_size);
1034 TcStats(pcap_t *p, struct pcap_stat *ps)
1040 struct pcap_stat s;
1117 static struct pcap_stat *
    [all...]
dlpisubs.c 80 pcap_stats_dlpi(pcap_t *p, struct pcap_stat *ps)
pcap-bt-monitor-linux.c 155 bt_monitor_stats(pcap_t *handle _U_, struct pcap_stat *stats)
pcap-dbus.c 128 dbus_stats(pcap_t *handle, struct pcap_stat *stats)
pcap-usb-linux.c 132 static int usb_stats_linux(pcap_t *, struct pcap_stat *);
133 static int usb_stats_linux_bin(pcap_t *, struct pcap_stat *);
714 usb_stats_linux(pcap_t *handle, struct pcap_stat *stats)
798 usb_stats_linux_bin(pcap_t *handle, struct pcap_stat *stats)
pcap-dag.c 175 struct pcap_stat stat;
209 static int dag_stats(pcap_t *p, struct pcap_stat *ps);
1053 dag_stats(pcap_t *p, struct pcap_stat *ps) {
    [all...]
pcap-dos.c 102 static int pcap_stats_dos (pcap_t *p, struct pcap_stat *ps);
149 struct pcap_stat stat;
362 static int pcap_stats_dos (pcap_t *p, struct pcap_stat *ps)
    [all...]
pcap-pf.c 243 pcap_stats_pf(pcap_t *p, struct pcap_stat *ps)
pcap-snf.c 47 snf_pcap_stats(pcap_t *p, struct pcap_stat *ps)
pcap-win32.c 163 pcap_stats_win32(pcap_t *p, struct pcap_stat *ps)
171 * (Please note - "struct pcap_stat" is *not* the same as
206 * This way is definitely safer than passing the pcap_stat * from the userland.
224 struct pcap_stat *
235 * (Please note - "struct pcap_stat" is *not* the same as
    [all...]
pcap.c     [all...]
pcap-netfilter-linux.c 225 netfilter_stats_linux(pcap_t *handle, struct pcap_stat *stats)
pcap-sita.c 806 static int pcap_stats_acn(pcap_t *handle, struct pcap_stat *ps) {
    [all...]
  /external/ppp/pppd/include/
pcap-int.h 53 struct pcap_stat stat;
  /external/libpcap/pcap/
pcap.h 171 struct pcap_stat { struct
382 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *);
493 PCAP_API struct pcap_stat *pcap_stats_ex(pcap_t *p, int *pcap_stat_size);

Completed in 583 milliseconds

1 2