Home
last modified time | relevance | path

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

/external/scapy/scapy/arch/bpf/
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()))
Dconsts.py18 BIOCSETIF = 0x8020426c variable
Dcore.py176 fcntl.ioctl(fd, BIOCSETIF, struct.pack("16s16x", ifname.encode()))
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs490 pub const BIOCSETIF: ::c_ulong = 0x8020426c; constant
/external/libpcap/
Dconfigure.ac705 # Does it define BIOCSETIF?
709 # have a net/bpf.h that doesn't define BIOCSETIF;
736 AC_MSG_CHECKING(if net/bpf.h defines BIOCSETIF)
750 [u_int i = BIOCSETIF;],
DCMakeLists.txt1515 # Does it define BIOCSETIF?
1519 # have a net/bpf.h that doesn't define BIOCSETIF;
1547 …check_symbol_exists(BIOCSETIF "sys/types.h;sys/time.h;sys/ioctl.h;sys/socket.h;sys/ioccom.h;net/bp…
1549 …check_symbol_exists(BIOCSETIF "sys/types.h;sys/time.h;sys/ioctl.h;sys/socket.h;net/bpf.h;net/if.h"…
Dpcap-bpf.c655 status = ioctl(fd, BIOCSETIF, (caddr_t)&ifr); in bpf_bind()
Dconfigure7252 u_int i = BIOCSETIF;
/external/rust/crates/libc/src/unix/nto/
Dmod.rs2173 pub const BIOCSETIF: ::c_int = -2138029460; constant