代码搜索结果
找到约 10,000 项符合
Ethernet 的代码
makefile
EXEC = ethernet
OBJS = ethernet.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS$(LDLIBS-$(@)))
romfs:
$(ROMFSINST) /bin/$(EXEC)
cp ethernet /ethernet
clean:
-rm -f $(E
cs8900.def
LIBRARY CS8900
DESCRIPTION 'NDIS Miniport Driver for CS8900 Ethernet Adapters'
EXPORTS DriverEntry
ethersim.c
/*
* Copyright (C) 1996-1998 by the Board of Trustees
* of Leland Stanford Junior University.
*
* This file is part of the SimOS distribution.
* See LICENSE file for terms of the license.
makefile
EXEC = ethernet
OBJS = ethernet.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS$(LDLIBS-$(@)))
romfs:
$(ROMFSINST) /bin/$(EXEC)
cp ethernet /ethernet
clean:
-rm -f $(E
interfaces
######################################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#
#
# !!!NOTE!!! THIS IS AN ALPHA RELEASE! DO NOT RELY ON
interfaces
######################################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#
#
# !!!NOTE!!! THIS IS AN ALPHA RELEASE! DO NOT RELY ON
interfaces
######################################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#
#
# !!!NOTE!!! THIS IS AN ALPHA RELEASE! DO NOT RELY ON
interfaces
######################################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#
#
# !!!NOTE!!! THIS IS AN ALPHA RELEASE! DO NOT RELY ON
etheraddresstostring.c
/*
* Function to convert an ethernet (MAC) address to string form.
*
* (C) 2002 Compendium Technologies, Inc.
* (C) 2002 Softools, Inc.
* All rights reserved.
*
* This software is the proprieta