7 references to IcmpV4Code
System (7)
net\System\Net\NetworkInformation\PingReply.cs (7)
30ipStatus = GetIPStatus ((IcmpV4Type)data[20],(IcmpV4Code) data[21]); 79private IPStatus GetIPStatus (IcmpV4Type type, IcmpV4Code code) { 93case IcmpV4Code.ICMP4_UNREACH_NET: 95case IcmpV4Code.ICMP4_UNREACH_HOST: 97case IcmpV4Code.ICMP4_UNREACH_PROTOCOL: 99case IcmpV4Code.ICMP4_UNREACH_PORT: 101case IcmpV4Code.ICMP4_UNREACH_FRAG_NEEDED: