Searched refs:S_STR (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | config_file.c | 473 #define S_STR(str, var) if(strcmp(opt, str)==0) \ macro 536 else S_STR("log-identity:", log_identity) in config_set_option() 562 else S_STR("ssl-service-key:", ssl_service_key) in config_set_option() 563 else S_STR("tls-service-key:", ssl_service_key) in config_set_option() 564 else S_STR("ssl-service-pem:", ssl_service_pem) in config_set_option() 565 else S_STR("tls-service-pem:", ssl_service_pem) in config_set_option() 568 else S_STR("ssl-cert-bundle:", tls_cert_bundle) in config_set_option() 569 else S_STR("tls-cert-bundle:", tls_cert_bundle) in config_set_option() 577 else S_STR("tls-ciphers:", tls_ciphers) in config_set_option() 578 else S_STR("tls-ciphersuites:", tls_ciphersuites) in config_set_option() [all …]
|