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

/netbsd-current/external/bsd/libpcap/dist/
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);
64 typedef BOOL (*AirpcapSetLinkTypeHandler)(PAirpcapHandle, AirpcapLinkType);
65 typedef BOOL (*AirpcapGetLinkTypeHandler)(PAirpcapHandle, PAirpcapLinkType);
66 typedef BOOL (*AirpcapSetKernelBufferHandler)(PAirpcapHandle, UINT);
67 typedef BOOL (*AirpcapSetFilterHandler)(PAirpcapHandle, PVOID, UINT);
68 typedef BOOL (*AirpcapSetMinToCopyHandler)(PAirpcapHandle, UINT);
69 typedef BOOL (*AirpcapGetReadEventHandler)(PAirpcapHandle, HANDL
[all...]
H A Dpcap-int.h212 typedef PAirpcapHandle (*get_airpcap_handle_op_t)(pcap_t *);
H A Dsavefile.c228 static PAirpcapHandle
H A Dpcap-tc.c141 static PAirpcapHandle TcGetAirPcapHandle(pcap_t *p);
1213 static PAirpcapHandle
H A Dpcap.c487 static PAirpcapHandle
3885 PAirpcapHandle
3888 PAirpcapHandle handle;
4376 static PAirpcapHandle
H A Dpcap-npf.c517 static PAirpcapHandle
525 static PAirpcapHandle
/netbsd-current/external/bsd/libpcap/dist/pcap/
H A Dpcap.h797 typedef struct _AirpcapHandle *PAirpcapHandle; typedef in typeref:struct:_AirpcapHandle
830 PCAP_API PAirpcapHandle pcap_get_airpcap_handle(pcap_t *p);

Completed in 104 milliseconds