C
void ICMPProcess( NODE_INFO * remote, WORD len );
Description
None
Preconditions
MAC buffer contains ICMP type packet.
Parameters
Parameters |
Description |
*remote |
Pointer to a NODE_INFO structure of the ping requester |
len |
Count of how many bytes the ping header and payload are in this IP packet |
Returns
Generates an echo reply, if requested Validates and sets ICMPFlags.bReplyValid if a correct ping response to one of ours is received.
Side Effects
None
Remarks
None