3 references to PacketTooBig
System.Net.Ping (3)
System\Net\NetworkInformation\IcmpV6MessageConstants.cs (1)
66IcmpV6MessageType.PacketTooBig => IPStatus.PacketTooBig,
System\Net\NetworkInformation\Ping.RawSocket.cs (2)
283return CreatePingReply(IPStatus.PacketTooBig); 368return CreatePingReply(IPStatus.PacketTooBig);