Home
last modified time | relevance | path

Searched refs:BIOCVERSION (Results 1 – 5 of 5) sorted by relevance

/external/libpcap/
Dpcap-pf.c598 if (ioctl(p->fd, BIOCVERSION, (caddr_t)&bv) >= 0) { in pcap_setfilter_pf()
Dpcap-bpf.c1790 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0) {
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs469 pub const BIOCVERSION: ::c_ulong = 0x40044271; constant
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp1791 unsigned IOCTL_BIOCVERSION = BIOCVERSION;
Dsanitizer_interceptors_ioctl_netbsd.inc679 _(BIOCVERSION, WRITE, struct_bpf_version_sz);