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

/bind-9.6-ESV-R11/bin/tests/
H A Dprintmsg.c49 static const char *rcodetext[] = { variable
173 opcodetext[msg->opcode], rcodetext[msg->rcode], msg->id);
/bind-9.6-ESV-R11/bin/dig/
H A Dhost.c84 static const char *rcodetext[] = { variable
136 if (rcode >= (sizeof(rcodetext)/sizeof(rcodetext[0]))) {
140 totext.consttext = rcodetext[rcode];
H A Dnslookup.c64 static const char *rcodetext[] = { variable
143 if (rcode >= (sizeof(rcodetext)/sizeof(rcodetext[0]))) {
147 totext.consttext = rcodetext[rcode];
H A Ddig.c92 static const char * const rcodetext[] = { variable
112 /*% safe rcodetext[] */
122 if (rcode >= (sizeof(rcodetext)/sizeof(rcodetext[0]))) {
126 totext.consttext = rcodetext[rcode];
/bind-9.6-ESV-R11/lib/dns/
H A Dmessage.c149 static const char *rcodetext[] = { variable
3268 if (msg->rcode < (sizeof(rcodetext)/sizeof(rcodetext[0]))) {
3269 ADD_STRING(target, rcodetext[msg->rcode]);

Completed in 3628 milliseconds