HomeSort by: relevance | last modified time | path
    Searched refs:PCAP_DEPRECATED (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libpcap/dist/pcap/
funcattrs.h 310 * PCAP_DEPRECATED(func, msg), after a function declaration, marks the
327 #define PCAP_DEPRECATED(msg) __attribute__((deprecated(msg)))
335 #define PCAP_DEPRECATED(msg) __attribute__((deprecated))
344 #define PCAP_DEPRECATED(msg) _declspec(deprecated(msg))
346 #define PCAP_DEPRECATED(msg)
namedb.h 76 PCAP_DEPRECATED("this is not reentrant; use 'pcap_nametoaddrinfo' instead")
pcap.h 447 PCAP_DEPRECATED("use 'pcap_findalldevs' and use the first device")
670 PCAP_DEPRECATED("use pcap_open_dead(), pcap_compile() and pcap_close()")
737 PCAP_DEPRECATED("request a 'pcap_handle' that returns a HANDLE if you need it")

Completed in 27 milliseconds