BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
etherneticmp.h
Go to the documentation of this file.
1 #ifndef ETHERNETICMP_H
2 #define ETHERNETICMP_H
3 
4 typedef struct{
8 }ICMP_HEAD;
9 typedef struct{
12  INT8U ClientIp[4];
14 
15 extern ICMP_CONTROL IcmpCtrl;
16 extern void F_EthernetIcmpInit(void);
17 extern INT8U F_EthernetIcmpEchoSend(ETHBUFFER *pBuffer);
20 
21 #endif