Lines Matching defs:O_STR

1006 #define O_STR(opt, str, var) if(strcmp(opt, str)==0) \
1075 else O_STR(opt, "log-identity", log_identity)
1082 else O_STR(opt, "interface-automatic-ports", if_automatic_ports)
1136 else O_STR(opt, "ssl-service-key", ssl_service_key)
1137 else O_STR(opt, "tls-service-key", ssl_service_key)
1138 else O_STR(opt, "ssl-service-pem", ssl_service_pem)
1139 else O_STR(opt, "tls-service-pem", ssl_service_pem)
1142 else O_STR(opt, "ssl-cert-bundle", tls_cert_bundle)
1143 else O_STR(opt, "tls-cert-bundle", tls_cert_bundle)
1151 else O_STR(opt, "tls-ciphers", tls_ciphers)
1152 else O_STR(opt, "tls-ciphersuites", tls_ciphersuites)
1155 else O_STR(opt, "http-endpoint", http_endpoint)
1165 else O_STR(opt, "chroot", chrootdir)
1166 else O_STR(opt, "username", username)
1167 else O_STR(opt, "directory", directory)
1168 else O_STR(opt, "logfile", logfile)
1175 else O_STR(opt, "pidfile", pidfile)
1180 else O_STR(opt, "identity", identity)
1181 else O_STR(opt, "version", version)
1182 else O_STR(opt, "http-user-agent", http_user_agent)
1183 else O_STR(opt, "nsid", nsid_cfg_str)
1184 else O_STR(opt, "target-fetch-policy", target_fetch_policy)
1198 else O_STR(opt, "module-config", module_conf)
1217 else O_STR(opt, "val-nsec3-keysize-iterations",val_nsec3_key_iterations)
1228 else O_STR(opt, "server-key-file", server_key_file)
1229 else O_STR(opt, "server-cert-file", server_cert_file)
1230 else O_STR(opt, "control-key-file", control_key_file)
1231 else O_STR(opt, "control-cert-file", control_cert_file)
1270 else O_STR(opt, "dnstap-socket-path", dnstap_socket_path)
1271 else O_STR(opt, "dnstap-ip", dnstap_ip)
1273 else O_STR(opt, "dnstap-tls-server-name", dnstap_tls_server_name)
1274 else O_STR(opt, "dnstap-tls-cert-bundle", dnstap_tls_cert_bundle)
1275 else O_STR(opt, "dnstap-tls-client-key-file",
1277 else O_STR(opt, "dnstap-tls-client-cert-file",
1281 else O_STR(opt, "dnstap-identity", dnstap_identity)
1282 else O_STR(opt, "dnstap-version", dnstap_version)
1300 else O_STR(opt, "dnscrypt-provider", dnscrypt_provider)
1364 else O_STR(opt, "ipsecmod-hook", ipsecmod_hook)
1370 else O_STR(opt, "cookie-secret-file", cookie_secret_file)
1372 else O_STR(opt, "backend", cachedb_backend)
1373 else O_STR(opt, "secret-seed", cachedb_secret)
1377 else O_STR(opt, "redis-server-host", redis_server_host)
1379 else O_STR(opt, "redis-server-path", redis_server_path)
1380 else O_STR(opt, "redis-server-password", redis_server_password)
1389 else O_STR(opt, "name-v4", ipset_name_v4)
1390 else O_STR(opt, "name-v6", ipset_name_v6)