Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-tc.c49 typedef TC_STATUS (TC_CALLCONV *TcFcnFreePortList) (TC_PORT *pPorts); typedef
91 TcFcnFreePortList FreePortList;
293 …g_TcFunctions.FreePortList = (TcFcnFreePortList) pcapint_find_function(g_TcFunctions.hTcApiDll… in LoadTcFunctions()