Searched defs:CCMSG_MAGIC (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isccc/
H A Dccmsg.c37 #define CCMSG_MAGIC ISC_MAGIC('C', 'C', 'm', 's') macro
38 #define VALID_CCMSG(foo) ISC_MAGIC_VALID(foo, CCMSG_MAGIC)
132 ccmsg->magic = CCMSG_MAGIC;

Completed in 10 milliseconds