Home
last modified time | relevance | path

Searched refs:wrapper_features_by_source_implemented (Results 1 – 7 of 7) sorted by relevance

/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/databases/lib/
H A Dlibipv6calc_db_wrapper.h26 extern uint32_t wrapper_features_by_source_implemented[];
288 wrapper_features_by_source_implemented[data_source]); \
291 …rce_implemented_bitcount = libipv6calc_bitcount_uint32_t(wrapper_features_by_source_implemented[da…
H A Dlibipv6calc_db_wrapper_BuiltIn.c81wrapper_features_by_source_implemented[IPV6CALC_DB_SOURCE_BUILTIN] |= IPV6CALC_DB_AS_TO_REGISTRY |… in libipv6calc_db_wrapper_BuiltIn_wrapper_init()
H A Dlibipv6calc_db_wrapper_External.c92wrapper_features_by_source_implemented[IPV6CALC_DB_SOURCE_EXTERNAL] |= libipv6calc_db_wrapper_Exte… in libipv6calc_db_wrapper_External_wrapper_init()
H A Dlibipv6calc_db_wrapper_DBIP2.c119wrapper_features_by_source_implemented[IPV6CALC_DB_SOURCE_DBIP2] |= libipv6calc_db_wrapper_DBIP2_d… in libipv6calc_db_wrapper_DBIP2_wrapper_init()
H A Dlibipv6calc_db_wrapper_GeoIP2.c123wrapper_features_by_source_implemented[IPV6CALC_DB_SOURCE_GEOIP2] |= libipv6calc_db_wrapper_GeoIP2… in libipv6calc_db_wrapper_GeoIP2_wrapper_init()
H A Dlibipv6calc_db_wrapper.c84 uint32_t wrapper_features_by_source_implemented[IPV6CALC_DB_SOURCE_MAX + 1]; variable
772 if ((wrapper_features_by_source_implemented[s] & ipv6calc_db_features[i].number) != 0) { in libipv6calc_db_wrapper_features_help()
H A Dlibipv6calc_db_wrapper_IP2Location.c263wrapper_features_by_source_implemented[IPV6CALC_DB_SOURCE_IP2LOCATION] |= libipv6calc_db_wrapper_I… in libipv6calc_db_wrapper_IP2Location_wrapper_init()