Searched refs:pcap_stat (Results 1 – 10 of 10) sorted by relevance
| /dragonfly/contrib/libpcap/ |
| HD | pcap-int.h | 178 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() */
|
| HD | pcap-haiku.cpp | 33 struct pcap_stat stat; 123 pcap_stats_haiku(pcap_t *handle, struct pcap_stat *stats) in pcap_stats_haiku()
|
| HD | pcap-airpcap.c | 247 struct pcap_stat stat; 374 airpcap_stats(pcap_t *p, struct pcap_stat *ps) in airpcap_stats() 417 static struct pcap_stat *
|
| HD | savefile.c | 115 sf_stats(pcap_t *p, struct pcap_stat *ps _U_) in sf_stats() 123 static struct pcap_stat *
|
| HD | pcap.c | 395 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 *
|
| HD | pcap-dpdk.c | 447 static int pcap_dpdk_stats(pcap_t *p, struct pcap_stat *ps) in pcap_dpdk_stats()
|
| HD | pcap-bpf.c | 1021 pcap_stats_bpf(pcap_t *p, struct pcap_stat *ps) in pcap_stats_bpf()
|
| /dragonfly/contrib/libpcap/pcap/ |
| HD | pcap.h | 256 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/ |
| HD | pflogd.c | 584 struct pcap_stat pstat; in log_pcap_stats()
|
| /dragonfly/contrib/tcpdump/ |
| HD | tcpdump.c | 2732 struct pcap_stat stats; in info()
|