Home
last modified time | relevance | path

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

/freebsd-13.1/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
H A Dpcap.h326 PCAP_DEPRECATED(pcap_lookupdev, "use 'pcap_findalldevs' and use the first device");