Searched refs:O_LTG (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | config_file.c | 1041 #define O_LTG(opt, name, lst) if(strcmp(opt, name)==0) { \ macro 1343 else O_LTG(opt, "local-zone-tag", local_zone_tags) in config_get_option() 1344 else O_LTG(opt, "access-control-tag", acl_tags) in config_get_option() 1345 else O_LTG(opt, "response-ip-tag", respip_tags) in config_get_option() 1351 else O_LTG(opt, "interface-tag", interface_tags) in config_get_option()
|