Searched refs:O_IFC (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/unbound/util/ |
| HD | config_file.c | 607 #define O_IFC(opt, str, num, arr) if(strcmp(opt, str)==0) \ macro 644 else O_IFC(opt, "interface", num_ifs, ifs) in config_get_option() 645 else O_IFC(opt, "outgoing-interface", num_out_ifs, out_ifs) in config_get_option()
|