Home
last modified time | relevance | path

Searched refs:pcap_stat (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/libpcap/
H A Ddlpisubs.h19 struct pcap_stat stat;
25 int pcap_stats_dlpi(pcap_t *, struct pcap_stat *);
H A Dpcap-septel.c32 static int septel_stats(pcap_t *p, struct pcap_stat *ps);
40 struct pcap_stat stat;
251 static int septel_stats(pcap_t *p, struct pcap_stat *ps) { in septel_stats()
H A Dpcap-int.h216 typedef int (*stats_op_t)(pcap_t *, struct pcap_stat *);
219 typedef struct pcap_stat *(*stats_ex_op_t)(pcap_t *, int *);
300 struct pcap_stat stat; /* used for pcap_stats_ex() */
H A Dpcap-nit.c71 struct pcap_stat stat;
75 pcap_stats_nit(pcap_t *p, struct pcap_stat *ps) in pcap_stats_nit()
H A Dpcap-tc.c126 static int TcStats(pcap_t *p, struct pcap_stat *ps);
128 static struct pcap_stat *TcStatsEx(pcap_t *p, int *pcap_stat_size);
989 TcStats(pcap_t *p, struct pcap_stat *ps) in TcStats()
995 struct pcap_stat s; in TcStats()
1049 static struct pcap_stat *
H A Dpcap-snit.c83 struct pcap_stat stat;
87 pcap_stats_snit(pcap_t *p, struct pcap_stat *ps) in pcap_stats_snit()
H A Dpcap-snoop.c59 struct pcap_stat stat;
159 pcap_stats_snoop(pcap_t *p, struct pcap_stat *ps) in pcap_stats_snoop()
H A Dpcap-bt-linux.c62 static int bt_stats_linux(pcap_t *, struct pcap_stat *);
416 bt_stats_linux(pcap_t *handle, struct pcap_stat *stats) in bt_stats_linux()
H A Dpcap-haiku.c46 struct pcap_stat stat;
222 pcap_stats_haiku(pcap_t *handle, struct pcap_stat *stats) in pcap_stats_haiku()
H A Dsavefile.c123 sf_stats(pcap_t *p, struct pcap_stat *ps _U_) in sf_stats()
131 static struct pcap_stat *
H A Dpcap-airpcap.c245 struct pcap_stat stat;
372 airpcap_stats(pcap_t *p, struct pcap_stat *ps) in airpcap_stats()
415 static struct pcap_stat *
H A Dpcap-rpcap.c155 struct pcap_stat stat;
165 static struct pcap_stat *rpcap_stats_rpcap(pcap_t *p, struct pcap_stat *ps, int mode);
848 static int pcap_stats_rpcap(pcap_t *p, struct pcap_stat *ps) in pcap_stats_rpcap()
850 struct pcap_stat *retval; in pcap_stats_rpcap()
865 static struct pcap_stat *pcap_stats_ex_rpcap(pcap_t *p, int *pcap_stat_size) in pcap_stats_ex_rpcap()
911 static struct pcap_stat *rpcap_stats_rpcap(pcap_t *p, struct pcap_stat *ps, int mode) in rpcap_stats_rpcap()
H A Dpcap-bt-monitor-linux.c172 bt_monitor_stats(pcap_t *handle _U_, struct pcap_stat *stats) in bt_monitor_stats()
H A Dpcap-dos.c103 static int pcap_stats_dos (pcap_t *p, struct pcap_stat *ps);
150 struct pcap_stat stat;
391 static int pcap_stats_dos (pcap_t *p, struct pcap_stat *ps) in pcap_stats_dos()
H A Dpcap-dag.c169 struct pcap_stat stat;
208 static int dag_stats(pcap_t *p, struct pcap_stat *ps);
1113 dag_stats(pcap_t *p, struct pcap_stat *ps) { in dag_stats()
H A Dpcap-usb-linux.c135 static int usb_stats_linux_bin(pcap_t *, struct pcap_stat *);
638 usb_stats_linux_bin(pcap_t *handle, struct pcap_stat *stats) in usb_stats_linux_bin()
H A Dpcap-netmap.c63 pcap_netmap_stats(pcap_t *p, struct pcap_stat *ps) in pcap_netmap_stats()
H A Dpcap-dbus.c130 dbus_stats(pcap_t *handle, struct pcap_stat *stats) in dbus_stats()
H A Ddlpisubs.c88 pcap_stats_dlpi(pcap_t *p, struct pcap_stat *ps) in pcap_stats_dlpi()
H A Dpcap.c402 pcap_stats_not_initialized(pcap_t *pcap, struct pcap_stat *ps _U_) in pcap_stats_not_initialized()
410 static struct pcap_stat *
3912 pcap_stats(pcap_t *p, struct pcap_stat *ps)
3918 struct pcap_stat *
4437 pcap_stats_dead(pcap_t *p, struct pcap_stat *ps _U_)
4445 static struct pcap_stat *
H A Dpcap-pf.c239 pcap_stats_pf(pcap_t *p, struct pcap_stat *ps) in pcap_stats_pf()
H A Dpcap-snf.c49 snf_pcap_stats(pcap_t *p, struct pcap_stat *ps) in snf_pcap_stats()
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h302 struct pcap_stat { struct
629 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *);
865 PCAP_API struct pcap_stat *pcap_stats_ex(pcap_t *p, int *pcap_stat_size);
/freebsd/contrib/libpcap/testprogs/
H A Dcapturetest.c267 struct pcap_stat ps; in main()
H A Dwritecaptest.c449 struct pcap_stat ps; in main()

12