代码搜索结果
找到约 15,197 项符合
Ethernet 的代码
dbconfig.ini
[DBConfig]
Server=roam
DBName=NetControl
User=sa
Password=19840917
[OperationConfig]
CaptureAdapterName=Broadcom NetXtreme Gigabit Ethernet Driver
SendAdapterName=Broadcom NetXtreme Gigabit Eth
kconfig
#
# Acorn Network device configuration
# These are for Acorn's Expansion card network interfaces
#
config DM9000A
tristate "DM9000A support "
help
Support for DM9000A chipset based Ethernet
eth.h
#ifndef __ETH_H
#define __ETH_H
/*
* IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble
* and FCS/CRC (frame check sequence).
*/
#define ETH_ALEN 6 /* Octets in one etherne
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
eth.h
#ifndef __ETH_H
#define __ETH_H
/*
* IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble
* and FCS/CRC (frame check sequence).
*/
#define ETH_ALEN 6 /* Octets in one etherne
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
sysenet.c
/* sysEnet.c - pc386/486 system-dependent module for CS8900 Ethernet driver */
/* */
/* Copyright 2000 Crystal Semiconductor
protocol.ini
; Protocol.Ini section for the Intel(R) 82559ER Fast Ethernet Adapter
DRIVERNAME = E100B$
eth.h
#ifndef __ETH_H
#define __ETH_H
/*
* IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble
* and FCS/CRC (frame check sequence).
*/
#define ETH_ALEN 6 /* Octets in one etherne
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