Home
last modified time | relevance | path

Searched refs:StatisticsQueryValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-tc.c115 TcFcnStatisticsQueryValue StatisticsQueryValue; member
316 …g_TcFunctions.StatisticsQueryValue = (TcFcnStatisticsQueryValue) pcapint_find_function(g_TcFuncti… in LoadTcFunctions()
337 || g_TcFunctions.StatisticsQueryValue == NULL in LoadTcFunctions()
1007 …status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_TOTAL_RX_PACKETS, &cou… in TcStats()
1022 …status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_RX_DROPPED_PACKETS, &c… in TcStats()
1069 …status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_TOTAL_RX_PACKETS, &cou… in TcStatsEx()
1084 …status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_RX_DROPPED_PACKETS, &c… in TcStatsEx()