Home
last modified time | relevance | path

Searched refs:DNSCACHE_STORE_ZEROTTL (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sbin/unwind/libunbound/services/cache/
Ddns.h56 #define DNSCACHE_STORE_ZEROTTL 0x100000 macro
Ddns.c175 if(ttl == 0 && !(flags & DNSCACHE_STORE_ZEROTTL)) { in dns_cache_store_msg()
/openbsd/src/usr.sbin/unbound/services/cache/
Ddns.h56 #define DNSCACHE_STORE_ZEROTTL 0x100000 macro
Ddns.c175 if(ttl == 0 && !(flags & DNSCACHE_STORE_ZEROTTL)) { in dns_cache_store_msg()
/openbsd/src/usr.sbin/unbound/cachedb/
Dcachedb.c740 store_flags |= DNSCACHE_STORE_ZEROTTL; in cachedb_intcache_store()
/openbsd/src/usr.sbin/unbound/doc/
DChangelog4796 - Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff.