Home
last modified time | relevance | path

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

/netbsd/external/bsd/libpcap/dist/
H A Dpcap-tc.c51 typedef TC_STATUS (TC_CALLCONV *TcFcnFreePortList) (TC_PORT *pPorts); typedef
93 TcFcnFreePortList FreePortList;
348 …g_TcFunctions.FreePortList = (TcFcnFreePortList) GetProcAddress(g_TcFunctions.hTcApiDllHandl… in LoadTcFunctions()