Searched refs:TSIG_MAGIC (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dtsig.c48 #define TSIG_MAGIC ISC_MAGIC('T', 'S', 'I', 'G') macro
49 #define VALID_TSIG_KEY(x) ISC_MAGIC_VALID(x, TSIG_MAGIC)
423 tkey->magic = TSIG_MAGIC;

Completed in 95 milliseconds