Symbol: FR_CHECK_CHANGED_CFG
usr.sbin/unbound/daemon/remote.c
4894
FR_CHECK_CHANGED_CFG("num-threads", num_threads, changed_str);
usr.sbin/unbound/daemon/remote.c
4895
FR_CHECK_CHANGED_CFG("do-ip4", do_ip4, changed_str);
usr.sbin/unbound/daemon/remote.c
4896
FR_CHECK_CHANGED_CFG("do-ip6", do_ip6, changed_str);
usr.sbin/unbound/daemon/remote.c
4897
FR_CHECK_CHANGED_CFG("do-udp", do_udp, changed_str);
usr.sbin/unbound/daemon/remote.c
4898
FR_CHECK_CHANGED_CFG("do-tcp", do_tcp, changed_str);
usr.sbin/unbound/daemon/remote.c
4899
FR_CHECK_CHANGED_CFG("port", port, changed_str);
usr.sbin/unbound/daemon/remote.c
4902
FR_CHECK_CHANGED_CFG("outgoing-num-tcp", outgoing_num_tcp, changed_str);
usr.sbin/unbound/daemon/remote.c
4903
FR_CHECK_CHANGED_CFG("incoming-num-tcp", incoming_num_tcp, changed_str);
usr.sbin/unbound/daemon/remote.c
4904
FR_CHECK_CHANGED_CFG("outgoing-interface", num_out_ifs, changed_str);
usr.sbin/unbound/daemon/remote.c
4910
FR_CHECK_CHANGED_CFG("interface", num_ifs, changed_str);
usr.sbin/unbound/daemon/remote.c
4916
FR_CHECK_CHANGED_CFG("interface-automatic", if_automatic, changed_str);
usr.sbin/unbound/daemon/remote.c
4917
FR_CHECK_CHANGED_CFG("so-rcvbuf", so_rcvbuf, changed_str);
usr.sbin/unbound/daemon/remote.c
4918
FR_CHECK_CHANGED_CFG("so-sndbuf", so_sndbuf, changed_str);
usr.sbin/unbound/daemon/remote.c
4919
FR_CHECK_CHANGED_CFG("so-reuseport", so_reuseport, changed_str);
usr.sbin/unbound/daemon/remote.c
4920
FR_CHECK_CHANGED_CFG("ip-transparent", ip_transparent, changed_str);
usr.sbin/unbound/daemon/remote.c
4921
FR_CHECK_CHANGED_CFG("ip-freebind", ip_freebind, changed_str);
usr.sbin/unbound/daemon/remote.c
4922
FR_CHECK_CHANGED_CFG("udp-connect", udp_connect, changed_str);
usr.sbin/unbound/daemon/remote.c
4923
FR_CHECK_CHANGED_CFG("msg-buffer-size", msg_buffer_size, changed_str);
usr.sbin/unbound/daemon/remote.c
4924
FR_CHECK_CHANGED_CFG("edns-tcp-keepalive", do_tcp_keepalive, changed_str);
usr.sbin/unbound/daemon/remote.c
4925
FR_CHECK_CHANGED_CFG("edns-tcp-keepalive-timeout", tcp_keepalive_timeout, changed_str);
usr.sbin/unbound/daemon/remote.c
4926
FR_CHECK_CHANGED_CFG("tcp-idle-timeout", tcp_idle_timeout, changed_str);
usr.sbin/unbound/daemon/remote.c
4929
FR_CHECK_CHANGED_CFG("harden-large-queries", harden_large_queries, changed_str);
usr.sbin/unbound/daemon/remote.c
4930
FR_CHECK_CHANGED_CFG("http-max-streams", http_max_streams, changed_str);
usr.sbin/unbound/daemon/remote.c
4932
FR_CHECK_CHANGED_CFG("http_notls_downstream", http_notls_downstream, changed_str);
usr.sbin/unbound/daemon/remote.c
4933
FR_CHECK_CHANGED_CFG("https-port", https_port, changed_str);
usr.sbin/unbound/daemon/remote.c
4934
FR_CHECK_CHANGED_CFG("tls-port", ssl_port, changed_str);
usr.sbin/unbound/daemon/remote.c
4941
FR_CHECK_CHANGED_CFG("udp-upstream-without-downstream", udp_upstream_without_downstream, changed_str);
usr.sbin/unbound/daemon/remote.c
4968
FR_CHECK_CHANGED_CFG("outbound-msg-retry", outbound_msg_retry, changed_str);
usr.sbin/unbound/daemon/remote.c
4969
FR_CHECK_CHANGED_CFG("max-sent-count", max_sent_count, changed_str);
usr.sbin/unbound/daemon/remote.c
4970
FR_CHECK_CHANGED_CFG("max-query-restarts", max_query_restarts, changed_str);
usr.sbin/unbound/daemon/remote.c
4972
FR_CHECK_CHANGED_CFG("do-not-query-localhost", donotquery_localhost, changed_str);
usr.sbin/unbound/daemon/remote.c
4977
FR_CHECK_CHANGED_CFG("do-nat64", do_nat64, changed_str);
usr.sbin/unbound/daemon/remote.c
4981
FR_CHECK_CHANGED_CFG("val-bogus-ttl", bogus_ttl, changed_str);
usr.sbin/unbound/daemon/remote.c
4982
FR_CHECK_CHANGED_CFG("val-date-override", val_date_override, changed_str);
usr.sbin/unbound/daemon/remote.c
4983
FR_CHECK_CHANGED_CFG("val-sig-skew-min", val_sig_skew_min, changed_str);
usr.sbin/unbound/daemon/remote.c
4984
FR_CHECK_CHANGED_CFG("val-sig-skew-max", val_sig_skew_max, changed_str);
usr.sbin/unbound/daemon/remote.c
4985
FR_CHECK_CHANGED_CFG("val-max-restart", val_max_restart, changed_str);
usr.sbin/unbound/daemon/remote.c
4990
FR_CHECK_CHANGED_CFG("infra-host-ttl", host_ttl, changed_str);
usr.sbin/unbound/daemon/remote.c
4991
FR_CHECK_CHANGED_CFG("infra-keep-probing", infra_keep_probing, changed_str);
usr.sbin/unbound/daemon/remote.c
4992
FR_CHECK_CHANGED_CFG("ratelimit", ratelimit, changed_str);
usr.sbin/unbound/daemon/remote.c
4993
FR_CHECK_CHANGED_CFG("ip-ratelimit", ip_ratelimit, changed_str);
usr.sbin/unbound/daemon/remote.c
4994
FR_CHECK_CHANGED_CFG("ip-ratelimit-cookie", ip_ratelimit_cookie, changed_str);
usr.sbin/unbound/daemon/remote.c
5001
FR_CHECK_CHANGED_CFG("dnstap-send-identity", dnstap_send_identity, changed_str);
usr.sbin/unbound/daemon/remote.c
5002
FR_CHECK_CHANGED_CFG("dnstap-send-version", dnstap_send_version, changed_str);