Home
last modified time | relevance | path

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

12

/external/libpcap/
Ddlpisubs.h19 struct pcap_stat stat;
25 int pcap_stats_dlpi(pcap_t *, struct pcap_stat *);
Dpcap-septel.c45 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()
Dpcap-int.h128 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() */
Dpcap-nit.c74 struct pcap_stat stat;
78 pcap_stats_nit(pcap_t *p, struct pcap_stat *ps) in pcap_stats_nit()
Dsavefile.c113 sf_stats(pcap_t *p, struct pcap_stat *ps _U_) in sf_stats()
121 static struct pcap_stat *
Dpcap-bt-linux.c63 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()
Dpcap-snoop.c61 struct pcap_stat stat;
161 pcap_stats_snoop(pcap_t *p, struct pcap_stat *ps) in pcap_stats_snoop()
Dpcap-snit.c86 struct pcap_stat stat;
90 pcap_stats_snit(pcap_t *p, struct pcap_stat *ps) in pcap_stats_snit()
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);
1059 TcStats(pcap_t *p, struct pcap_stat *ps) in TcStats()
1065 struct pcap_stat s; in TcStats()
1140 static struct pcap_stat *
Dpcap-usb-linux.c133 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()
Dpcap-rpcap.c140 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()
Dpcap-dag.c180 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()
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) in pcap_stats_dos()
Dpcap-bt-monitor-linux.c164 bt_monitor_stats(pcap_t *handle _U_, struct pcap_stat *stats) in bt_monitor_stats()
Dpcap-netmap.c66 pcap_netmap_stats(pcap_t *p, struct pcap_stat *ps) in pcap_netmap_stats()
Ddlpisubs.c80 pcap_stats_dlpi(pcap_t *p, struct pcap_stat *ps) in pcap_stats_dlpi()
Dpcap-dbus.c128 dbus_stats(pcap_t *handle, struct pcap_stat *stats) in dbus_stats()
Dpcap-pf.c243 pcap_stats_pf(pcap_t *p, struct pcap_stat *ps) in pcap_stats_pf()
Dpcap-snf.c51 snf_pcap_stats(pcap_t *p, struct pcap_stat *ps) in snf_pcap_stats()
Dpcap-rdmasniff.c66 rdmasniff_stats(pcap_t *handle, struct pcap_stat *stat) in rdmasniff_stats()
Dpcap.c3383 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/
Dwinpcapy.py152 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/
Dpcap.h208 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/
Dpcap-int.h53 struct pcap_stat stat;
/external/libpcap/rpcapd/
Ddaemon.c122 …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()

12