OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Aug 11 00:25:38 UTC 2026