HomeSort by: relevance | last modified time | path
    Searched refs:pcap_stat (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/bsd/libpcap/dist/
dlpisubs.h 21 struct pcap_stat stat;
27 int pcap_stats_dlpi(pcap_t *, struct pcap_stat *);
pcap-septel.c 37 static int septel_stats(pcap_t *p, struct pcap_stat *ps);
45 struct pcap_stat stat;
256 static int septel_stats(pcap_t *p, struct pcap_stat *ps) {
pcap-int.h 218 typedef int (*stats_op_t)(pcap_t *, struct pcap_stat *);
221 typedef struct pcap_stat *(*stats_ex_op_t)(pcap_t *, int *);
302 struct pcap_stat stat; /* used for pcap_stats_ex() */
pcap-nit.c 76 struct pcap_stat stat;
80 pcap_stats_nit(pcap_t *p, struct pcap_stat *ps)
pcap-bt-linux.c 66 static int bt_stats_linux(pcap_t *, struct pcap_stat *);
420 bt_stats_linux(pcap_t *handle, struct pcap_stat *stats)
pcap-snoop.c 64 struct pcap_stat stat;
164 pcap_stats_snoop(pcap_t *p, struct pcap_stat *ps)
savefile.c 128 sf_stats(pcap_t *p, struct pcap_stat *ps _U_)
136 static struct pcap_stat *
pcap-haiku.c 46 struct pcap_stat stat;
222 pcap_stats_haiku(pcap_t *handle, struct pcap_stat *stats)
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)
995 struct pcap_stat s;
1049 static struct pcap_stat *
pcap-airpcap.c 245 struct pcap_stat stat;
372 airpcap_stats(pcap_t *p, struct pcap_stat *ps)
397 * This way is definitely safer than passing the pcap_stat * from the userland.
415 static struct pcap_stat *
pcap-snit.c 88 struct pcap_stat stat;
92 pcap_stats_snit(pcap_t *p, struct pcap_stat *ps)
pcap-bt-monitor-linux.c 177 bt_monitor_stats(pcap_t *handle _U_, struct pcap_stat *stats)
pcap-netmap.c 63 pcap_netmap_stats(pcap_t *p, struct pcap_stat *ps)
pcap-dbus.c 135 dbus_stats(pcap_t *handle, struct pcap_stat *stats)
pcap-usb-linux.c 142 static int usb_stats_linux_bin(pcap_t *, struct pcap_stat *);
645 usb_stats_linux_bin(pcap_t *handle, struct pcap_stat *stats)
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)
850 struct pcap_stat *retval;
865 static struct pcap_stat *pcap_stats_ex_rpcap(pcap_t *p, int *pcap_stat_size)
901 * \param ps: a pointer to a 'pcap_stat' structure, needed for compatibility
902 * with pcap_stat(), where the structure is allocated by the user. In case
911 static struct pcap_stat *rpcap_stats_rpcap(pcap_t *p, struct pcap_stat *ps, int mode
    [all...]
dlpisubs.c 93 pcap_stats_dlpi(pcap_t *p, struct pcap_stat *ps)
pcap-dos.c 105 static int pcap_stats_dos (pcap_t *p, struct pcap_stat *ps);
152 struct pcap_stat stat;
393 static int pcap_stats_dos (pcap_t *p, struct pcap_stat *ps)
pcap-dag.c 174 struct pcap_stat stat;
213 static int dag_stats(pcap_t *p, struct pcap_stat *ps);
1118 dag_stats(pcap_t *p, struct pcap_stat *ps) {
pcap.c 411 pcap_stats_not_initialized(pcap_t *pcap, struct pcap_stat *ps _U_)
419 static struct pcap_stat *
3921 pcap_stats(pcap_t *p, struct pcap_stat *ps)
3927 struct pcap_stat *
4446 pcap_stats_dead(pcap_t *p, struct pcap_stat *ps _U_)
4454 static struct pcap_stat *
pcap-pf.c 244 pcap_stats_pf(pcap_t *p, struct pcap_stat *ps)
  /src/external/bsd/libpcap/dist/pcap/
pcap.h 306 struct pcap_stat { struct
633 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *);
869 PCAP_API struct pcap_stat *pcap_stats_ex(pcap_t *p, int *pcap_stat_size);
  /src/external/bsd/libpcap/dist/testprogs/
capturetest.c 267 struct pcap_stat ps;
writecaptest.c 449 struct pcap_stat ps;
  /src/usr.sbin/npf/npfd/
npfd_log.c 369 struct pcap_stat ps;

Completed in 85 milliseconds

1 2