Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dauthzone.h459 int allow_notify; member
H A Dauthzone.c3740 if(master->allow_notify && !master->http && in addr_matches_master()
5423 if(master->allow_notify) in xfr_transfer_lookup_host()
5488 if(master->allow_notify) return 0; /* only for notify */ in xfr_transfer_init_fetch()
6373 if(master->allow_notify) return 0; /* only for notify */ in xfr_probe_send_probe()
6616 if(master->allow_notify && !master->http && in xfr_probe_lookup_host()
6872 if(!p->allow_notify && p->host) in have_probe_targets()
7324 for(p = c->allow_notify; p; p = p->next) { in xfer_set_masters()
7327 m->allow_notify = 1; in xfer_set_masters()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h850 struct config_strlist* allow_notify; member
H A Dconfig_file.c1644 config_delstrlist(p->allow_notify); in config_delauth()
H A Dconfigparser.y3265 if(!cfg_strlist_insert(&cfg_parser->cfg->auths->allow_notify,
H A Dconfigparser.c6768 if(!cfg_strlist_insert(&cfg_parser->cfg->auths->allow_notify, in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dremote.c5135 + getmem_config_strlist(s->allow_notify) in getmem_config_auth()
5381 if((m1->allow_notify && !m2->allow_notify) || (!m1->allow_notify && m2->allow_notify)) in xfr_auth_master_equal()