Searched refs:BIOCGBLEN (Results 1 – 6 of 6) sorted by relevance
/external/scapy/scapy/arch/bpf/ |
D | consts.py | 20 BIOCGBLEN = 0x40044266 variable
|
D | supersocket.py | 15 from scapy.arch.bpf.consts import BIOCGBLEN, BIOCGDLT, BIOCGSTATS, \ 179 ret = fcntl.ioctl(self.ins, BIOCGBLEN, struct.pack("I", 0))
|
/external/libpcap/ |
D | pcap-bpf.c | 2072 if ((ioctl(fd, BIOCGBLEN, (caddr_t)&v) < 0) || 2170 if ((ioctl(fd, BIOCGBLEN, (caddr_t)&v) < 0) || 2587 if (ioctl(fd, BIOCGBLEN, (caddr_t)&v) < 0) {
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 460 pub const BIOCGBLEN: ::c_ulong = 0x40044266; constant
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_netbsd.cpp | 1780 unsigned IOCTL_BIOCGBLEN = BIOCGBLEN;
|
D | sanitizer_interceptors_ioctl_netbsd.inc | 668 _(BIOCGBLEN, WRITE, sizeof(unsigned int));
|