Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-tc.c49 typedef TC_STATUS (TC_CALLCONV *TcFcnFreePortList) (TC_PORT *pPorts);
385 PTC_PORT pPorts = NULL; in TcFindAllDevs() local
404 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() local
665 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()