Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-tc.c117 TcFcnStatisticsQueryValue StatisticsQueryValue; member
318 …g_TcFunctions.StatisticsQueryValue = (TcFcnStatisticsQueryValue) pcap_find_function(g_TcFunctions… in LoadTcFunctions()
339 || g_TcFunctions.StatisticsQueryValue == NULL in LoadTcFunctions()
1009 …status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_TOTAL_RX_PACKETS, &cou… in TcStats()
1024 …status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_RX_DROPPED_PACKETS, &c… in TcStats()
1071 …status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_TOTAL_RX_PACKETS, &cou… in TcStatsEx()
1086 …status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_RX_DROPPED_PACKETS, &c… in TcStatsEx()