Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Ddb.h
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Ddb.h1064 dns_db_expirenode(dns_db_t *db, dns_dbnode_t *node, isc_stdtime_t now);
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddb.c615 dns_db_expirenode(dns_db_t *db, dns_dbnode_t *node, isc_stdtime_t now) { dns_db_expirenode() function
H A Dcache.c
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddb.c622 dns_db_expirenode(dns_db_t *db, dns_dbnode_t *node, isc_stdtime_t now) { in dns_db_expirenode() function
H A Dcache.c874 result = dns_db_expirenode(cache->db, node, now); in dns_cache_clean()