RTEMS CPU Kit with SuperCore
Variables
res_data.c File Reference
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <ctype.h>
#include <resolv.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "res_config.h"
Include dependency graph for res_data.c:

Variables

const char * _res_opcodes []
 
const char * _res_resultcodes []
 
const char * _res_sectioncodes []
 

Variable Documentation

◆ _res_opcodes

const char* _res_opcodes[]
Initial value:
= {
"QUERY",
"IQUERY",
"CQUERYM",
"CQUERYU",
"NOTIFY",
"UPDATE",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"ZONEINIT",
"ZONEREF",
}

◆ _res_resultcodes

const char* _res_resultcodes[]
Initial value:
= {
"NOERROR",
"FORMERR",
"SERVFAIL",
"NXDOMAIN",
"NOTIMP",
"REFUSED",
"YXDOMAIN",
"YXRRSET",
"NXRRSET",
"NOTAUTH",
"ZONEERR",
"11",
"12",
"13",
"14",
"NOCHANGE",
}

◆ _res_sectioncodes

const char* _res_sectioncodes[]
Initial value:
= {
"ZONE",
"PREREQUISITES",
"UPDATE",
"ADDITIONAL",
}