1 write to InPktTooBigs
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
233InPktTooBigs = reader.GetNextValueAsInt64("Icmp6InPktTooBigs"),
1 reference to InPktTooBigs
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIcmpV6Statistics.cs (1)
55public override long PacketTooBigMessagesReceived { get { return _table.InPktTooBigs; } }