Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-tc.c439 ULONG numPorts; in TcFindAllDevs() local
459 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts); in TcFindAllDevs()
467 for (i = 0; i < numPorts; i++) in TcFindAllDevs()
493 if (numPorts > 0) in TcFindAllDevs()
715 ULONG numPorts; in TcCreate() local
735 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts); in TcCreate()
748 for (i = 0; i < numPorts; i++) in TcCreate()
757 if (numPorts > 0) in TcCreate()