Home
last modified time | relevance | path

Searched refs:addsoa (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/validator/
H A Dval_neg.h247 int addsoa, uint8_t* topname, struct config_file* cfg);
H A Dval_neg.c1381 sldns_buffer* buf, time_t now, int addsoa, uint8_t* topname, in val_neg_getmsg() argument
1422 if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL)) in val_neg_getmsg()
1477 addsoa = 0; in val_neg_getmsg()
1505 if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL)) in val_neg_getmsg()
1550 if(msg && addsoa && !add_soa(rrset_cache, now, region, msg, zone)) { in val_neg_getmsg()