代码搜索结果
找到约 10,000 项符合
Ethernet 的代码
ethernet.h
#ifdef ETHERNET_GLOBALS
#define ETHERNET_EXT
#else
#define ETHERNET_EXT extern
#endif
#define IP_PACKED 0x01
#define ARP_PACKED 0x02
#define MAX_NET_PORT 0x01
typedef struct {
ethernet.c
//********************************************************************************************
//
// File : ethernet.c implement for Ethernet Protocol
//
//****************************************
ethernet.lst
C51 COMPILER V7.50 ETHERNET 12/23/2005 11:15:15 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
ethernet.h
//********************************************************************************************
//
#ifndef ETHERNET_H
#define ETHERNET_H
#define ETH_TYPE_ARP_V 0x0806
#define ETH_TYPE_ARP_H_V
ethernet.h
//********************************************************************************************
//
#ifndef ETHERNET_H
#define ETHERNET_H
#define ETH_TYPE_ARP_V 0x0806
#define ETH_TYPE_ARP_H_V
ethernet.h
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/****************************************