Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-bpf.c3754 #define ADDITIONAL_INFO_STRING "with zerocopy and netmap support" macro
3756 #define ADDITIONAL_INFO_STRING "with zerocopy support" macro
3758 #define ADDITIONAL_INFO_STRING "with netmap support" macro
3764 #ifdef ADDITIONAL_INFO_STRING
3765 return (PCAP_VERSION_STRING_WITH_ADDITIONAL_INFO(ADDITIONAL_INFO_STRING));
H A Dpcap-linux.c6186 #define ADDITIONAL_INFO_STRING "with TPACKET_V3 and netmap" macro
6188 #define ADDITIONAL_INFO_STRING "with TPACKET_V3" macro
6190 #define ADDITIONAL_INFO_STRING "with TPACKET_V2 and netmap" macro
6192 #define ADDITIONAL_INFO_STRING "with TPACKET_V2" macro
6198 return (PCAP_VERSION_STRING_WITH_ADDITIONAL_INFO(ADDITIONAL_INFO_STRING)); in pcap_lib_version()