Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-tc.c60 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceSetFeature) (TC_INSTANCE instance, ULONG feature, ULO… typedef
101 TcFcnInstanceSetFeature InstanceSetFeature;
304 …g_TcFunctions.InstanceSetFeature = (TcFcnInstanceSetFeature) pcap_find_function(g_TcFunctions.hT… in LoadTcFunctions()