Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-airpcap.c56 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 …]
H A Dpcap-int.h212 typedef PAirpcapHandle (*get_airpcap_handle_op_t)(pcap_t *);
H A Dsavefile.c221 static PAirpcapHandle
H A Dpcap-tc.c139 static PAirpcapHandle TcGetAirPcapHandle(pcap_t *p);
1211 static PAirpcapHandle
H A Dpcap.c494 static PAirpcapHandle
3995 PAirpcapHandle
3998 PAirpcapHandle handle;
4486 static PAirpcapHandle
H A Dpcap-npf.c557 static PAirpcapHandle
565 static PAirpcapHandle
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h842 typedef struct _AirpcapHandle *PAirpcapHandle; typedef
875 PCAP_API PAirpcapHandle pcap_get_airpcap_handle(pcap_t *p);