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

/freebsd-13-stable/contrib/libpcap/pcap/
H A Dfuncattrs.h227 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated(msg))) macro
235 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated)) macro
244 #define PCAP_DEPRECATED(func, msg) __pragma(deprecated(func)) macro
246 #define PCAP_DEPRECATED(func, msg) macro

Completed in 156 milliseconds