5 references to IcmpV4DestinationUnreachableCode
System.Net.Ping (5)
System\Net\NetworkInformation\IcmpV4MessageConstants.cs (5)
59IcmpV4MessageType.DestinationUnreachable => (IcmpV4DestinationUnreachableCode)code switch 61IcmpV4DestinationUnreachableCode.DestinationNetworkUnreachable => IPStatus.DestinationNetworkUnreachable, 62IcmpV4DestinationUnreachableCode.DestinationHostUnreachable => IPStatus.DestinationHostUnreachable, 63IcmpV4DestinationUnreachableCode.DestinationProtocolUnreachable => IPStatus.DestinationProtocolUnreachable, 64IcmpV4DestinationUnreachableCode.DestinationPortUnreachable => IPStatus.DestinationPortUnreachable,