Home
last modified time | relevance | path

Searched refs:stats_op_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/libpcap/
Dpcap-int.h238 typedef int (*stats_op_t)(pcap_t *, struct pcap_stat *); typedef
310 stats_op_t stats_op;
Dpcap.c452 p->stats_op = (stats_op_t)pcap_not_initialized; in initialize_ops()