BOOTLOADER
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
bootloader
inc
etherneticmp.h
Go to the documentation of this file.
1
#ifndef ETHERNETICMP_H
2
#define ETHERNETICMP_H
3
4
typedef
struct
{
5
INT8U
Type
;
6
INT8U
Code
;
7
INT16U
Check
;
8
}
ICMP_HEAD
;
9
typedef
struct
{
10
INT8U
State
;
11
INT8U
Status
;
12
INT8U
ClientIp[4];
13
}
ICMP_CONTROL
;
14
15
extern
ICMP_CONTROL
IcmpCtrl
;
16
extern
void
F_EthernetIcmpInit
(
void
);
17
extern
INT8U
F_EthernetIcmpEchoSend
(
ETHBUFFER
*pBuffer);
18
extern
INT8U
F_EthernetIcmpEchoReceive
(
ETHBUFFER
*pBuffer);
19
extern
INT8U
F_EthernetIcmpPacketReceive
(
ETHBUFFER
*pBuffer);
20
21
#endif
Generated on Wed Jun 13 2012 00:03:09 for BOOTLOADER by
1.8.1.1