5 references to SnmpV4StatsFile
System.Net.NetworkInformation (5)
System\Net\NetworkInformation\LinuxIcmpV4Statistics.cs (1)
13_table = StringParsingHelpers.ParseIcmpv4FromSnmpFile(NetworkFiles.SnmpV4StatsFile);
System\Net\NetworkInformation\LinuxIPGlobalStatistics.cs (2)
25_table = StringParsingHelpers.ParseIPv4GlobalStatisticsFromSnmpFile(NetworkFiles.SnmpV4StatsFile); 42_table.DefaultTtl = StringParsingHelpers.ParseDefaultTtlFromFile(NetworkFiles.SnmpV4StatsFile);
System\Net\NetworkInformation\LinuxTcpStatistics.cs (1)
15_table = StringParsingHelpers.ParseTcpGlobalStatisticsFromSnmpFile(NetworkFiles.SnmpV4StatsFile);
System\Net\NetworkInformation\LinuxUdpStatistics.cs (1)
18_table = StringParsingHelpers.ParseUdpv4GlobalStatisticsFromSnmpFile(NetworkFiles.SnmpV4StatsFile);