Home
last modified time | relevance | path

Searched defs:config_auth (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h824 struct config_auth { struct
826 struct config_auth* next; argument
828 char* name;
830 struct config_strlist* masters;
832 struct config_strlist* urls;
834 struct config_strlist* allow_notify;
836 char* zonefile;
838 int for_downstream;
840 int for_upstream;
843 int fallback_enabled;
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp_config.c2036 config_auth( config_auth() function