Home
last modified time | relevance | path

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

12345678910>>...153

/dports/net/thcrut/thcrut-1.2.5/Libnet-1.0.2a/src/
H A Dlibnet_link_bpf.c100 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT) in libnet_open_link_interface()
161 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT) in libnet_open_link_interface()
162 if (ioctl(l->fd, BIOCSHDRCMPLT, &spoof_eth_src) == -1) in libnet_open_link_interface()
/dports/net/libnet/libnet-1.1.6/src/
H A Dlibnet_link_bpf.c102 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT) && !(__APPLE__) in libnet_open_link()
168 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT) && !(__APPLE__) in libnet_open_link()
169 if (ioctl(l->fd, BIOCSHDRCMPLT, &spoof_eth_src) == -1) in libnet_open_link()
/dports/security/nmap/nmap-7.91/libdnet-stripped/src/
H A Deth-bsd.c66 #ifdef BIOCSHDRCMPLT in eth_open()
68 if (ioctl(e->fd, BIOCSHDRCMPLT, &i) < 0) in eth_open()
/dports/net/py-libdnet/libdnet-1.13/src/
H A Deth.c63 #ifdef BIOCSHDRCMPLT in eth_open()
65 if (ioctl(e->fd, BIOCSHDRCMPLT, &i) < 0) in eth_open()
/dports/net/libdnet/libdnet-1.13/src/
H A Deth.c63 #ifdef BIOCSHDRCMPLT in eth_open()
65 if (ioctl(e->fd, BIOCSHDRCMPLT, &i) < 0) in eth_open()
/dports/net/scapy/scapy-2.4.5/scapy/arch/bpf/
H A Dconsts.py25 BIOCSHDRCMPLT = 0x80044275 variable
H A Dsupersocket.py18 BIOCIMMEDIATE, BIOCPROMISC, BIOCSBLEN, BIOCSETIF, BIOCSHDRCMPLT, \
104 fcntl.ioctl(self.ins, BIOCSHDRCMPLT, struct.pack('i', 1))
/dports/net/zmap/zmap-2.1.1/src/
H A Dsocket-bsd.c57 if (ioctl(bpf, BIOCSHDRCMPLT, &write_addr_enable) < 0) { in get_socket()
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/common/
H A Dsendpacket.c722 #ifdef BIOCSHDRCMPLT in sendpacket_open_pcap()
740 #ifdef BIOCSHDRCMPLT in sendpacket_open_pcap()
746 if (ioctl(fd, BIOCSHDRCMPLT, &spoof_eth_src) == -1) in sendpacket_open_pcap()
1071 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT) in sendpacket_open_bpf()
1131 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT) in sendpacket_open_bpf()
1132 if (ioctl(mysocket, BIOCSHDRCMPLT, &spoof_eth_src) == -1) { in sendpacket_open_bpf()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/
H A Dsysinfo.c332 #ifdef BIOCSHDRCMPLT
333 BIOCSHDRCMPLT_val = BIOCSHDRCMPLT,
/dports/lang/gcc11/gcc-11.2.0/libgo/
H A Dsysinfo.c332 #ifdef BIOCSHDRCMPLT
333 BIOCSHDRCMPLT_val = BIOCSHDRCMPLT,
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/
H A Dsysinfo.c332 #ifdef BIOCSHDRCMPLT
333 BIOCSHDRCMPLT_val = BIOCSHDRCMPLT,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/
H A Dsysinfo.c332 #ifdef BIOCSHDRCMPLT
333 BIOCSHDRCMPLT_val = BIOCSHDRCMPLT,
/dports/net/py-libdnet/libdnet-1.13/
H A DTODO40 BIOCSHDRCMPLT) without patch (http://slagheap.net/etherspoof/),
/dports/net/libdnet/libdnet-1.13/
H A DTODO40 BIOCSHDRCMPLT) without patch (http://slagheap.net/etherspoof/),
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/net/
H A Dbpf.h115 #define BIOCSHDRCMPLT _IOW('B',117, u_int) macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/net/
H A Dbpf.h115 #define BIOCSHDRCMPLT _IOW('B',117, u_int) macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/net/
H A Dbpf.h115 #define BIOCSHDRCMPLT _IOW('B',117, u_int) macro
/dports/net-mgmt/lldpd/lldpd-1.0.8/src/daemon/
H A Dpriv-bsd.c86 if (ioctl(*fd, BIOCSHDRCMPLT, (caddr_t)&enable) < 0) { in asroot_iface_init_os()
/dports/security/nmap/nmap-7.91/libdnet-stripped/
H A DTODO70 BIOCSHDRCMPLT) without patch (http://slagheap.net/etherspoof/),
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/syscall/
H A Dbpf_darwin.go180 err := ioctlPtr(fd, BIOCSHDRCMPLT, unsafe.Pointer(&f))
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/
H A Dbpf_darwin.go180 err := ioctlPtr(fd, BIOCSHDRCMPLT, unsafe.Pointer(&f))
/dports/lang/gcc11/gcc-11.2.0/libgo/go/syscall/
H A Dbpf_darwin.go180 err := ioctlPtr(fd, BIOCSHDRCMPLT, unsafe.Pointer(&f))
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/syscall/
H A Dbpf_darwin.go180 err := ioctlPtr(fd, BIOCSHDRCMPLT, unsafe.Pointer(&f))
/dports/lang/gcc10/gcc-10.3.0/libgo/go/syscall/
H A Dbpf_darwin.go180 err := ioctlPtr(fd, BIOCSHDRCMPLT, unsafe.Pointer(&f))

12345678910>>...153