Home | History | Annotate | Download | only in pcap

Lines Matching refs:PCAP_API_DEF

46  * PCAP_API_DEF must be used when defining *data* exported from
52 * exported from libpcap; PCAP_API_DEF won't work on all platforms.
78 * if pcap_EXPORTS is defined, we define PCAP_API_DEF as
81 * if PCAP_DLL is defined, we define PCAP_API_DEF as
84 * otherwise, we define PCAP_API_DEF as nothing.
91 #define PCAP_API_DEF __declspec(dllexport)
97 #define PCAP_API_DEF __declspec(dllimport)
105 #define PCAP_API_DEF
109 #define PCAP_API_DEF
125 #define PCAP_API_DEF __attribute__((visibility("default")))
132 #define PCAP_API_DEF __global
137 #define PCAP_API_DEF
143 #define PCAP_API_DEF
147 #define PCAP_API PCAP_API_DEF extern