Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-tc.c51 typedef TC_STATUS (TC_CALLCONV *TcFcnFreePortList) (TC_PORT *pPorts);
387 PTC_PORT pPorts = NULL; in TcFindAllDevs() local
406 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts); in TcFindAllDevs()
419 dev = TcCreatePcapIfFromPort(pPorts[i]); in TcFindAllDevs()
430 status = g_TcFunctions.FreePortList(pPorts); in TcFindAllDevs()
648 PTC_PORT pPorts = NULL; in TcCreate() local
667 status = g_TcFunctions.QueryPortList(&pPorts, &numPorts); in TcCreate()
682 if (strcmp(g_TcFunctions.PortGetName(pPorts[i]), device) == 0) in TcCreate()
694 (void)g_TcFunctions.FreePortList(pPorts); in TcCreate()