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