Home
last modified time | relevance | path

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

/external/scapy/scapy/arch/bpf/
Dconsts.py22 BIOCSHDRCMPLT = 0x80044275 variable
Dsupersocket.py16 BIOCIMMEDIATE, BIOCPROMISC, BIOCSBLEN, BIOCSETIF, BIOCSHDRCMPLT, \
88 fcntl.ioctl(self.ins, BIOCSHDRCMPLT, struct.pack('i', 1))
/external/libpcap/
Dpcap-bpf.c1356 if (ioctl(p->fd, BIOCSHDRCMPLT, &spoof_eth_src) == -1) { in pcap_inject_bpf()
1782 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT)
2464 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT)
2474 if (ioctl(fd, BIOCSHDRCMPLT, &spoof_eth_src) == -1) {
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs495 pub const BIOCSHDRCMPLT: ::c_ulong = 0x80044275; constant
/external/rust/crates/libc/src/unix/nto/
Dmod.rs2174 pub const BIOCSHDRCMPLT: ::c_int = -2147204491; constant