BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Functions | Variables
etherneticmp.h File Reference

Go to the source code of this file.

Data Structures

struct  ICMP_HEAD
struct  ICMP_CONTROL

Functions

void F_EthernetIcmpInit (void)
INT8U F_EthernetIcmpEchoSend (ETHBUFFER *pBuffer)
INT8U F_EthernetIcmpEchoReceive (ETHBUFFER *pBuffer)
INT8U F_EthernetIcmpPacketReceive (ETHBUFFER *pBuffer)

Variables

ICMP_CONTROL IcmpCtrl

Function Documentation

INT8U F_EthernetIcmpEchoReceive ( ETHBUFFER pBuffer)

Definition at line 56 of file etherneticmp.c.

INT8U F_EthernetIcmpEchoSend ( ETHBUFFER pBuffer)

Definition at line 27 of file etherneticmp.c.

void F_EthernetIcmpInit ( void  )

Definition at line 19 of file etherneticmp.c.

INT8U F_EthernetIcmpPacketReceive ( ETHBUFFER pBuffer)

Definition at line 61 of file etherneticmp.c.


Variable Documentation

ICMP_CONTROL IcmpCtrl

Definition at line 13 of file etherneticmp.c.