HomeSort by: relevance | last modified time | path
    Searched defs:opcodetext (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/bind/dist/bin/dig/
host.c 52 static const char *opcodetext[] = { "QUERY", "IQUERY", "STATUS", variable
477 opcodetext[msg->opcode], rcode_totext(msg->rcode),
dig.c 75 static const char *const opcodetext[] = { variable
885 opcodetext[msg->opcode],
2170 num < sizeof(opcodetext) / sizeof(opcodetext[0]);
2173 if (strcasecmp(opcodetext[num], value) == 0) {
  /src/external/mpl/bind/dist/bin/tools/
mdig.c 158 static const char *const opcodetext[] = { variable
354 opcodetext[response->opcode],
  /src/external/mpl/bind/dist/lib/dns/
message.c 146 static const char *opcodetext[] = { "QUERY", "IQUERY", "STATUS", variable
4546 ADD_STRING(target, opcodetext[msg->opcode]);
4634 ADD_STRING(target, opcodetext[msg->opcode]);
4805 if (isc_buffer_availablelength(target) < strlen(opcodetext[opcode])) {
4808 isc_buffer_putstr(target, opcodetext[opcode]);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
message.c 132 static const char *opcodetext[] = { "QUERY", "IQUERY", "STATUS", variable
4378 ADD_STRING(target, opcodetext[msg->opcode]);
4466 ADD_STRING(target, opcodetext[msg->opcode]);
4633 if (isc_buffer_availablelength(target) < strlen(opcodetext[opcode])) {
4636 isc_buffer_putstr(target, opcodetext[opcode]);

Completed in 165 milliseconds