| /freebsd/contrib/libpcap/ |
| H A D | dlpisubs.h | 19 struct pcap_stat stat; 25 int pcap_stats_dlpi(pcap_t *, struct pcap_stat *);
|
| H A D | pcap-septel.c | 32 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 D | pcap-int.h | 216 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 D | pcap-nit.c | 71 struct pcap_stat stat; 75 pcap_stats_nit(pcap_t *p, struct pcap_stat *ps) in pcap_stats_nit()
|
| H A D | pcap-tc.c | 126 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 D | pcap-snit.c | 83 struct pcap_stat stat; 87 pcap_stats_snit(pcap_t *p, struct pcap_stat *ps) in pcap_stats_snit()
|
| H A D | pcap-snoop.c | 59 struct pcap_stat stat; 159 pcap_stats_snoop(pcap_t *p, struct pcap_stat *ps) in pcap_stats_snoop()
|
| H A D | pcap-bt-linux.c | 62 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 D | pcap-haiku.c | 46 struct pcap_stat stat; 222 pcap_stats_haiku(pcap_t *handle, struct pcap_stat *stats) in pcap_stats_haiku()
|
| H A D | savefile.c | 123 sf_stats(pcap_t *p, struct pcap_stat *ps _U_) in sf_stats() 131 static struct pcap_stat *
|
| H A D | pcap-airpcap.c | 245 struct pcap_stat stat; 372 airpcap_stats(pcap_t *p, struct pcap_stat *ps) in airpcap_stats() 415 static struct pcap_stat *
|
| H A D | pcap-rpcap.c | 155 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 D | pcap-bt-monitor-linux.c | 172 bt_monitor_stats(pcap_t *handle _U_, struct pcap_stat *stats) in bt_monitor_stats()
|
| H A D | pcap-dos.c | 103 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 D | pcap-dag.c | 169 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 D | pcap-usb-linux.c | 135 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 D | pcap-netmap.c | 63 pcap_netmap_stats(pcap_t *p, struct pcap_stat *ps) in pcap_netmap_stats()
|
| H A D | pcap-dbus.c | 130 dbus_stats(pcap_t *handle, struct pcap_stat *stats) in dbus_stats()
|
| H A D | dlpisubs.c | 88 pcap_stats_dlpi(pcap_t *p, struct pcap_stat *ps) in pcap_stats_dlpi()
|
| H A D | pcap.c | 402 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 D | pcap-pf.c | 239 pcap_stats_pf(pcap_t *p, struct pcap_stat *ps) in pcap_stats_pf()
|
| H A D | pcap-snf.c | 49 snf_pcap_stats(pcap_t *p, struct pcap_stat *ps) in snf_pcap_stats()
|
| /freebsd/contrib/libpcap/pcap/ |
| H A D | pcap.h | 302 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 D | capturetest.c | 267 struct pcap_stat ps; in main()
|
| H A D | writecaptest.c | 449 struct pcap_stat ps; in main()
|