Searched refs:pPorts (Results 1 – 1 of 1) sorted by relevance
51 typedef TC_STATUS (TC_CALLCONV *TcFcnFreePortList) (TC_PORT *pPorts);440 PTC_PORT pPorts = NULL; in TcFindAllDevs() local459 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts); in TcFindAllDevs()472 dev = TcCreatePcapIfFromPort(pPorts[i]); in TcFindAllDevs()498 status = g_TcFunctions.FreePortList(pPorts); in TcFindAllDevs()716 PTC_PORT pPorts = NULL; in TcCreate() local735 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts); in TcCreate()750 if (strcmp(g_TcFunctions.PortGetName(pPorts[i]), device) == 0) in TcCreate()762 (void)g_TcFunctions.FreePortList(pPorts); in TcCreate()