ICMP Functions (Compact 2013)

3/26/2014

This section describes Internet Control Message Protocol (ICMP) functions.

In This Section

Programming element

Description

Icmp6CreateFile

Opens a handle on which ICMPv6 echo requests can be issued

Icmp6ParseReplies

Parses the reply buffer provided and returns the number of ICMP responses found

Icmp6SendEcho2

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

IcmpCloseHandle

Closes an ICMP handle that was opened by IcmpCreateFile

IcmpCreateFile

Creates a handle on which ICMP requests can be issued

IcmpParseReplies

Parses the reply buffer provided and returns the number of ICMP responses found

IcmpSendEcho

Sends an ICMP echo request, and returns one or more replies

IcmpSendEcho2

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

See Also

Reference

ICMP Reference