3 references to TtlExpired
System.Net.Ping (3)
System\Net\NetworkInformation\IcmpV4MessageConstants.cs (1)
68IcmpV4MessageType.TimeExceeded => IPStatus.TtlExpired,
System\Net\NetworkInformation\IcmpV6MessageConstants.cs (1)
70_ => IPStatus.TtlExpired,
System\Net\NetworkInformation\Ping.RawSocket.cs (1)
316return CreatePingReply(IPStatus.TtlExpired, IPEndPointExtensions.GetIPAddress(socketAddress.Slice(0, header.SocketAddressLen)));