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)
286return CreatePingReply(IPStatus.PacketTooBig); 371return CreatePingReply(IPStatus.PacketTooBig);