HomeSort by relevance Sort by last modified time
    Searched refs:PCAP_API_DEF (Results 1 - 4 of 4) sorted by null

  /external/libpcap/pcap/
funcattrs.h 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"))
    [all...]
  /external/libpcap/
nametoaddr.c 556 PCAP_API_DEF struct eproto eproto_db[] = {
optimize.c 66 PCAP_API_DEF void
91 PCAP_API_DEF void
    [all...]
pcap.c 187 PCAP_API_DEF char pcap_version[] = PACKAGE_VERSION;
    [all...]

Completed in 133 milliseconds