Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-tc.c74 typedef TC_STATUS (TC_CALLCONV *TcFcnStatisticsQueryValue) (TC_STATISTICS statistics, ULONG counter… typedef
117 TcFcnStatisticsQueryValue StatisticsQueryValue;
371 …g_TcFunctions.StatisticsQueryValue = (TcFcnStatisticsQueryValue) GetProcAddress(g_TcFunctions.hT… in LoadTcFunctions()