Home
last modified time | relevance | path

Searched refs:BIOCSETIF (Results 1 – 10 of 10) sorted by relevance

/external/scapy/scapy/arch/bpf/
Dconsts.py18 BIOCSETIF = 0x8020426c variable
Dsupersocket.py16 BIOCIMMEDIATE, BIOCPROMISC, BIOCSBLEN, BIOCSETIF, BIOCSHDRCMPLT, \
69 fcntl.ioctl(self.ins, BIOCSETIF, struct.pack("16s16x", self.iface.encode()))
327 fcntl.ioctl(self.outs, BIOCSETIF, struct.pack("16s16x", iff.encode()))
Dcore.py176 fcntl.ioctl(fd, BIOCSETIF, struct.pack("16s16x", ifname.encode()))
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs466 pub const BIOCSETIF: ::c_ulong = 0x8020426c; constant
/external/libpcap/
Dconfigure.ac605 # Does it define BIOCSETIF?
609 # have a net/bpf.h that doesn't define BIOCSETIF;
636 AC_MSG_CHECKING(if net/bpf.h defines BIOCSETIF)
650 [u_int i = BIOCSETIF;],
DCMakeLists.txt1124 # Does it define BIOCSETIF?
1128 # have a net/bpf.h that doesn't define BIOCSETIF;
1156 …check_symbol_exists(BIOCSETIF "sys/types.h;sys/time.h;sys/ioctl.h;sys/socket.h;sys/ioccom.h;net/bp…
1158 …check_symbol_exists(BIOCSETIF "sys/types.h;sys/time.h;sys/ioctl.h;sys/socket.h;net/bpf.h;net/if.h"…
Dpcap-bpf.c649 status = ioctl(fd, BIOCSETIF, (caddr_t)&ifr); in bpf_bind()
Dconfigure6488 u_int i = BIOCSETIF;
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp1787 unsigned IOCTL_BIOCSETIF = BIOCSETIF;
Dsanitizer_interceptors_ioctl_netbsd.inc675 _(BIOCSETIF, READ, struct_ifreq_sz);