Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-tc.c72 typedef TC_STATUS (TC_CALLCONV *TcFcnStatisticsQueryValue) (TC_STATISTICS statistics, ULONG counter… typedef
115 TcFcnStatisticsQueryValue StatisticsQueryValue;
316 …g_TcFunctions.StatisticsQueryValue = (TcFcnStatisticsQueryValue) pcapint_find_function(g_TcFuncti… in LoadTcFunctions()