Home
last modified time | relevance | path

Searched refs:registry_may_not_have_max (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/databases/lib/
H A Dlibipv6calc_db_wrapper.c3662 if (filter->registry_may_not_have_max < IPV6CALC_FILTER_DB_REGISTRY_MAX) { in libipv6calc_db_registry_filter_parse()
3663 filter->registry_may_not_have[filter->registry_may_not_have_max] = registry; in libipv6calc_db_registry_filter_parse()
3664 filter->registry_may_not_have_max++; in libipv6calc_db_registry_filter_parse()
3666 …("filter token 'reg=' maxmimum reached for 'may not have': %d", filter->registry_may_not_have_max); in libipv6calc_db_registry_filter_parse()
3710 if (filter->registry_may_not_have_max > 0) { in libipv6calc_db_registry_filter_check()
3712 for (i = 0; i < filter->registry_may_not_have_max; i++) { in libipv6calc_db_registry_filter_check()
3771 if (filter->registry_may_not_have_max > 0) { in libipv6calc_db_registry_filter()
3772 for (i = 0; i < filter->registry_may_not_have_max; i++) { in libipv6calc_db_registry_filter()
/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/lib/
H A Dipv6calctypes.h401 int registry_may_not_have_max; member
H A Dlibipv6calc.c480 filter_db_registry->registry_may_not_have_max = 0; in libipv6calc_filter_clear_db_registry()