8 references to SafeCloseIcmpHandle
System (8)
net\System\Net\NetworkInformation\ping.cs (2)
46
SafeCloseIcmpHandle
handlePingV4 = null;
47
SafeCloseIcmpHandle
handlePingV6 = null;
net\System\Net\NetworkInformation\UnSafeNetInfoNativemethods.cs (6)
647
internal extern static
SafeCloseIcmpHandle
IcmpCreateFile();
650
internal extern static
SafeCloseIcmpHandle
Icmp6CreateFile ();
656
internal extern static uint IcmpSendEcho2 (
SafeCloseIcmpHandle
icmpHandle, SafeWaitHandle Event, IntPtr apcRoutine, IntPtr apcContext,
660
internal extern static uint IcmpSendEcho2 (
SafeCloseIcmpHandle
icmpHandle, IntPtr Event, IntPtr apcRoutine, IntPtr apcContext,
664
internal extern static uint Icmp6SendEcho2 (
SafeCloseIcmpHandle
icmpHandle, SafeWaitHandle Event, IntPtr apcRoutine, IntPtr apcContext,
668
internal extern static uint Icmp6SendEcho2 (
SafeCloseIcmpHandle
icmpHandle, IntPtr Event, IntPtr apcRoutine, IntPtr apcContext,