代码搜索结果
找到约 15,197 项符合
Ethernet 的代码
ethernet.c
#include "Ethernet.h"
void EthernetPktRcv()
{
EthernetPkt *pEthernet;
//receive the ethernet pkt now here.
/*---check whether the ethernet pkt is an ARP packet--
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
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
ethernet.c
#define ETHERNET_ENTITY
/*
*************************************************************
*
* ethernet.c
*
* 数据链路层:以太网协议
*created data 2008.8.21
*
*by g.m
*
**********
ethernet.pjf
# Embest IDE Project File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS PROJECT FILE!
PROJECT_NAME
Ethernet
CONFIG
CPU
MODULE=arm7.DLL
FAMIL
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
ethernet.lst
C51 COMPILER V7.02b ETHERNET 08/25/2006 12:00:06 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE ETHERNET
OBJECT MODULE PLACED
ethernet.idl
// ethernet.idl : IDL source for ethernet.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (ethernet.tlb) and marshalling code.
import "oaidl.idl";
import
ethernet.dsp
# Microsoft Developer Studio Project File - Name="ethernet" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
ethernet.def
; ethernet.def : Declares the module parameters.
LIBRARY "ethernet.DLL"
EXPORTS
DllCanUnloadNow @1 PRIVATE
DllGetClassObject @2 PRIVATE
DllRegisterServer @3 PRIVATE
DllUnreg