Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-tc.c90 HMODULE hTcApiDllHandle; member
291 g_TcFunctions.hTcApiDllHandle = pcap_load_code("TcApi.dll"); in LoadTcFunctions()
292 if (g_TcFunctions.hTcApiDllHandle == NULL) break; in LoadTcFunctions()
294 …PortList = (TcFcnQueryPortList) pcap_find_function(g_TcFunctions.hTcApiDllHandle, "TcQueryPort… in LoadTcFunctions()
295 …ePortList = (TcFcnFreePortList) pcap_find_function(g_TcFunctions.hTcApiDllHandle, "TcFreePortL… in LoadTcFunctions()
297 …tString = (TcFcnStatusGetString) pcap_find_function(g_TcFunctions.hTcApiDllHandle, "TcStatusGet… in LoadTcFunctions()
299 …ortGetName = (TcFcnPortGetName) pcap_find_function(g_TcFunctions.hTcApiDllHandle, "TcPortGetNa… in LoadTcFunctions()
303 …nceClose = (TcFcnInstanceClose) pcap_find_function(g_TcFunctions.hTcApiDllHandle, "TcInstanceC… in LoadTcFunctions()
353 if (g_TcFunctions.hTcApiDllHandle != NULL) in LoadTcFunctions()
355 FreeLibrary(g_TcFunctions.hTcApiDllHandle); in LoadTcFunctions()
[all …]