Home
last modified time | relevance | path

Searched defs:namedb (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/nsd/
Dnamedb.h331 struct namedb struct
333 region_type* region;
334 domain_table_type* domains;
335 struct radtree* zonetree;
337 struct timeval diff_timestamp;
339 uint8_t diff_skip;
340 off_t diff_pos;
Dnsec3.c176 check_apex_soa(namedb_type* namedb, zone_type *zone, int nolog) in check_apex_soa()