Home
last modified time | relevance | path

Searched refs:BIOCGSTATS (Results 1 – 19 of 19) sorted by relevance

/external/scapy/scapy/arch/bpf/
Dconsts.py16 BIOCGSTATS = 0x4008426f variable
Dsupersocket.py15 from scapy.arch.bpf.consts import BIOCGBLEN, BIOCGDLT, BIOCGSTATS, \
169 ret = fcntl.ioctl(self.ins, BIOCGSTATS, struct.pack("2I", 0, 0))
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go99 BIOCGSTATS = 0x4080426f const
Dzerrors_dragonfly_amd64.go82 BIOCGSTATS = 0x4008426f const
Dzerrors_openbsd_arm.go85 BIOCGSTATS = 0x4008426f const
Dzerrors_openbsd_amd64.go86 BIOCGSTATS = 0x4008426f const
Dzerrors_openbsd_386.go85 BIOCGSTATS = 0x4008426f const
Dzerrors_darwin_386.go164 BIOCGSTATS = 0x4008426f const
Dzerrors_darwin_arm64.go164 BIOCGSTATS = 0x4008426f const
Dzerrors_darwin_amd64.go164 BIOCGSTATS = 0x4008426f const
Dzerrors_netbsd_arm.go89 BIOCGSTATS = 0x4080426f const
Dzerrors_darwin_arm.go164 BIOCGSTATS = 0x4008426f const
Dzerrors_freebsd_386.go140 BIOCGSTATS = 0x4008426f const
Dzerrors_freebsd_arm.go140 BIOCGSTATS = 0x4008426f const
Dzerrors_netbsd_386.go89 BIOCGSTATS = 0x4080426f const
Dzerrors_freebsd_amd64.go140 BIOCGSTATS = 0x4008426f const
Dzerrors_netbsd_amd64.go89 BIOCGSTATS = 0x4080426f const
/external/tcpdump/
Dtcpdump.c1847 static const unsigned long cmds[] = { BIOCGSTATS, BIOCROTZBUF }; in main()
/external/libpcap/
Dpcap-bpf.c915 if (ioctl(p->fd, BIOCGSTATS, (caddr_t)&s) < 0) { in pcap_stats_bpf()