Home
last modified time | relevance | path

Searched refs:BIOCGBLEN (Results 1 – 25 of 4085) sorted by relevance

12345678910>>...164

/dports/net/tcpview/tcpview-1.0/net/
H A Dbpf.h97 #define BIOCGBLEN _IOR(B,102, u_int) macro
111 #define BIOCGBLEN _IOR('B',102, u_int) macro
/dports/net/tcpview/tcpview-1.0/bpf/net/
H A Dbpf.h97 #define BIOCGBLEN _IOR(B,102, u_int) macro
111 #define BIOCGBLEN _IOR('B',102, u_int) macro
H A Dtags3 BIOCGBLEN bpf.h /^#define BIOCGBLEN _IOR(B,102, u_int)$/
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/include/
H A Dbpf.h105 #define BIOCGBLEN _IOR(B,102, u_int) macro
121 #define BIOCGBLEN _IOR('B',102, u_int) macro
/dports/security/fragrouter/fragrouter-1.6/libpcap-0.4/bpf/net/
H A Dbpf.h105 #define BIOCGBLEN _IOR(B,102, u_int) macro
121 #define BIOCGBLEN _IOR('B',102, u_int) macro
/dports/net/libnet/libnet-1.1.6/include/
H A Dbpf.h110 #define BIOCGBLEN _IOR(B,102, u_int) macro
126 #define BIOCGBLEN _IOR('B',102, u_int) macro
/dports/net/thcrut/thcrut-1.2.5/Libnet-1.0.2a/include/
H A Dbpf.h105 #define BIOCGBLEN _IOR(B,102, u_int) macro
121 #define BIOCGBLEN _IOR('B',102, u_int) macro
/dports/security/snort/snort-2.9.18/src/win32/WIN32-Includes/NET/
H A DBpf.h115 #define BIOCGBLEN _IOR(B,102, u_int) macro
131 #define BIOCGBLEN _IOR('B',102, u_int) macro
/dports/net/tcptrace/tcptrace-508f73a/cygwin-includes/net/
H A Dbpf.h109 #define BIOCGBLEN _IOR(B,102, u_int) macro
125 #define BIOCGBLEN _IOR('B',102, u_int) macro
/dports/net/scapy/scapy-2.4.5/scapy/arch/bpf/
H A Dconsts.py22 BIOCGBLEN = 0x40044266 variable
H A Dsupersocket.py17 from scapy.arch.bpf.consts import BIOCGBLEN, BIOCGDLT, BIOCGSTATS, \
210 ret = fcntl.ioctl(self.ins, BIOCGBLEN, struct.pack("I", 0))
/dports/net/norm/norm-1.5r6/protolib/src/unix/
H A DbpfCap.cpp139 if ((ioctl(fd, BIOCGBLEN, (caddr_t)&buflen) < 0) || buflen < 32768) in Open()
203 if (ioctl(fd, BIOCGBLEN, (caddr_t)&buflen) < 0) in Open()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/mingw32-pcap/wpcap/net/
H A Dbpf.h115 #define BIOCGBLEN _IOR(B, 102, u_int) macro
131 #define BIOCGBLEN _IOR('B', 102, u_int) macro
/dports/emulators/vice/vice-3.5/src/arch/mingw32-pcap/wpcap/net/
H A Dbpf.h115 #define BIOCGBLEN _IOR(B, 102, u_int) macro
131 #define BIOCGBLEN _IOR('B', 102, u_int) macro
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/
H A Dsysinfo.c296 #ifdef BIOCGBLEN
297 BIOCGBLEN_val = BIOCGBLEN,
/dports/lang/gcc11/gcc-11.2.0/libgo/
H A Dsysinfo.c296 #ifdef BIOCGBLEN
297 BIOCGBLEN_val = BIOCGBLEN,
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/
H A Dsysinfo.c296 #ifdef BIOCGBLEN
297 BIOCGBLEN_val = BIOCGBLEN,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/
H A Dsysinfo.c296 #ifdef BIOCGBLEN
297 BIOCGBLEN_val = BIOCGBLEN,
/dports/net-mgmt/openlldp/openlldp-0.4alpha/src/platform/framehandlers/bpf/
H A Dbpflib.c100 int result = ioctl(fd, BIOCGBLEN, blen); in bpf_get_blen()
/dports/net-mgmt/nitpicker/nitpicker-1.2.1/src/
H A Dbpf.c100 if( ioctl(fd, BIOCGBLEN, &bufsize ) < 0) { in bpf_open()
/dports/net/parpd/parpd-1.3/
H A Dbpf.c60 if(0 > ioctl(fd, BIOCGBLEN, buffsize)) { in alloc_buffer()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/net/
H A Dbpf.h99 #define BIOCGBLEN _IOR('B',102, u_int) macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/net/
H A Dbpf.h99 #define BIOCGBLEN _IOR('B',102, u_int) macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/net/
H A Dbpf.h99 #define BIOCGBLEN _IOR('B',102, u_int) macro
/dports/net/tcpview/tcpview-1.0/
H A Dpcap-bpf.c70 if (ioctl(if_fd, BIOCGBLEN, (caddr_t)&bufsize) < 0) {

12345678910>>...164