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