Searched refs:expiretop (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/unbound/services/cache/ |
| H A D | dns.h | 151 int noexpiredabove, uint8_t* expiretop, size_t expiretoplen);
|
| H A D | dns.c | 221 int noexpiredabove, uint8_t* expiretop, size_t expiretoplen) in find_closest_of_type() argument 251 if(expiretop && qnamelen == expiretoplen && in find_closest_of_type() 252 query_dname_compare(qname, expiretop)==0) in find_closest_of_type() 262 &qnamelen, searchtype, qclass, now, expiretop, in find_closest_of_type() 553 int noexpiredabove, uint8_t* expiretop, size_t expiretoplen) in dns_cache_find_delegation() argument 561 LDNS_RR_TYPE_NS, 0, noexpiredabove, expiretop, expiretoplen); in dns_cache_find_delegation()
|