代码搜索结果
找到约 15,197 项符合
Ethernet 的代码
ipuplink.h
#ifndef _IPUPLINK_H_
#define _IPUPLINK_H_
struct ethernet_information
{
/* status informations */
unsigned long ipAddr; /* ethernet ip address */
unsigned long subnetmask; /* ethernet i
ipuplink.h
#ifndef _IPUPLINK_H_
#define _IPUPLINK_H_
struct ethernet_information
{
/* status informations */
unsigned long ipAddr; /* ethernet ip address */
unsigned long subnetmask; /* ethernet i
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
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 eth
Ŀ¼.txt
目 录
序言
前言
第1章 网络互连介绍 1
1.1 认证目标1.01:网络互连模型 1
1.1.1 网络的发展 2
1.1.2 OSI模型 2
1.1.3 封装 3
1.2 认证目标1.02:物理层和数据链路层 4
1.2.1 DIX和802.3 Ethernet 5
1.2.2 802.5令牌环网
ethernetpro_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,5,
ethernet.lst
C51 COMPILER V7.02b ETHERNET 12/10/2005 21:31:08 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE ETHERNET
OBJECT MODULE PLACED
ethernetpro.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,5,
ethernetpro.lnp
"Ethernet.obj"
TO "EthernetPro"
RAMSIZE(256)