Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-tc.c70 typedef VOID (TC_CALLCONV *TcFcnStatisticsDestroy) (TC_STATISTICS statistics); typedef
113 TcFcnStatisticsDestroy StatisticsDestroy;
314 …g_TcFunctions.StatisticsDestroy = (TcFcnStatisticsDestroy) pcapint_find_function(g_TcFunctions.… in LoadTcFunctions()