11 references to CreatePingReply
System.Net.Ping (11)
System\Net\NetworkInformation\Ping.PingUtility.cs (5)
58
return
CreatePingReply
(IPStatus.TimedOut);
99
return
CreatePingReply
(IPStatus.TimedOut);
120
return
CreatePingReply
(IPStatus.TimedOut);
125
return
CreatePingReply
(IPStatus.Success, address, rtt);
149
reply =
CreatePingReply
(IPStatus.TimeExceeded, address);
System\Net\NetworkInformation\Ping.RawSocket.cs (6)
286
return
CreatePingReply
(IPStatus.PacketTooBig);
296
return
CreatePingReply
(IPStatus.TimedOut);
316
return
CreatePingReply
(IPStatus.TtlExpired, IPEndPointExtensions.GetIPAddress(socketAddress.Slice(0, header.SocketAddressLen)));
319
return
CreatePingReply
(IPStatus.TimedOut);
371
return
CreatePingReply
(IPStatus.PacketTooBig);
384
return
CreatePingReply
(IPStatus.TimedOut);