代码搜索:drcom
找到约 190 项符合「drcom」的源代码
代码结果 190
www.eeworm.com/read/319814/13441726
h config.h
#ifndef CONFIG_H
#define CONFIG_H
/* #define DEBUG */
#define STATUS_LEN (sizeof(struct drcom_status_data))
#define AUTH_LEN (sizeof(struct drcom_auth_data))
#define IFACE_LEN (sizeof(struct drcom_i
www.eeworm.com/read/201179/15414849
h config.h
#ifndef CONFIG_H
#define CONFIG_H
/* #define DEBUG */
#define STATUS_LEN (sizeof(struct drcom_status_data))
#define AUTH_LEN (sizeof(struct drcom_auth_data))
#define IFACE_LEN (sizeof(struct drcom_i
www.eeworm.com/read/283576/9006049
makefile
TOPSRCDIR = $(shell pwd)
DESTDIR = /usr/local/bin/
export TOPSRCDIR DESTDIR
SUBDIRS = drcomc drcomd kmod
.PHONY: all clean install
.PHONY: $(SUBDIRS) $(SUBDIRS:%=%-clean) $(SUBDIRS:%=%-install)
a
www.eeworm.com/read/283576/9006146
thanks
CREDITS
Names are listed in no particular order.
Thanks to smilelucifer, le0n, keios, islq for drcom login and authentication
protocol.
Thanks to the_hydra, sax, baruch for patience in guiding me t
www.eeworm.com/read/283576/9006164
makefile
#
DESTDIR ?= $(HOME)/bin
ifneq ($(KERNELRELEASE),)
# call from kernel build system
obj-m := drcom.o
drcom-y := init.o proc.o proto.o
#EXTRA_CFLAGS = -I ../include
else
KDIR := /lib/modules/$(shell
www.eeworm.com/read/442904/7642535
makefile
TOPSRCDIR = $(shell pwd)
DESTDIR = /usr/local/bin/
export TOPSRCDIR DESTDIR
SUBDIRS = drcomc drcomd kmod
.PHONY: all clean install
all:
@for x in $(SUBDIRS); do (cd $$x && make all) || exit 1; d
www.eeworm.com/read/442904/7642555
thanks-old
CREDITS
Names are listed in no particular order.
Thanks to smilelucifer, le0n, keios, islq for drcom login and authentication
protocol.
Thanks to the_hydra, sax, baruch for patience in guiding me t
www.eeworm.com/read/441865/7663587
makefile
TOPSRCDIR = $(shell pwd)
DESTDIR = /usr/local/bin/
export TOPSRCDIR DESTDIR
SUBDIRS = drcomc drcomd kmod
.PHONY: all clean install
all:
@for x in $(SUBDIRS); do (cd $$x && make all) || exit 1; d
www.eeworm.com/read/441865/7663607
thanks-old
CREDITS
Names are listed in no particular order.
Thanks to smilelucifer, le0n, keios, islq for drcom login and authentication
protocol.
Thanks to the_hydra, sax, baruch for patience in guiding me t
www.eeworm.com/read/319814/13441700
makefile
TOPSRCDIR = $(shell pwd)
DESTDIR = /usr/local/bin/
export TOPSRCDIR DESTDIR
SUBDIRS = drcomc drcomd kmod
.PHONY: all clean install
.PHONY: $(SUBDIRS) $(SUBDIRS:%=%-clean) $(SUBDIRS:%=%-install)
a