Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-tc.c48 typedef TC_STATUS (TC_CALLCONV *TcFcnQueryPortList) (PTC_PORT *ppPorts, PULONG pLength); typedef
90 TcFcnQueryPortList QueryPortList;
292 …g_TcFunctions.QueryPortList = (TcFcnQueryPortList) pcapint_find_function(g_TcFunctions.hTcApiD… in LoadTcFunctions()