Searched refs:pPorts (Results 1 – 1 of 1) sorted by relevance
49 typedef TC_STATUS (TC_CALLCONV *TcFcnFreePortList) (TC_PORT *pPorts);385 PTC_PORT pPorts = NULL; in TcFindAllDevs() local404 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts); in TcFindAllDevs()417 dev = TcCreatePcapIfFromPort(pPorts[i]); in TcFindAllDevs()428 status = g_TcFunctions.FreePortList(pPorts); in TcFindAllDevs()646 PTC_PORT pPorts = NULL; in TcCreate() local665 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts); in TcCreate()680 if (strcmp(g_TcFunctions.PortGetName(pPorts[i]), device) == 0) in TcCreate()692 (void)g_TcFunctions.FreePortList(pPorts); in TcCreate()