Searched refs:ADDITIONAL_INFO_STRING (Results 1 – 2 of 2) sorted by relevance
3754 #define ADDITIONAL_INFO_STRING "with zerocopy and netmap support" macro3756 #define ADDITIONAL_INFO_STRING "with zerocopy support" macro3758 #define ADDITIONAL_INFO_STRING "with netmap support" macro3764 #ifdef ADDITIONAL_INFO_STRING3765 return (PCAP_VERSION_STRING_WITH_ADDITIONAL_INFO(ADDITIONAL_INFO_STRING));
6186 #define ADDITIONAL_INFO_STRING "with TPACKET_V3 and netmap" macro6188 #define ADDITIONAL_INFO_STRING "with TPACKET_V3" macro6190 #define ADDITIONAL_INFO_STRING "with TPACKET_V2 and netmap" macro6192 #define ADDITIONAL_INFO_STRING "with TPACKET_V2" macro6198 return (PCAP_VERSION_STRING_WITH_ADDITIONAL_INFO(ADDITIONAL_INFO_STRING)); in pcap_lib_version()