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