Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-tc.c50 typedef TC_STATUS (TC_CALLCONV *TcFcnQueryPortList) (PTC_PORT *ppPorts, PULONG pLength); typedef
92 TcFcnQueryPortList QueryPortList;
294 …g_TcFunctions.QueryPortList = (TcFcnQueryPortList) pcap_find_function(g_TcFunctions.hTcApiDllH… in LoadTcFunctions()