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()496 status = g_TcFunctions.FreePortList(pPorts); in TcFindAllDevs()703 PTC_PORT pPorts = NULL; in TcCreate() local722 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts); in TcCreate()737 if (strcmp(g_TcFunctions.PortGetName(pPorts[i]), device) == 0) in TcCreate()749 (void)g_TcFunctions.FreePortList(pPorts); in TcCreate()