Home
last modified time | relevance | path

Searched refs:O_IFC (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.c1009 #define O_IFC(opt, str, num, arr) if(strcmp(opt, str)==0) \ macro
1079 else O_IFC(opt, "interface", num_ifs, ifs) in config_get_option()
1080 else O_IFC(opt, "outgoing-interface", num_out_ifs, out_ifs) in config_get_option()
1342 else O_IFC(opt, "define-tag", num_tags, tagname) in config_get_option()