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()
491 if (numPorts > 0) in TcFindAllDevs()
702 ULONG numPorts; in TcCreate() local
722 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts); in TcCreate()
735 for (i = 0; i < numPorts; i++) in TcCreate()
744 if (numPorts > 0) in TcCreate()