代码搜索结果

找到约 15,197 项符合 Ethernet 的代码

arp.h

#ifndef __ARP_H #define __ARP_H #include "eth.h" /* ARP protocol HARDWARE identifiers. */ #define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */ #define ARPHRD_ETHER 1 /* Ethernet 10Mbps */ #de

ethernet.c

/* $Id: ethernet.c,v 1.48 2003/12/03 13:44:39 starvik Exp $ * * e100net.c: A network driver for the ETRAX 100LX network controller. * * Copyright (c) 1998-2002 Axis Communications AB. * * The ou

makefile

# # Makefile for the Ethernet Bonding driver # O_TARGET := bonding.o obj-y := bond_main.o \ bond_3ad.o \ bond_alb.o obj-m := $(O_TARGET) include $(TOPDIR)/Rules.make

makefile

# # Makefile for the Intel's E100 ethernet driver # O_TARGET := e100.o obj-y := e100_main.o e100_config.o e100_phy.o \ e100_eeprom.o e100_test.o obj-m := $(O_TARGET) include $(TOPDIR)/Rules.mak

bpqether.c

/* * G8BPQ compatible "AX.25 via ethernet" driver release 004 * * This code REQUIRES 2.0.0 or higher/ NET3.029 * * This module: * This module is free software; you can redistribute it and/or *

cerf

The Intrinsyc CerfBoard is a StrongARM 1110-based computer on a board that measures approximately 2" square. It includes an Ethernet controller, an RS232-compatible serial port, a USB function port, a

ethernet.c

/* $Id: ethernet.c,v 1.34 2002/12/13 07:17:44 starvik Exp $ * * e100net.c: A network driver for the ETRAX 100LX network controller. * * Copyright (c) 1998-2002 Axis Communications AB. * * The ou

config.in

# # MPC8xx Communication options # mainmenu_option next_comment comment 'MPC8xx CPM Options' if [ "$CONFIG_NET_ETHERNET" = "y" ]; then bool 'CPM SCC Ethernet' CONFIG_SCC_ENET if [ "$CONFIG_SCC_EN

makefile

# # Makefile for the Intel's E100 ethernet driver # O_TARGET := e100.o obj-y := e100_main.o e100_config.o e100_proc.o e100_phy.o \ e100_eeprom.o e100_test.o obj-m := $(O_TARGET) include $(TOPDI

bpqether.c

/* * G8BPQ compatible "AX.25 via ethernet" driver release 004 * * This code REQUIRES 2.0.0 or higher/ NET3.029 * * This module: * This module is free software; you can redistribute it and/or *