Searched refs:masters (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.h127 /** zone is a slave zone (it has masters) */
225 * includes trying (potentially) several upstream masters. Downloading
242 /** the list of masters for checking notifies. This list is
315 /** list of upstream masters for this zone, from config */
316 struct auth_master* masters; member in struct:auth_probe
325 /** we have seen a new lease this scan, because one of the masters
332 /** scan tries all the upstream masters. the scan current target.
369 /** list of upstream masters for this zone, from config */
370 struct auth_master* masters; member in struct:auth_transfer
380 /** scan tries all the upstream masters
[all...]
H A Dauthzone.c1818 * i.e. the zone config is fixed with no masters or urls */
1882 if(c->masters || c->urls) {
1931 if(!xfer_set_masters(&x->task_probe->masters, c, 0)) {
1936 if(!xfer_set_masters(&x->task_transfer->masters, c, 1)) {
2061 /** free the masters list */
2090 auth_free_masters(xfr->task_probe->masters);
2096 auth_free_masters(xfr->task_transfer->masters);
3641 /** find master (from notify or probe) in list of masters */
3653 /** delete the looked up auth_addrs for all the masters in the list */
3729 * list of masters */
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h700 /** list of masters */
701 struct config_strlist* masters; member in struct:config_auth
H A Dconfig_file.c1390 config_delstrlist(p->masters);
H A Dconfigparser.y2725 if(!cfg_strlist_insert(&cfg_parser->cfg->auths->masters, $2))

Completed in 72 milliseconds