代码搜索结果
找到约 15,197 项符合
Ethernet 的代码
ne.4
.\" SCCSID: @(#)ne.4 3.1 11/24/87
.TH ne 4
.SH Name
ne \- Second Generation Ethernet Chip Interface
.SH Syntax
.nf
\fBdevice ne0 at ibus? vector neintr\fR
.\"\fBdevice ne0 at vba0 csr 0x200e0000 vect
xna.4
.\" SCCSID: @(#)xna.4 6.2 7/28/89
.TH xna 4
.SH Name
xna \- DEBNI and DEMNA Ethernet interfaces
.SH Syntax
.nf
\fBdevice xna0 at vaxbi? node? vector xnaintr\fP (DEBNI)
\fBdevice xna0 at xmi? node? vec
ec.4
.\" SCCSID: @(#)ec.4 8.1 9/11/90
.TH ec 4 VAX "" Unsupported
.SH Name
ec \- 3Com 10 Mb/s Ethernet interface
.SH Syntax
.B "device ec0 at uba0 csr 0161000 vector ecrint eccollide ecxint"
.SH Descriptio
qe.4
.\" SCCSID: @(#)qe.4 8.1 9/11/90
.TH qe 4
.SH Name
qe \- DEQNA/DELQA Ethernet interface
.SH Syntax
.B "device qe0 at uba0 csr 0174440 vector qeintr"
.SH Description
.NXS "qe interface" "DEQNA Ethernet
ln.4
.\" SCCSID: @(#)ln.4 3.1 11/24/87
.TH ln 4
.SH Name
ln \- Lance Ethernet interface
.SH Syntax
.nf
\fBdevice ln0 at ibus? vector lnintr\fR
.\"\fBdevice ln0 at vba0 csr 0x200e0000 vector lnintr\fR
.\".
etherlib.c
/* etherLib.c - Ethernet raw I/O routines and hooks */
/* Copyright 1984 - 2000 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02w,16oct00,spm f
usbenet.h
/* usbEnet.h - Class-specific definitions for USB Ethernet Adapters */
/* Copyright 2000-2001 Wind River Systems, Inc. */
/*
Modification history
--------------------
01a,02may00, vis Created
*/
repository
Libnet-1.0.x/test/Ethernet
main.c
#include
#include "Target\44blib.h"
#include
#include "ethernet\etherne.h"
/********************************************/
// ARMSYS实验十五:以太网接口应用
// 描述:初始化以太网卡
etherne.h
/* Ethernet driver definitions */
/* NOTE:replace sizeof(ETHERHDR) with ETHHDRLEN!!*/
#ifndef BYTE
#define BYTE unsigned char
#endif
#ifndef WORD
#define WORD unsigned short
#endif
#ifndef LWO