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.h230 * @param addsoa: if true, produce result for external consumption.
247 int addsoa, uint8_t* topname, struct config_file* cfg);
H A Dval_neg.c1407 sldns_buffer* buf, time_t now, int addsoa, uint8_t* topname, in val_neg_getmsg() argument
1450 if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL)) in val_neg_getmsg()
1507 addsoa = 0; in val_neg_getmsg()
1535 if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL)) in val_neg_getmsg()
1580 if(msg && addsoa && !add_soa(rrset_cache, now, region, msg, zone)) { in val_neg_getmsg()