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.c1422 sldns_buffer* buf, time_t now, int addsoa, uint8_t* topname, in val_neg_getmsg() argument
1465 if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL)) in val_neg_getmsg()
1522 addsoa = 0; in val_neg_getmsg()
1550 if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL)) in val_neg_getmsg()
1595 if(msg && addsoa && !add_soa(rrset_cache, now, region, msg, zone)) { in val_neg_getmsg()