Home
last modified time | relevance | path

Searched refs:BIOCGSTATS (Results 1 – 25 of 4072) sorted by relevance

12345678910>>...163

/dports/net/tcpview/tcpview-1.0/net/
H A Dbpf.h107 #define BIOCGSTATS _IOR(B,111, struct bpf_stat) macro
121 #define BIOCGSTATS _IOR('B',111, struct bpf_stat) macro
/dports/net/tcpview/tcpview-1.0/bpf/net/
H A Dbpf.h107 #define BIOCGSTATS _IOR(B,111, struct bpf_stat) macro
121 #define BIOCGSTATS _IOR('B',111, struct bpf_stat) macro
H A Dtags7 BIOCGSTATS bpf.h /^#define BIOCGSTATS _IOR(B,111, struct bpf_stat)$/
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/include/
H A Dbpf.h115 #define BIOCGSTATS _IOR(B,111, struct bpf_stat) macro
131 #define BIOCGSTATS _IOR('B',111, struct bpf_stat) macro
/dports/security/fragrouter/fragrouter-1.6/libpcap-0.4/bpf/net/
H A Dbpf.h115 #define BIOCGSTATS _IOR(B,111, struct bpf_stat) macro
131 #define BIOCGSTATS _IOR('B',111, struct bpf_stat) macro
/dports/net/libnet/libnet-1.1.6/include/
H A Dbpf.h120 #define BIOCGSTATS _IOR(B,111, struct bpf_stat) macro
136 #define BIOCGSTATS _IOR('B',111, struct bpf_stat) macro
/dports/net/thcrut/thcrut-1.2.5/Libnet-1.0.2a/include/
H A Dbpf.h115 #define BIOCGSTATS _IOR(B,111, struct bpf_stat) macro
131 #define BIOCGSTATS _IOR('B',111, struct bpf_stat) macro
/dports/security/snort/snort-2.9.18/src/win32/WIN32-Includes/NET/
H A DBpf.h125 #define BIOCGSTATS _IOR(B,111, struct bpf_stat) macro
141 #define BIOCGSTATS _IOR('B',111, struct bpf_stat) macro
/dports/net/tcptrace/tcptrace-508f73a/cygwin-includes/net/
H A Dbpf.h119 #define BIOCGSTATS _IOR(B,111, struct bpf_stat) macro
135 #define BIOCGSTATS _IOR('B',111, struct bpf_stat) macro
/dports/net/scapy/scapy-2.4.5/scapy/arch/bpf/
H A Dconsts.py18 BIOCGSTATS = 0x4008426f variable
H A Dsupersocket.py17 from scapy.arch.bpf.consts import BIOCGBLEN, BIOCGDLT, BIOCGSTATS, \
200 ret = fcntl.ioctl(self.ins, BIOCGSTATS, struct.pack("2I", 0, 0))
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/mingw32-pcap/wpcap/net/
H A Dbpf.h125 #define BIOCGSTATS _IOR(B, 111, struct bpf_stat) macro
141 #define BIOCGSTATS _IOR('B', 111, struct bpf_stat) macro
/dports/emulators/vice/vice-3.5/src/arch/mingw32-pcap/wpcap/net/
H A Dbpf.h125 #define BIOCGSTATS _IOR(B, 111, struct bpf_stat) macro
141 #define BIOCGSTATS _IOR('B', 111, struct bpf_stat) macro
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/
H A Dsysinfo.c311 #ifdef BIOCGSTATS
312 BIOCGSTATS_val = BIOCGSTATS,
/dports/lang/gcc11/gcc-11.2.0/libgo/
H A Dsysinfo.c311 #ifdef BIOCGSTATS
312 BIOCGSTATS_val = BIOCGSTATS,
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/
H A Dsysinfo.c311 #ifdef BIOCGSTATS
312 BIOCGSTATS_val = BIOCGSTATS,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/
H A Dsysinfo.c311 #ifdef BIOCGSTATS
312 BIOCGSTATS_val = BIOCGSTATS,
/dports/net-mgmt/openlldp/openlldp-0.4alpha/src/platform/framehandlers/bpf/
H A Dbpflib.c144 return ioctl(bpf_fd, BIOCGSTATS, bs_p); in bpf_get_stats()
/dports/net-mgmt/nitpicker/nitpicker-1.2.1/src/
H A Dbpf.c64 if( ioctl( fd, BIOCGSTATS, &bpfstats ) < 0 ) { in bpf_stats()
/dports/net/libtrace/libtrace-3.0.19/lib/
H A Dformat_bpf.c287 ioctl(FORMATIN(trace)->fd, BIOCGSTATS, &FORMATIN(trace)->stats); in bpf_get_received_packets()
311 ioctl(FORMATIN(trace)->fd, BIOCGSTATS, &FORMATIN(trace)->stats); in bpf_get_dropped_packets()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/net/
H A Dbpf.h109 #define BIOCGSTATS _IOR('B',111, struct bpf_stat) macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/net/
H A Dbpf.h109 #define BIOCGSTATS _IOR('B',111, struct bpf_stat) macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/net/
H A Dbpf.h109 #define BIOCGSTATS _IOR('B',111, struct bpf_stat) macro
/dports/net/tcpview/tcpview-1.0/
H A Dpcap-bpf.c51 if (ioctl(fd, BIOCGSTATS, &s) < 0)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/syscall/
H A Dbpf_darwin.go127 err := ioctlPtr(fd, BIOCGSTATS, unsafe.Pointer(&s))

12345678910>>...163