Home
last modified time | relevance | path

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

/netbsd/external/bsd/libpcap/dist/
H A Dpcap-tc.c90 HMODULE hTcApiDllHandle; member
344 g_TcFunctions.hTcApiDllHandle = LoadLibrarySafe("TcApi.dll"); in LoadTcFunctions()
345 if (g_TcFunctions.hTcApiDllHandle == NULL) break; in LoadTcFunctions()
347 …ryPortList = (TcFcnQueryPortList) GetProcAddress(g_TcFunctions.hTcApiDllHandle, "TcQueryPort… in LoadTcFunctions()
348 …reePortList = (TcFcnFreePortList) GetProcAddress(g_TcFunctions.hTcApiDllHandle, "TcFreePortL… in LoadTcFunctions()
350 …sGetString = (TcFcnStatusGetString) GetProcAddress(g_TcFunctions.hTcApiDllHandle, "TcStatusGet… in LoadTcFunctions()
352 …g_TcFunctions.PortGetName = (TcFcnPortGetName) GetProcAddress(g_TcFunctions.hTcApiDllHandle,… in LoadTcFunctions()
356 …tanceClose = (TcFcnInstanceClose) GetProcAddress(g_TcFunctions.hTcApiDllHandle, "TcInstanceC… in LoadTcFunctions()
406 if (g_TcFunctions.hTcApiDllHandle != NULL) in LoadTcFunctions()
408 FreeLibrary(g_TcFunctions.hTcApiDllHandle); in LoadTcFunctions()
[all …]