Searched refs:BIOCSETF (Results 1 – 10 of 10) sorted by relevance
/external/scapy/scapy/arch/bpf/ |
D | consts.py | 21 BIOCSETF = 0x80104267 variable
|
D | core.py | 118 ret = LIBC.ioctl(c_int(fd), BIOCSETF, cast(pointer(bp), c_char_p))
|
/external/libpcap/testprogs/ |
D | valgrindtest.c | 407 ioctl(pcap_fd, BIOCSETF, &bad_fcode); in main() 424 ioctl(pcap_fd, BIOCSETF, &bad_fcode); in main()
|
/external/rust/crates/libc/src/unix/bsd/apple/b32/ |
D | mod.rs | 97 pub const BIOCSETF: ::c_ulong = 0x80084267; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/b64/ |
D | mod.rs | 101 pub const BIOCSETF: ::c_ulong = 0x80104267; constant
|
/external/libpcap/ |
D | pcap-pf.c | 609 if (ioctl(p->fd, BIOCSETF, (caddr_t)fp) < 0) { in pcap_setfilter_pf()
|
D | pcap-bpf.c | 2629 if (ioctl(p->fd, BIOCSETF, (caddr_t)&total_prog) < 0) { 3351 if (ioctl(p->fd, BIOCSETF, (caddr_t)fp) == 0) {
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1220 pub const BIOCSETF: ::c_ulong = 0x80104267; constant
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_netbsd.cpp | 1782 unsigned IOCTL_BIOCSETF = BIOCSETF;
|
D | sanitizer_interceptors_ioctl_netbsd.inc | 670 _(BIOCSETF, READ, struct_bpf_program_sz);
|