代码搜索结果
找到约 10,000 项符合
Ethernet 的代码
ethermultilib.lib
etherMultiLib {a library to handle Ethernet multicast addresses } etherMultiLib {etherMultiLib} {VxWorks API Reference} {OS Libraries} {} {}
ethernetpro.plg
礦ision2 Build Log
Project:
L:\著作\51单片机实用程序设计典型实例\51单片机实用程序设计典型实例\第29章 单片机实现以太网接口\proc\EthernetPro.uv2
Project File Date: 11/30/2005
Output:
Bu
ethernetpro.m51
BL51 BANKED LINKER/LOCATER V5.02 12/10/2005 21:31:09 PAGE 1
BL51 BANKED LINKER/LOCATER V5.02, INVOKED BY:
E:\EDATOOLS\KEILC7.0\C51\BIN\BL
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
myproj.m51
BL51 BANKED LINKER/LOCATER V4.20 03/05/2002 21:15:38 PAGE 1
BL51 BANKED LINKER/LOCATER V4.20, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE UDP.OB
kconfig
#
# Acorn Network device configuration
# These are for Acorn's Expansion card network interfaces
#
config ARM_AM79C961A
bool "ARM EBSA110 AM79C961A support"
depends on NET_ETHERNET && ARM && ARCH_E
readme
send_arp
This program sends out one ARP packet with source/target IP and Ethernet
hardware addresses suuplied by the user. It uses the libnet libary from
Packet Factory (http://www.packetfactory.ne
etheroutputdemo.c
/* etherOutputDemo.c - Demo for using low-level output ethernet routines */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,06nov97,mm ad
ether.h
#ifndef BYTE
#define BYTE unsigned char
#endif
#ifndef WORD
#define WORD unsigned short
#endif
#ifndef LWORD
#define LWORD unsigned long
#endif
/* Ensure network structures aren't padded (D
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