Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.c1042 #define O_UNS(opt, str, var) if(strcmp(opt, str)==0) \ macro
1136 else O_UNS(opt, "jostle-timeout", jostle_time) in config_get_option()
1155 else O_UNS(opt, "infra-cache-max-rtt", infra_cache_max_rtt) in config_get_option()
1158 else O_UNS(opt, "delay-close", delay_close) in config_get_option()
1200 else O_UNS(opt, "http-max-streams", http_max_streams) in config_get_option()
1267 else O_UNS(opt, "add-holddown", add_holddown) in config_get_option()
1268 else O_UNS(opt, "del-holddown", del_holddown) in config_get_option()
1269 else O_UNS(opt, "keep-missing", keep_missing) in config_get_option()
1294 else O_UNS(opt, "val-override-date", val_date_override) in config_get_option()
1331 else O_UNS(opt, "dnstap-sample-rate", dnstap_sample_rate) in config_get_option()
[all …]