7 references to Icmp6EchoReply
System (7)
net\System\Net\NetworkInformation\ping.cs (6)
230
Icmp6EchoReply
icmp6Reply = (
Icmp6EchoReply
)Marshal.PtrToStructure (buffer.DangerousGetHandle (), typeof(
Icmp6EchoReply
));
728
Icmp6EchoReply
icmp6Reply = (
Icmp6EchoReply
)Marshal.PtrToStructure(replyBuffer.DangerousGetHandle(), typeof(
Icmp6EchoReply
));
net\System\Net\NetworkInformation\PingReply.cs (1)
59
internal PingReply (
Icmp6EchoReply
reply, IntPtr dataPtr, int sendSize) {