代码搜索:libnet
找到约 850 项符合「libnet」的源代码
代码结果 850
www.eeworm.com/read/104469/15691295
c drivers.c
/*----------------------------------------------------------------
* drivers.c -- network driver control functions
*----------------------------------------------------------------
* libnet is (c)
www.eeworm.com/read/224875/4801709
am makefile.am
# $Id: Makefile.am,v 1.2 2003/10/18 17:20:03 mike Exp $
include $(top_srcdir)/Makefile.am.common
libnetincludedir = $(includedir)/libnet
libnetinclude_HEADERS = libnet-asn1.h \
libnet-functions
www.eeworm.com/read/297003/3895658
makefile
CC = gcc
CFLAGS = -g -I../.. -O2 -Wunused
AR = ar
CP = cp
LIBS =
OBJS = socket.o
all: lib
lib: $(OBJS)
$(AR) -rv libnet.a $(OBJS)
$(CP) libnet.a ..
clean:
rm -f libnet.a *.o