Searched refs:O_LS2 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/contrib/unbound/util/ |
| HD | config_file.c | 1048 #define O_LS2(opt, name, lst) if(strcmp(opt, name)==0) { \ macro 1257 else O_LS2(opt, "access-control", acls) in config_get_option() 1258 else O_LS2(opt, "tcp-connection-limit", tcp_connection_limits) in config_get_option() 1277 else O_LS2(opt, "wait-limit-netblock", wait_limit_netblock) in config_get_option() 1278 else O_LS2(opt, "wait-limit-cookie-netblock", wait_limit_cookie_netblock) in config_get_option() 1350 else O_LS2(opt, "ratelimit-for-domain", ratelimit_for_domain) in config_get_option() 1351 else O_LS2(opt, "ratelimit-below-domain", ratelimit_below_domain) in config_get_option() 1373 else O_LS2(opt, "access-control-view", acl_view) in config_get_option() 1374 else O_LS2(opt, "interface-action", interface_actions) in config_get_option() 1378 else O_LS2(opt, "interface-view", interface_view) in config_get_option() [all …]
|