代码搜索结果
找到约 15,197 项符合
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
#include"csl.h"
/*
* IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble
* and FCS/CRC (frame check sequence).
*/
#define ETH_ALEN 6 /
bridge-utils.spec.in
Name: @PACKAGE@
Version: @VERSION@
Release: 1
Copyright: GPL
Group: System Environment/Base
Url: http://bridge.sourceforge.net
Summary: Utilities for configuring the linux ethernet bridge.
Buildroot:
网络管理-lan硬件概述.txt
网络管理-LAN硬件概述
LAN硬件概述
目标
学完这一章,你将能够做以下事情:
列出三种主要的LAN电缆种类和各自的优缺点。
描述IEEE 802.3/<mark>ethernet</mark> LAN的特性。
描述IEEE 802.5令牌环网的特性。
描述FDDI LAN的特性。
描述转发器,集线器,网桥,交换机,路由器和网关的作用。
描述转发器,集线器,网桥,交换机,路由器和网关的不同之处 ...
index.htm
Run-Time Library
Run-Time Library
tftp-put.htm
The tftp-put Command
The tftp-put Command
NAME
tftp-put - Ethernet downloader
ifcfg-rausb0
DEVICE=rausb0
ONBOOT=yes
## Confirm your AP supports dhcp or connects up the ethernet
## before set-up as a dynamic IP
#BOOTPROTO=dhcp
ether.h
/* Ethernet driver definitions for 'TCP/IP Lean' */
#ifndef BYTE
#define BYTE unsigned char
#endif
#ifndef WORD
#define WORD unsigned short
#endif
#ifndef LWORD
#define LWORD unsigned long
readme.txt
8139too.c release note
2001/10/31 by ShuChen Shao
1.This driver was originally based on 8139too.c version "0.9.15".
2.It has been enhanced to support RTL8139C+ PCI ethernet controller.
3.RT