Searched refs:O_LS2 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/unbound/util/ |
| D | config_file.c | 985 #define O_LS2(opt, name, lst) if(strcmp(opt, name)==0) { \ macro 1184 else O_LS2(opt, "access-control", acls) in config_get_option() 1185 else O_LS2(opt, "tcp-connection-limit", tcp_connection_limits) in config_get_option() 1271 else O_LS2(opt, "ratelimit-for-domain", ratelimit_for_domain) in config_get_option() 1272 else O_LS2(opt, "ratelimit-below-domain", ratelimit_below_domain) in config_get_option() 1294 else O_LS2(opt, "access-control-view", acl_view) in config_get_option() 1295 else O_LS2(opt, "interface-action", interface_actions) in config_get_option() 1299 else O_LS2(opt, "interface-view", interface_view) in config_get_option() 1304 else O_LS2(opt, "edns-client-strings", edns_client_strings) in config_get_option()
|