Searched refs:config_file (Results 1 - 25 of 119) sorted by relevance

12345

/freebsd-11-stable/contrib/unbound/ipsecmod/
H A Dipsecmod-whitelist.h46 struct config_file;
56 struct config_file* cfg);
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_donotq.h47 struct config_file;
82 int donotq_apply_cfg(struct iter_donotq* donotq, struct config_file* cfg);
H A Diter_priv.h48 struct config_file;
91 int priv_apply_cfg(struct iter_priv* priv, struct config_file* cfg);
H A Diter_hints.h47 struct config_file;
95 int hints_apply_cfg(struct iter_hints* hints, struct config_file* cfg);
H A Diter_fwd.h46 struct config_file;
105 int forwards_apply_cfg(struct iter_forwards* fwd, struct config_file* cfg);
/freebsd-11-stable/contrib/unbound/util/
H A Dedns.h48 struct config_file;
96 struct config_file* config);
119 struct config_file* cfg, struct comm_point* c, struct regional* region);
H A Dtcp_conn_limit.h47 struct config_file;
96 int tcl_list_apply_cfg(struct tcl_list* tcl, struct config_file* cfg);
H A Dconfig_file.h2 * util/config_file.h - reads and stores the config file for unbound.
68 struct config_file { struct
813 struct config_file* config_create(void);
819 struct config_file* config_create_forlib(void);
829 int config_read(struct config_file* config, const char* filename,
836 void config_delete(struct config_file* config);
842 void config_apply(struct config_file* config);
848 void config_lookup_uid(struct config_file* config);
858 int config_set_option(struct config_file* config, const char* option,
870 int config_get_option(struct config_file* cf
[all...]
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dsubnet-whitelist.h47 struct config_file;
88 struct config_file* cfg);
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_kcache.h47 struct config_file;
64 struct key_cache* key_cache_create(struct config_file* cfg);
H A Dval_neg.h51 struct config_file;
178 struct val_neg_cache* val_neg_create(struct config_file* cfg, size_t maxiter);
247 int addsoa, uint8_t* topname, struct config_file* cfg);
/freebsd-11-stable/contrib/unbound/services/
H A Dview.h48 struct config_file;
106 int views_apply_cfg(struct views* v, struct config_file* cfg);
H A Dlisten_dnsport.h50 struct config_file;
131 struct listen_port* listening_ports_open(struct config_file* cfg,
147 int resolve_interface_names(struct config_file* cfg, char*** resif,
/freebsd-11-stable/contrib/unbound/daemon/
H A Dstats.h47 struct config_file;
61 void server_stats_init(struct ub_server_stats* stats, struct config_file* cfg);
H A Dacl_list.h47 struct config_file;
129 int acl_list_apply_cfg(struct acl_list* acl, struct config_file* cfg,
H A Dremote.h51 struct config_file;
126 struct daemon_remote* daemon_remote_create(struct config_file* cfg);
147 struct listen_port* daemon_remote_open_ports(struct config_file* cfg);
H A Ddaemon.h48 struct config_file;
78 struct config_file* cfg;
182 void daemon_apply_cfg(struct daemon* daemon, struct config_file* cfg);
H A Dworker.h57 struct config_file;
152 int worker_init(struct worker* worker, struct config_file *cfg,
/freebsd-11-stable/etc/rc.d/
H A Dip6addrctl23 config_file="/etc/ip6addrctl.conf"
73 if [ -r "${config_file}" -a -s "${config_file}" ]; then
75 ${IP6ADDRCTL_CMD} install "${config_file}"
/freebsd-11-stable/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.h53 extern char *config_file;
/freebsd-11-stable/contrib/unbound/services/cache/
H A Drrset.h47 struct config_file;
67 struct rrset_cache* rrset_cache_create(struct config_file* cfg,
86 struct config_file* cfg, struct alloc_cache* alloc);
/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddnstap.h42 struct config_file;
91 dt_create(struct config_file* cfg);
99 dt_apply_cfg(struct dt_env *env, struct config_file *cfg);
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dkadmin.c38 static char *config_file; variable
59 "config-file", 'c', arg_string, &config_file,
171 if (config_file == NULL) {
172 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
173 if (config_file == NULL)
177 ret = krb5_prepend_config_files_default(config_file, &files);
H A Dkadmind.c39 static char *config_file; variable
50 "config-file", 'c', arg_string, &config_file,
121 if (config_file == NULL) {
122 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
123 if (config_file == NULL)
127 ret = krb5_prepend_config_files_default(config_file, &files);
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dbthid_config.h59 extern char const *config_file;

Completed in 291 milliseconds

12345