Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
PingTest.h
Package: str711USB.rar [view]
Upload User: yyyd609
Upload Date: 2022-07-18
Package Size: 183k
Code Size: 1k
Category:
ARM-PowerPC-ColdFire-MIPS
Development Platform:
C/C++
- /*****************************************************************************
- * *
- * 以太网控制器测试模块 *
- * *
- * 该模块实现了基于以太网的ARP回应和ICMP回应 *
- * *
- *****************************************************************************/
- #ifndef __PING_TEST__
- #define __PING_TEST__
- #include "71x_type.h"
- // 以太网物理地址类型
- typedef u16 ETH_ADDR[3];
- // IP地址类型
- typedef u32 IP_ADDR;
- // 本地IP地址
- extern IP_ADDR g_LocalIPAddr;
- // 以太网测试入口函数
- void PingTest_Input(void *buf, int len);
- #endif