Searched refs:addsoa (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/unbound/validator/ |
| H A D | val_neg.h | 230 * @param addsoa: if true, produce result for external consumption. 247 int addsoa, uint8_t* topname, struct config_file* cfg);
|
| H A D | val_neg.c | 1407 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()
|