/external/libpcap/ |
D | dlpisubs.h | 19 struct pcap_stat stat; 25 int pcap_stats_dlpi(pcap_t *, struct pcap_stat *);
|
D | pcap-septel.c | 45 static int septel_stats(pcap_t *p, struct pcap_stat *ps); 53 struct pcap_stat stat; 264 static int septel_stats(pcap_t *p, struct pcap_stat *ps) { in septel_stats()
|
D | pcap-int.h | 128 typedef int (*stats_op_t)(pcap_t *, struct pcap_stat *); 130 typedef struct pcap_stat *(*stats_ex_op_t)(pcap_t *, int *); 212 struct pcap_stat stat; /* used for pcap_stats_ex() */
|
D | pcap-nit.c | 74 struct pcap_stat stat; 78 pcap_stats_nit(pcap_t *p, struct pcap_stat *ps) in pcap_stats_nit()
|
D | savefile.c | 113 sf_stats(pcap_t *p, struct pcap_stat *ps _U_) in sf_stats() 121 static struct pcap_stat *
|
D | pcap-bt-linux.c | 63 static int bt_stats_linux(pcap_t *, struct pcap_stat *); 389 bt_stats_linux(pcap_t *handle, struct pcap_stat *stats) in bt_stats_linux()
|
D | pcap-snoop.c | 61 struct pcap_stat stat; 161 pcap_stats_snoop(pcap_t *p, struct pcap_stat *ps) in pcap_stats_snoop()
|
D | pcap-snit.c | 86 struct pcap_stat stat; 90 pcap_stats_snit(pcap_t *p, struct pcap_stat *ps) in pcap_stats_snit()
|
D | pcap-tc.c | 128 static int TcStats(pcap_t *p, struct pcap_stat *ps); 131 static struct pcap_stat *TcStatsEx(pcap_t *p, int *pcap_stat_size); 1059 TcStats(pcap_t *p, struct pcap_stat *ps) in TcStats() 1065 struct pcap_stat s; in TcStats() 1140 static struct pcap_stat *
|
D | pcap-usb-linux.c | 133 static int usb_stats_linux(pcap_t *, struct pcap_stat *); 134 static int usb_stats_linux_bin(pcap_t *, struct pcap_stat *); 932 usb_stats_linux(pcap_t *handle, struct pcap_stat *stats) in usb_stats_linux() 1016 usb_stats_linux_bin(pcap_t *handle, struct pcap_stat *stats) in usb_stats_linux_bin()
|
D | pcap-rpcap.c | 140 struct pcap_stat stat; 150 static struct pcap_stat *rpcap_stats_rpcap(pcap_t *p, struct pcap_stat *ps, int mode); 774 static int pcap_stats_rpcap(pcap_t *p, struct pcap_stat *ps) in pcap_stats_rpcap() 776 struct pcap_stat *retval; in pcap_stats_rpcap() 791 static struct pcap_stat *pcap_stats_ex_rpcap(pcap_t *p, int *pcap_stat_size) in pcap_stats_ex_rpcap() 837 static struct pcap_stat *rpcap_stats_rpcap(pcap_t *p, struct pcap_stat *ps, int mode) in rpcap_stats_rpcap()
|
D | pcap-dag.c | 180 struct pcap_stat stat; 220 static int dag_stats(pcap_t *p, struct pcap_stat *ps); 1065 dag_stats(pcap_t *p, struct pcap_stat *ps) { in dag_stats()
|
D | pcap-dos.c | 102 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()
|
D | pcap-bt-monitor-linux.c | 164 bt_monitor_stats(pcap_t *handle _U_, struct pcap_stat *stats) in bt_monitor_stats()
|
D | pcap-netmap.c | 66 pcap_netmap_stats(pcap_t *p, struct pcap_stat *ps) in pcap_netmap_stats()
|
D | dlpisubs.c | 80 pcap_stats_dlpi(pcap_t *p, struct pcap_stat *ps) in pcap_stats_dlpi()
|
D | pcap-dbus.c | 128 dbus_stats(pcap_t *handle, struct pcap_stat *stats) in dbus_stats()
|
D | pcap-pf.c | 243 pcap_stats_pf(pcap_t *p, struct pcap_stat *ps) in pcap_stats_pf()
|
D | pcap-snf.c | 51 snf_pcap_stats(pcap_t *p, struct pcap_stat *ps) in snf_pcap_stats()
|
D | pcap-rdmasniff.c | 66 rdmasniff_stats(pcap_t *handle, struct pcap_stat *stat) in rdmasniff_stats()
|
D | pcap.c | 3383 pcap_stats(pcap_t *p, struct pcap_stat *ps) 3389 struct pcap_stat * 3755 pcap_stats_dead(pcap_t *p, struct pcap_stat *ps _U_) 3763 struct pcap_stat *
|
/external/scapy/scapy/modules/ |
D | winpcapy.py | 152 class pcap_stat(Structure): class 161 pcap_stat._fields_=_tmpList 459 pcap_stats.argtypes = [POINTER(pcap_t), POINTER(pcap_stat)] 639 pcap_stats_ex.restype = POINTER(pcap_stat)
|
/external/libpcap/pcap/ |
D | pcap.h | 208 struct pcap_stat { struct 445 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *); 573 PCAP_API struct pcap_stat *pcap_stats_ex(pcap_t *p, int *pcap_stat_size);
|
/external/ppp/pppd/include/ |
D | pcap-int.h | 53 struct pcap_stat stat;
|
/external/libpcap/rpcapd/ |
D | daemon.c | 122 …truct daemon_slpars *pars, struct session *session, uint32 plen, struct pcap_stat *stats, unsigned… 156 struct pcap_stat stats; in daemon_serviceloop() 2153 …truct daemon_slpars *pars, struct session *session, uint32 plen, struct pcap_stat *stats, unsigned… in daemon_msg_stats_req()
|