Lines Matching refs:PAirpcapHandle
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 *);
68 typedef BOOL (*AirpcapReadHandler)(PAirpcapHandle, PBYTE, UINT, PUINT);
69 typedef BOOL (*AirpcapWriteHandler)(PAirpcapHandle, PCHAR, ULONG);
70 typedef BOOL (*AirpcapGetStatsHandler)(PAirpcapHandle, PAirpcapStats);
240 PAirpcapHandle adapter;
568 static PAirpcapHandle