Searched refs:BIOCSBLEN (Results 1 – 6 of 6) sorted by relevance
/external/scapy/scapy/arch/bpf/ |
D | consts.py | 19 BIOCSBLEN = 0xc0044266 variable
|
D | supersocket.py | 16 BIOCIMMEDIATE, BIOCPROMISC, BIOCSBLEN, BIOCSETIF, BIOCSHDRCMPLT, \ 62 fcntl.ioctl(self.ins, BIOCSBLEN, struct.pack('I', BPF_BUFFER_LENGTH))
|
/external/libpcap/ |
D | pcap-bpf.c | 2129 if (ioctl(fd, BIOCSBLEN, 2181 (void) ioctl(fd, BIOCSBLEN, (caddr_t)&v);
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 461 pub const BIOCSBLEN: ::c_ulong = 0xc0044266; constant
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_netbsd.cpp | 1781 unsigned IOCTL_BIOCSBLEN = BIOCSBLEN;
|
D | sanitizer_interceptors_ioctl_netbsd.inc | 669 _(BIOCSBLEN, READWRITE, sizeof(unsigned int));
|