Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-airpcap.c58 typedef PCHAR (*AirpcapGetLastErrorHandler)(PAirpcapHandle);
61 typedef PAirpcapHandle (*AirpcapOpenHandler)(PCHAR, PCHAR);
62 typedef VOID (*AirpcapCloseHandler)(PAirpcapHandle);
63 typedef BOOL (*AirpcapSetDeviceMacFlagsHandler)(PAirpcapHandle, UINT);
66 typedef BOOL (*AirpcapSetKernelBufferHandler)(PAirpcapHandle, UINT);
67 typedef BOOL (*AirpcapSetFilterHandler)(PAirpcapHandle, PVOID, UINT);
68 typedef BOOL (*AirpcapSetMinToCopyHandler)(PAirpcapHandle, UINT);
69 typedef BOOL (*AirpcapGetReadEventHandler)(PAirpcapHandle, HANDLE *);
71 typedef BOOL (*AirpcapWriteHandler)(PAirpcapHandle, PCHAR, ULONG);
242 PAirpcapHandle adapter;
[all …]
H A Dpcap-int.h210 typedef PAirpcapHandle (*get_airpcap_handle_op_t)(pcap_t *);
H A Dsavefile.c223 static PAirpcapHandle
H A Dpcap-tc.c141 static PAirpcapHandle TcGetAirPcapHandle(pcap_t *p);
1213 static PAirpcapHandle
H A Dpcap.c478 static PAirpcapHandle
3876 PAirpcapHandle
3879 PAirpcapHandle handle;
4367 static PAirpcapHandle
H A Dpcap-npf.c517 static PAirpcapHandle
525 static PAirpcapHandle
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h793 typedef struct _AirpcapHandle *PAirpcapHandle; typedef
826 PCAP_API PAirpcapHandle pcap_get_airpcap_handle(pcap_t *p);