HomeSort by: relevance | last modified time | path
    Searched defs:StatisticsQueryValue (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-tc.c 115 TcFcnStatisticsQueryValue StatisticsQueryValue;
166 NULL /* StatisticsQueryValue */
316 g_TcFunctions.StatisticsQueryValue = (TcFcnStatisticsQueryValue) pcapint_find_function(g_TcFunctions.hTcApiDllHandle, "TcStatisticsQueryValue");
337 || g_TcFunctions.StatisticsQueryValue == NULL
1007 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_TOTAL_RX_PACKETS, &counter);
1022 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_RX_DROPPED_PACKETS, &counter);
1069 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_TOTAL_RX_PACKETS, &counter);
1084 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_RX_DROPPED_PACKETS, &counter);

Completed in 27 milliseconds