Searched refs:add_soa (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/validator/ |
H A D | val_neg.c | 1349 static int add_soa(struct rrset_cache* rrset_cache, time_t now, in add_soa() function 1422 if(addsoa && !add_soa(rrset_cache, now, region, msg, NULL)) 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()
|