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

12

/freebsd-11-stable/contrib/libpcap/
H A Ddlpisubs.h19 struct pcap_stat stat;
25 int pcap_stats_dlpi(pcap_t *, struct pcap_stat *);
H A 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) {
H A 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() */
H A Dpcap-nit.c74 struct pcap_stat stat;
78 pcap_stats_nit(pcap_t *p, struct pcap_stat *ps)
H A Dpcap-snoop.c61 struct pcap_stat stat;
161 pcap_stats_snoop(pcap_t *p, struct pcap_stat *ps)
H A Dpcap-snit.c86 struct pcap_stat stat;
90 pcap_stats_snit(pcap_t *p, struct pcap_stat *ps)
H A 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)
H A Dsavefile.c115 sf_stats(pcap_t *p, struct pcap_stat *ps _U_)
123 static struct pcap_stat *
H A 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)
1050 struct pcap_stat s;
1125 static struct pcap_stat *
H A 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)
777 struct pcap_stat *retval;
792 static struct pcap_stat *pcap_stats_ex_rpcap(pcap_t *p, int *pcap_stat_size)
828 * \param ps: a pointer to a 'pcap_stat' structure, needed for compatibility
829 * with pcap_stat(), where the structure is allocated by the user. In case
838 static struct pcap_stat *rpcap_stats_rpcap(pcap_t *p, struct pcap_stat *p
[all...]
H A Ddlpisubs.c80 pcap_stats_dlpi(pcap_t *p, struct pcap_stat *ps)
H A Dpcap-dbus.c128 dbus_stats(pcap_t *handle, struct pcap_stat *stats)
H A 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)
1117 usb_stats_linux_bin(pcap_t *handle, struct pcap_stat *stats)
H A Dpcap-netmap.c66 pcap_netmap_stats(pcap_t *p, struct pcap_stat *ps)
H A Dpcap-bt-monitor-linux.c165 bt_monitor_stats(pcap_t *handle _U_, struct pcap_stat *stats)
H A 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)
H A 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) {
H A Dpcap.c253 pcap_stats_not_initialized(pcap_t *pcap, struct pcap_stat *ps _U_)
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 *
H A Dpcap-pf.c243 pcap_stats_pf(pcap_t *p, struct pcap_stat *ps)
H A Dpcap-rdmasniff.c66 rdmasniff_stats(pcap_t *handle, struct pcap_stat *stat)
H A Dpcap-snf.c51 snf_pcap_stats(pcap_t *p, struct pcap_stat *ps)
H A Dpcap-npf.c189 pcap_stats_npf(pcap_t *p, struct pcap_stat *ps)
197 * (Please note - "struct pcap_stat" is *not* the same as
231 * This way is definitely safer than passing the pcap_stat * from the userland.
249 struct pcap_stat *
260 * (Please note - "struct pcap_stat" is *not* the same as
/freebsd-11-stable/contrib/libpcap/pcap/
H A 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-11-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c140 struct session *session, uint32 plen, struct pcap_stat *stats,
183 struct pcap_stat stats;
2169 struct session *session, uint32 plen, struct pcap_stat *stats,
/freebsd-11-stable/contrib/pf/pflogd/
H A Dpflogd.c635 struct pcap_stat pstat;

Completed in 198 milliseconds

12