Searched refs:BIOCGSTATS (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dbpf.h132 * Struct returned by BIOCGSTATS.
187 #define BIOCGSTATS _IOR('B',111, struct bpf_stat) macro
H A Dbpf.c1299 * BIOCGSTATS Get packet stats.
1578 case BIOCGSTATS: { /* struct bpf_stat */
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-bpf.c862 if (ioctl(p->fd, BIOCGSTATS, (caddr_t)&s) < 0) {
863 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "BIOCGSTATS: %s",

Completed in 137 milliseconds