Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-tc.c146 TC_FUNCTIONS g_TcFunctions = variable
172 TC_FUNCTIONS g_TcFunctions = variable
320 …currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()
324 …currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()
344 g_TcFunctions.hTcApiDllHandle = LoadLibrarySafe("TcApi.dll"); in LoadTcFunctions()
345 if (g_TcFunctions.hTcApiDllHandle == NULL) break; in LoadTcFunctions()
347g_TcFunctions.QueryPortList = (TcFcnQueryPortList) GetProcAddress(g_TcFunctions.hTcApiDllHan… in LoadTcFunctions()
348g_TcFunctions.FreePortList = (TcFcnFreePortList) GetProcAddress(g_TcFunctions.hTcApiDllHandl… in LoadTcFunctions()
350g_TcFunctions.StatusGetString = (TcFcnStatusGetString) GetProcAddress(g_TcFunctions.hTcApiDllH… in LoadTcFunctions()
352g_TcFunctions.PortGetName = (TcFcnPortGetName) GetProcAddress(g_TcFunctions.hTcApiDllHandle,… in LoadTcFunctions()
[all …]