Searched refs:O_IFC (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/contrib/unbound/util/ |
| HD | config_file.c | 1032 #define O_IFC(opt, str, num, arr) if(strcmp(opt, str)==0) \ macro 1102 else O_IFC(opt, "interface", num_ifs, ifs) in config_get_option() 1103 else O_IFC(opt, "outgoing-interface", num_out_ifs, out_ifs) in config_get_option() 1366 else O_IFC(opt, "define-tag", num_tags, tagname) in config_get_option()
|