Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/libpcap/
Ddlpisubs.h19 struct pcap_stat stat;
25 int pcap_stats_dlpi(pcap_t *, struct pcap_stat *);
Dpcap-septel.c36 static int septel_stats(pcap_t *p, struct pcap_stat *ps);
44 struct pcap_stat stat;
255 static int septel_stats(pcap_t *p, struct pcap_stat *ps) { in septel_stats()
Dpcap-int.h133 typedef int (*stats_op_t)(pcap_t *, struct pcap_stat *);
135 typedef struct pcap_stat *(*stats_ex_op_t)(pcap_t *, int *);
217 struct pcap_stat stat; /* used for pcap_stats_ex() */
Dpcap-nit.c74 struct pcap_stat stat;
78 pcap_stats_nit(pcap_t *p, struct pcap_stat *ps) in pcap_stats_nit()
Dsavefile.c115 sf_stats(pcap_t *p, struct pcap_stat *ps _U_) in sf_stats()
123 static struct pcap_stat *
Dpcap-snoop.c61 struct pcap_stat stat;
161 pcap_stats_snoop(pcap_t *p, struct pcap_stat *ps) in pcap_stats_snoop()
Dpcap-snit.c86 struct pcap_stat stat;
90 pcap_stats_snit(pcap_t *p, struct pcap_stat *ps) in pcap_stats_snit()
Dpcap-bt-linux.c63 static int bt_stats_linux(pcap_t *, struct pcap_stat *);
390 bt_stats_linux(pcap_t *handle, struct pcap_stat *stats) in bt_stats_linux()
Dpcap-tc.c128 static int TcStats(pcap_t *p, struct pcap_stat *ps);
131 static struct pcap_stat *TcStatsEx(pcap_t *p, int *pcap_stat_size);
1044 TcStats(pcap_t *p, struct pcap_stat *ps) in TcStats()
1050 struct pcap_stat s; in TcStats()
1125 static struct pcap_stat *
Dpcap-rpcap.c140 struct pcap_stat stat;
150 static struct pcap_stat *rpcap_stats_rpcap(pcap_t *p, struct pcap_stat *ps, int mode);
775 static int pcap_stats_rpcap(pcap_t *p, struct pcap_stat *ps) in pcap_stats_rpcap()
777 struct pcap_stat *retval; in pcap_stats_rpcap()
792 static struct pcap_stat *pcap_stats_ex_rpcap(pcap_t *p, int *pcap_stat_size) in pcap_stats_ex_rpcap()
838 static struct pcap_stat *rpcap_stats_rpcap(pcap_t *p, struct pcap_stat *ps, int mode) in rpcap_stats_rpcap()
Dpcap-usb-linux.c134 static int usb_stats_linux(pcap_t *, struct pcap_stat *);
135 static int usb_stats_linux_bin(pcap_t *, struct pcap_stat *);
1031 usb_stats_linux(pcap_t *handle, struct pcap_stat *stats) in usb_stats_linux()
1117 usb_stats_linux_bin(pcap_t *handle, struct pcap_stat *stats) in usb_stats_linux_bin()
Dpcap-dos.c102 static int pcap_stats_dos (pcap_t *p, struct pcap_stat *ps);
149 struct pcap_stat stat;
375 static int pcap_stats_dos (pcap_t *p, struct pcap_stat *ps) in pcap_stats_dos()
Dpcap-bt-monitor-linux.c165 bt_monitor_stats(pcap_t *handle _U_, struct pcap_stat *stats) in bt_monitor_stats()
Dpcap-dag.c172 struct pcap_stat stat;
212 static int dag_stats(pcap_t *p, struct pcap_stat *ps);
1102 dag_stats(pcap_t *p, struct pcap_stat *ps) { in dag_stats()
Ddlpisubs.c80 pcap_stats_dlpi(pcap_t *p, struct pcap_stat *ps) in pcap_stats_dlpi()
Dpcap-netmap.c66 pcap_netmap_stats(pcap_t *p, struct pcap_stat *ps) in pcap_netmap_stats()
Dpcap-dbus.c128 dbus_stats(pcap_t *handle, struct pcap_stat *stats) in dbus_stats()
Dpcap.c253 pcap_stats_not_initialized(pcap_t *pcap, struct pcap_stat *ps _U_) in pcap_stats_not_initialized()
261 struct pcap_stat *
3495 pcap_stats(pcap_t *p, struct pcap_stat *ps)
3501 struct pcap_stat *
3867 pcap_stats_dead(pcap_t *p, struct pcap_stat *ps _U_)
3875 struct pcap_stat *
Dpcap-pf.c243 pcap_stats_pf(pcap_t *p, struct pcap_stat *ps) in pcap_stats_pf()
Dpcap-snf.c51 snf_pcap_stats(pcap_t *p, struct pcap_stat *ps) in snf_pcap_stats()
Dpcap-rdmasniff.c66 rdmasniff_stats(pcap_t *handle, struct pcap_stat *stat) in rdmasniff_stats()
Dpcap-npf.c189 pcap_stats_npf(pcap_t *p, struct pcap_stat *ps) in pcap_stats_npf()
249 struct pcap_stat *
/freebsd-12-stable/contrib/libpcap/pcap/
Dpcap.h207 struct pcap_stat { struct
444 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *);
594 PCAP_API struct pcap_stat *pcap_stats_ex(pcap_t *p, int *pcap_stat_size);
/freebsd-12-stable/contrib/libpcap/rpcapd/
Ddaemon.c140 struct session *session, uint32 plen, struct pcap_stat *stats,
183 struct pcap_stat stats; in daemon_serviceloop()
2169 struct session *session, uint32 plen, struct pcap_stat *stats, in daemon_msg_stats_req()
/freebsd-12-stable/contrib/pf/pflogd/
Dpflogd.c635 struct pcap_stat pstat;

12