Home | History | Annotate | Download | only in libpcap

Lines Matching refs:pPorts

51 typedef TC_STATUS	(TC_CALLCONV *TcFcnFreePortList)			(TC_PORT *pPorts);
440 PTC_PORT pPorts = NULL;
459 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts);
472 dev = TcCreatePcapIfFromPort(pPorts[i]);
496 status = g_TcFunctions.FreePortList(pPorts);
703 PTC_PORT pPorts = NULL;
722 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts);
737 if (strcmp(g_TcFunctions.PortGetName(pPorts[i]), device) == 0)
749 (void)g_TcFunctions.FreePortList(pPorts);