Home
last modified time | relevance | path

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

/src/contrib/libpcap/
H A Dpcap-tc.c384 ULONG numPorts; in TcFindAllDevs() local
404 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts); in TcFindAllDevs()
412 for (i = 0; i < numPorts; i++) in TcFindAllDevs()
423 if (numPorts > 0) in TcFindAllDevs()
645 ULONG numPorts; in TcCreate() local
665 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts); in TcCreate()
678 for (i = 0; i < numPorts; i++) in TcCreate()
687 if (numPorts > 0) in TcCreate()