Home
last modified time | relevance | path

Searched refs:allow_notify (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dauthzone.h456 int allow_notify; member
H A Dauthzone.c3746 if(master->allow_notify && !master->http && in addr_matches_master()
5425 if(master->allow_notify) in xfr_transfer_lookup_host()
5490 if(master->allow_notify) return 0; /* only for notify */ in xfr_transfer_init_fetch()
6375 if(master->allow_notify) return 0; /* only for notify */ in xfr_probe_send_probe()
6618 if(master->allow_notify && !master->http && in xfr_probe_lookup_host()
6874 if(!p->allow_notify && p->host) in have_probe_targets()
7304 for(p = c->allow_notify; p; p = p->next) { in xfer_set_masters()
7307 m->allow_notify = 1; in xfer_set_masters()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h834 struct config_strlist* allow_notify; member
H A Dconfig_file.c1567 config_delstrlist(p->allow_notify); in config_delauth()
H A Dconfigparser.y3246 if(!cfg_strlist_insert(&cfg_parser->cfg->auths->allow_notify,
H A Dconfigparser.c6744 if(!cfg_strlist_insert(&cfg_parser->cfg->auths->allow_notify, in yyparse()