Searched refs:BIOCSHDRCMPLT (Results 1 – 18 of 18) sorted by relevance
/external/scapy/scapy/arch/bpf/ |
D | consts.py | 22 BIOCSHDRCMPLT = 0x80044275 variable
|
D | supersocket.py | 16 BIOCIMMEDIATE, BIOCPROMISC, BIOCSBLEN, BIOCSETIF, BIOCSHDRCMPLT, \ 88 fcntl.ioctl(self.ins, BIOCSHDRCMPLT, struct.pack('i', 1))
|
/external/libpcap/ |
D | pcap-bpf.c | 1217 if (ioctl(p->fd, BIOCSHDRCMPLT, &spoof_eth_src) == -1) { in pcap_inject_bpf() 1649 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT) 2310 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT) 2320 if (ioctl(fd, BIOCSHDRCMPLT, &spoof_eth_src) == -1) {
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 109 BIOCSHDRCMPLT = -0x7ffbbd8b const
|
D | zerrors_dragonfly_amd64.go | 91 BIOCSHDRCMPLT = 0x80044275 const
|
D | zerrors_openbsd_arm.go | 96 BIOCSHDRCMPLT = 0x80044275 const
|
D | zerrors_openbsd_amd64.go | 97 BIOCSHDRCMPLT = 0x80044275 const
|
D | zerrors_openbsd_386.go | 96 BIOCSHDRCMPLT = 0x80044275 const
|
D | zerrors_darwin_386.go | 172 BIOCSHDRCMPLT = 0x80044275 const
|
D | zerrors_darwin_arm64.go | 172 BIOCSHDRCMPLT = 0x80044275 const
|
D | zerrors_darwin_amd64.go | 172 BIOCSHDRCMPLT = 0x80044275 const
|
D | zerrors_netbsd_arm.go | 98 BIOCSHDRCMPLT = 0x80044275 const
|
D | zerrors_darwin_arm.go | 172 BIOCSHDRCMPLT = 0x80044275 const
|
D | zerrors_freebsd_386.go | 155 BIOCSHDRCMPLT = 0x80044275 const
|
D | zerrors_freebsd_arm.go | 155 BIOCSHDRCMPLT = 0x80044275 const
|
D | zerrors_netbsd_386.go | 98 BIOCSHDRCMPLT = 0x80044275 const
|
D | zerrors_freebsd_amd64.go | 155 BIOCSHDRCMPLT = 0x80044275 const
|
D | zerrors_netbsd_amd64.go | 98 BIOCSHDRCMPLT = 0x80044275 const
|