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