Home
last modified time | relevance | path

Searched refs:DNS_ADBFIND_MAGIC (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/bind9/lib/dns/include/dns/
Dadb.h90 #define DNS_ADBFIND_MAGIC ISC_MAGIC('a','d','b','H') macro
91 #define DNS_ADBFIND_VALID(x) ISC_MAGIC_VALID(x, DNS_ADBFIND_MAGIC)
/freebsd-9-stable/contrib/bind9/lib/dns/
Dadb.c1890 h->magic = DNS_ADBFIND_MAGIC; in new_adbfind()