Searched refs:PAirpcapHandle (Results 1 – 7 of 7) sorted by relevance
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 …]
212 typedef PAirpcapHandle (*get_airpcap_handle_op_t)(pcap_t *);
221 static PAirpcapHandle
139 static PAirpcapHandle TcGetAirPcapHandle(pcap_t *p);1211 static PAirpcapHandle
494 static PAirpcapHandle3995 PAirpcapHandle3998 PAirpcapHandle handle;4486 static PAirpcapHandle
557 static PAirpcapHandle565 static PAirpcapHandle
842 typedef struct _AirpcapHandle *PAirpcapHandle; typedef875 PCAP_API PAirpcapHandle pcap_get_airpcap_handle(pcap_t *p);