Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-tc.c61 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceQueryFeature) (TC_INSTANCE instance, ULONG feature, PU… typedef
102 TcFcnInstanceQueryFeature InstanceQueryFeature;
358 …g_TcFunctions.InstanceQueryFeature = (TcFcnInstanceQueryFeature) GetProcAddress(g_TcFunctions.hT… in LoadTcFunctions()