HomeSort by relevance Sort by last modified time
    Searched refs:pPorts (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
pcap-tc.c 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);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsplp.h 165 WINBOOL (WINAPI *fpEnumPorts)(LPWSTR pName, DWORD Level, LPBYTE pPorts,
319 WINBOOL (WINAPI *pfnEnumPorts)(LPWSTR pName, DWORD Level, LPBYTE pPorts,
358 WINBOOL (WINAPI *pfnEnumPorts)(HANDLE hMonitor, LPWSTR pName, DWORD Level, LPBYTE pPorts,
    [all...]
winspool.h     [all...]

Completed in 714 milliseconds