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

  /external/libpcap/pcap/
funcattrs.h 206 * PCAP_DEPRECATED(func, msg), after a function declaration, marks the
225 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated(msg)))
233 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated))
242 #define PCAP_DEPRECATED(func, msg) __pragma(deprecated(func))
244 #define PCAP_DEPRECATED(func, msg)
pcap.h 327 PCAP_DEPRECATED(pcap_lookupdev, "use 'pcap_findalldevs' and use the first device");
    [all...]

Completed in 78 milliseconds