Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-tc.c386 ULONG numPorts; in TcFindAllDevs() local
406 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts); in TcFindAllDevs()
414 for (i = 0; i < numPorts; i++) in TcFindAllDevs()
425 if (numPorts > 0) in TcFindAllDevs()
647 ULONG numPorts; in TcCreate() local
667 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts); in TcCreate()
680 for (i = 0; i < numPorts; i++) in TcCreate()
689 if (numPorts > 0) in TcCreate()