7 references to IcmpEchoReply
System (7)
net\System\Net\NetworkInformation\ping.cs (6)
234IcmpEchoReply icmpReply = (IcmpEchoReply)Marshal.PtrToStructure (buffer.DangerousGetHandle (), typeof(IcmpEchoReply)); 732IcmpEchoReply icmpReply = (IcmpEchoReply)Marshal.PtrToStructure(replyBuffer.DangerousGetHandle(), typeof(IcmpEchoReply));
net\System\Net\NetworkInformation\PingReply.cs (1)
42internal PingReply (IcmpEchoReply reply) {