Searched refs:O_LS3 (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | config_file.c | 993 #define O_LS3(opt, name, lst) if(strcmp(opt, name)==0) { \ macro 1291 else O_LS3(opt, "local-zone-override", local_zone_overrides) in config_get_option() 1292 else O_LS3(opt, "access-control-tag-action", acl_tag_actions) in config_get_option() 1293 else O_LS3(opt, "access-control-tag-data", acl_tag_datas) in config_get_option() 1297 else O_LS3(opt, "interface-tag-action", interface_tag_actions) in config_get_option() 1298 else O_LS3(opt, "interface-tag-data", interface_tag_datas) in config_get_option()
|