Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/pcap/
H A Dfuncattrs.h293 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated(msg))) macro
301 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated)) macro
310 #define PCAP_DEPRECATED(func, msg) __pragma(deprecated(func)) macro
312 #define PCAP_DEPRECATED(func, msg) macro