#include "net\ip.h"
#include "net\mac.h"
Defines | |
| #define | ICMPIsTxReady() MACIsTxReady() |
| #define | MAX_ICMP_DATA (32) |
| #define | MAX_ICMP_DATA_LEN (MAX_ICMP_DATA) |
Typedefs | |
| typedef enum _ICMP_CODE | ICMP_CODE |
| typedef enum _ICMP_CODE | ICMP_REQUESTS |
Enumerations | |
| enum | _ICMP_CODE { ICMP_ECHO_REPLY = 0, ICMP_ECHO_REQUEST = 8 } |
Functions | |
| BOOL | ICMPGet (ICMP_CODE *code, BYTE *data, BYTE *len, WORD *id, WORD *seq) |
| void | ICMPPut (NODE_INFO *remote, ICMP_CODE code, BYTE *data, BYTE len, WORD id, WORD seq) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
Gets the next ICMP packet
|
|
||||||||||||||||||||||||||||
|
A ICMP packet is created and put on MAC.
|
1.4.5