Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
HDpcap-int.h178 typedef int (*stats_op_t)(pcap_t *, struct pcap_stat *);
181 typedef struct pcap_stat *(*stats_ex_op_t)(pcap_t *, int *);
262 struct pcap_stat stat; /* used for pcap_stats_ex() */
HDpcap-haiku.cpp33 struct pcap_stat stat;
123 pcap_stats_haiku(pcap_t *handle, struct pcap_stat *stats) in pcap_stats_haiku()
HDpcap-airpcap.c247 struct pcap_stat stat;
374 airpcap_stats(pcap_t *p, struct pcap_stat *ps) in airpcap_stats()
417 static struct pcap_stat *
HDsavefile.c115 sf_stats(pcap_t *p, struct pcap_stat *ps _U_) in sf_stats()
123 static struct pcap_stat *
HDpcap.c395 pcap_stats_not_initialized(pcap_t *pcap, struct pcap_stat *ps _U_) in pcap_stats_not_initialized()
403 static struct pcap_stat *
3736 pcap_stats(pcap_t *p, struct pcap_stat *ps)
3742 struct pcap_stat *
4232 pcap_stats_dead(pcap_t *p, struct pcap_stat *ps _U_)
4240 static struct pcap_stat *
HDpcap-dpdk.c447 static int pcap_dpdk_stats(pcap_t *p, struct pcap_stat *ps) in pcap_dpdk_stats()
HDpcap-bpf.c1021 pcap_stats_bpf(pcap_t *p, struct pcap_stat *ps) in pcap_stats_bpf()
/dragonfly/contrib/libpcap/pcap/
HDpcap.h256 struct pcap_stat { struct
582 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *);
817 PCAP_API struct pcap_stat *pcap_stats_ex(pcap_t *p, int *pcap_stat_size);
/dragonfly/usr.sbin/pflogd/
HDpflogd.c584 struct pcap_stat pstat; in log_pcap_stats()
/dragonfly/contrib/tcpdump/
HDtcpdump.c2732 struct pcap_stat stats; in info()