Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-tc.c59 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceQueryFeature) (TC_INSTANCE instance, ULONG feature, PU… typedef
100 TcFcnInstanceQueryFeature InstanceQueryFeature;
303 …g_TcFunctions.InstanceQueryFeature = (TcFcnInstanceQueryFeature) pcapint_find_function(g_TcFuncti… in LoadTcFunctions()