HomeSort by: relevance | last modified time | path
    Searched refs:PAirpcapHandle (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-airpcap.c 56 typedef PCHAR (*AirpcapGetLastErrorHandler)(PAirpcapHandle);
59 typedef PAirpcapHandle (*AirpcapOpenHandler)(PCHAR, PCHAR);
60 typedef VOID (*AirpcapCloseHandler)(PAirpcapHandle);
61 typedef BOOL (*AirpcapSetDeviceMacFlagsHandler)(PAirpcapHandle, UINT);
62 typedef BOOL (*AirpcapSetLinkTypeHandler)(PAirpcapHandle, AirpcapLinkType);
63 typedef BOOL (*AirpcapGetLinkTypeHandler)(PAirpcapHandle, PAirpcapLinkType);
64 typedef BOOL (*AirpcapSetKernelBufferHandler)(PAirpcapHandle, UINT);
65 typedef BOOL (*AirpcapSetFilterHandler)(PAirpcapHandle, PVOID, UINT);
66 typedef BOOL (*AirpcapSetMinToCopyHandler)(PAirpcapHandle, UINT);
67 typedef BOOL (*AirpcapGetReadEventHandler)(PAirpcapHandle, HANDLE *)
    [all...]
pcap-int.h 232 typedef PAirpcapHandle (*get_airpcap_handle_op_t)(pcap_t *);
savefile.c 226 static PAirpcapHandle
pcap-tc.c 139 static PAirpcapHandle TcGetAirPcapHandle(pcap_t *p);
1211 static PAirpcapHandle
pcap.c 503 static PAirpcapHandle
4042 PAirpcapHandle
4045 PAirpcapHandle handle;
4546 static PAirpcapHandle
pcap-npf.c 555 static PAirpcapHandle
563 static PAirpcapHandle
  /src/external/bsd/libpcap/dist/pcap/
pcap.h 846 typedef struct _AirpcapHandle *PAirpcapHandle;
879 PCAP_API PAirpcapHandle pcap_get_airpcap_handle(pcap_t *p);

Completed in 152 milliseconds