Searched refs:BIOCSETIF (Results 1 – 9 of 9) sorted by relevance
/external/scapy/scapy/arch/bpf/ |
D | supersocket.py | 16 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()))
|
D | consts.py | 18 BIOCSETIF = 0x8020426c variable
|
D | core.py | 176 fcntl.ioctl(fd, BIOCSETIF, struct.pack("16s16x", ifname.encode()))
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 490 pub const BIOCSETIF: ::c_ulong = 0x8020426c; constant
|
/external/libpcap/ |
D | configure.ac | 705 # 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;],
|
D | CMakeLists.txt | 1515 # 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"…
|
D | pcap-bpf.c | 655 status = ioctl(fd, BIOCSETIF, (caddr_t)&ifr); in bpf_bind()
|
D | configure | 7252 u_int i = BIOCSETIF;
|
/external/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 2173 pub const BIOCSETIF: ::c_int = -2138029460; constant
|