Home
last modified time | relevance | path

Searched defs:PCAP_DEPRECATED (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/pcap/
Dfuncattrs.h225 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated(msg))) macro
233 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated)) macro
242 #define PCAP_DEPRECATED(func, msg) __pragma(deprecated(func)) macro
244 #define PCAP_DEPRECATED(func, msg) macro