代码搜索:ETHERNET
找到约 10,000 项符合「ETHERNET」的源代码
代码结果 10,000
www.eeworm.com/read/379862/9173757
h ethernet.h
#include "target.h"
#define HW_Address_Size 6 /* Length of Ethernet Addresses */
#define TYPE_LENGTH 2 /* Length of Header Type/Length Field */
#define MTU_Siz
www.eeworm.com/read/182600/9199045
c ethernet.c
#define ETHERNET_GLOBALS
#include "config.h"
#include "../include/cfg_net.h"
uint8 My_Ip_1ID[4]=MY_IP_1ID;
uint8 My_Gateway_1ID[4]=MY_GATEWAY_1ID;
uint8 MY_IP_MARK_1ID[4]=IP_MARK_1ID;
uint8 MY
www.eeworm.com/read/182600/9199056
h 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 {
www.eeworm.com/read/182600/9199106
o ethernet.o
www.eeworm.com/read/379256/9203474
c ethernet.c
www.eeworm.com/read/379256/9203488
lst ethernet.lst
C51 COMPILER V6.21 ETHERNET 03/08/2002 13:07:30 PAGE 1
C51 COMPILER V6.21, COMPILATION OF MODULE ETHERNET
OBJECT MODULE PLACED I
www.eeworm.com/read/379256/9203492
bpf ethernet.bpf
www.eeworm.com/read/379256/9203497
obj ethernet.obj
www.eeworm.com/read/379256/9203532
h 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
www.eeworm.com/read/181504/9247696