代码搜索结果
找到约 15,197 项符合
Ethernet 的代码
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)
myprj.lnp
"ethernet.obj",
"main.obj",
"24c02.obj",
"Udp.obj"
TO "myprj"
RAMSIZE(256)
ethernet.lst
C51 COMPILER V7.50 ETHERNET 08/13/2006 23:34:52 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE ETHERNET
OBJECT MODULE PLACED I
ethernet.h
#ifndef BYTE
#define BYTE unsigned char
#endif
#ifndef WORD
#define WORD unsigned int
#endif
#ifndef LWORD
#define LWORD unsigned long
#endif
#define MACLEN 6 // Ehternet (M
changeme.inc
;****************************************************************************
;*
;* Module Name: DS80C400 Ethernet Driver
;*
;* Filename: changeme.inc
;*
;* Implementation dependent mem
ethernet.h
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
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
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 et
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 */