ICMP Functions (Compact 2013)
3/26/2014
This section describes Internet Control Message Protocol (ICMP) functions.
In This Section
Programming element |
Description |
---|---|
Opens a handle on which ICMPv6 echo requests can be issued |
|
Parses the reply buffer provided and returns the number of ICMP responses found |
|
Sends an ICMPv6 echo request and the call returns either immediately, if the Event or ApcRoutine parameter is non-NULL, or returns after the specified time-out |
|
Closes an ICMP handle that was opened by IcmpCreateFile |
|
Creates a handle on which ICMP requests can be issued |
|
Parses the reply buffer provided and returns the number of ICMP responses found |
|
Sends an ICMP echo request, and returns one or more replies |
|
Sends an ICMP echo request and the call returns either immediately, if the Event parameter is non-NULL, or returns after the specified time-out |