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)
283
return
CreatePingReply
(IPStatus.PacketTooBig);
293
return
CreatePingReply
(IPStatus.TimedOut);
313
return
CreatePingReply
(IPStatus.TtlExpired, IPEndPointExtensions.GetIPAddress(socketAddress.Slice(0, header.SocketAddressLen)));
316
return
CreatePingReply
(IPStatus.TimedOut);
368
return
CreatePingReply
(IPStatus.PacketTooBig);
381
return
CreatePingReply
(IPStatus.TimedOut);