Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dfuncattrs.h291 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated(msg))) macro
299 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated)) macro
308 #define PCAP_DEPRECATED(func, msg) __pragma(deprecated(func)) macro
310 #define PCAP_DEPRECATED(func, msg) macro