prevent a compiler warning about a macro definition
[platform/upstream/c-ares.git] / nameser.h
1 #ifndef ARES_NAMESER_H
2 #define ARES_NAMESER_H
3
4 /* Windows-only header file provided by liren@vivisimo.com to make his Windows
5    port build */
6
7 #include <windows.h>
8 #include <sys/types.h>
9
10 #define MAXHOSTNAMELEN 256
11
12 #define EINPROGRESS WSAEINPROGRESS
13
14 /* Structure for scatter/gather I/O.  */
15 struct iovec
16 {
17     void *iov_base;     /* Pointer to data.  */
18     size_t iov_len;     /* Length of data.  */
19 };
20
21 #define getpid() _getpid()
22
23 int strcasecmp(const char *a, const char *b);
24 int ares_gettimeofday(struct timeval *tv, struct timezone *tz);
25 #define gettimeofday(tv,tz) ares_gettimeofday(tv,tz)
26
27 #define NS_CMPRSFLGS  0xc0  
28
29
30   /* Flag bits indicating name compression. */
31 #define INDIR_MASK    NS_CMPRSFLGS
32
33 typedef enum __ns_class {
34     ns_c_invalid = 0,       /* Cookie. */
35     ns_c_in = 1,            /* Internet. */
36     ns_c_2 = 2,             /* unallocated/unsupported. */
37     ns_c_chaos = 3,         /* MIT Chaos-net. */
38     ns_c_hs = 4,            /* MIT Hesiod. */
39     /* Query class values which do not appear in resource records */
40     ns_c_none = 254,        /* for prereq. sections in update requests */
41     ns_c_any = 255,         /* Wildcard match. */
42     ns_c_max = 65536
43 } ns_class;
44
45 #define C_IN           ns_c_in
46
47 typedef enum __ns_type {
48     ns_t_invalid = 0,       /* Cookie. */
49     ns_t_a = 1,             /* Host address. */
50     ns_t_ns = 2,            /* Authoritative server. */
51     ns_t_md = 3,            /* Mail destination. */
52     ns_t_mf = 4,            /* Mail forwarder. */
53     ns_t_cname = 5,         /* Canonical name. */
54     ns_t_soa = 6,           /* Start of authority zone. */
55     ns_t_mb = 7,            /* Mailbox domain name. */
56     ns_t_mg = 8,            /* Mail group member. */
57     ns_t_mr = 9,            /* Mail rename name. */
58     ns_t_null = 10,         /* Null resource record. */
59     ns_t_wks = 11,          /* Well known service. */
60     ns_t_ptr = 12,          /* Domain name pointer. */
61     ns_t_hinfo = 13,        /* Host information. */
62     ns_t_minfo = 14,        /* Mailbox information. */
63     ns_t_mx = 15,           /* Mail routing information. */
64     ns_t_txt = 16,          /* Text strings. */
65     ns_t_rp = 17,           /* Responsible person. */
66     ns_t_afsdb = 18,        /* AFS cell database. */
67     ns_t_x25 = 19,          /* X_25 calling address. */
68     ns_t_isdn = 20,         /* ISDN calling address. */
69     ns_t_rt = 21,           /* Router. */
70     ns_t_nsap = 22,         /* NSAP address. */
71     ns_t_nsap_ptr = 23,     /* Reverse NSAP lookup (deprecated). */
72     ns_t_sig = 24,          /* Security signature. */
73     ns_t_key = 25,          /* Security key. */
74     ns_t_px = 26,           /* X.400 mail mapping. */
75     ns_t_gpos = 27,         /* Geographical position (withdrawn). */
76     ns_t_aaaa = 28,         /* Ip6 Address. */
77     ns_t_loc = 29,          /* Location Information. */
78     ns_t_nxt = 30,          /* Next domain (security). */
79     ns_t_eid = 31,          /* Endpoint identifier. */
80     ns_t_nimloc = 32,       /* Nimrod Locator. */
81     ns_t_srv = 33,          /* Server Selection. */
82     ns_t_atma = 34,         /* ATM Address */
83     ns_t_naptr = 35,        /* Naming Authority PoinTeR */
84     ns_t_kx = 36,           /* Key Exchange */
85     ns_t_cert = 37,         /* Certification record */
86     ns_t_a6 = 38,           /* IPv6 address (deprecates AAAA) */
87     ns_t_dname = 39,        /* Non-terminal DNAME (for IPv6) */
88     ns_t_sink = 40,         /* Kitchen sink (experimentatl) */
89     ns_t_opt = 41,          /* EDNS0 option (meta-RR) */
90     ns_t_tsig = 250,        /* Transaction signature. */
91     ns_t_ixfr = 251,        /* Incremental zone transfer. */
92     ns_t_axfr = 252,        /* Transfer zone of authority. */
93     ns_t_mailb = 253,       /* Transfer mailbox records. */
94     ns_t_maila = 254,       /* Transfer mail agent records. */
95     ns_t_any = 255,         /* Wildcard match. */
96     ns_t_zxfr = 256,        /* BIND-specific, nonstandard. */
97     ns_t_max = 65536
98 } ns_type;
99
100 #define T_PTR          ns_t_ptr
101 #define T_A            ns_t_a
102
103
104 #define NS_DEFAULTPORT        53      /* For both TCP and UDP. */
105 #define NAMESERVER_PORT        NS_DEFAULTPORT
106
107 #define NS_HFIXEDSZ   12      /* #/bytes of fixed data in header */
108 #define HFIXEDSZ      NS_HFIXEDSZ
109
110 #define NS_QFIXEDSZ   4       /* #/bytes of fixed data in query */
111 #define QFIXEDSZ       NS_QFIXEDSZ
112
113 typedef enum __ns_opcode {
114     ns_o_query = 0,         /* Standard query. */
115     ns_o_iquery = 1,        /* Inverse query (deprecated/unsupported). */
116     ns_o_status = 2,        /* Name server status query (unsupported). */
117                                 /* Opcode 3 is undefined/reserved. */
118     ns_o_notify = 4,        /* Zone change notification. */
119     ns_o_update = 5,        /* Zone update message. */
120     ns_o_max = 6
121 } ns_opcode;
122
123 #define QUERY          ns_o_query
124
125 #define NS_MAXLABEL   63 
126 #define MAXLABEL       NS_MAXLABEL
127
128 #define NS_RRFIXEDSZ  10      /* #/bytes of fixed data in r record */
129 #define RRFIXEDSZ      NS_RRFIXEDSZ
130
131 #define T_CNAME                ns_t_cname
132
133
134 #define NS_PACKETSZ   512     /* maximum packet size */
135 #define PACKETSZ       NS_PACKETSZ
136
137 typedef enum __ns_rcode {
138     ns_r_noerror = 0,       /* No error occurred. */
139     ns_r_formerr = 1,       /* Format error. */
140     ns_r_servfail = 2,      /* Server failure. */
141     ns_r_nxdomain = 3,      /* Name error. */
142     ns_r_notimpl = 4,       /* Unimplemented. */
143     ns_r_refused = 5,       /* Operation refused. */
144     /* these are for BIND_UPDATE */
145     ns_r_yxdomain = 6,      /* Name exists */
146     ns_r_yxrrset = 7,       /* RRset exists */
147     ns_r_nxrrset = 8,       /* RRset does not exist */
148     ns_r_notauth = 9,       /* Not authoritative for zone */
149     ns_r_notzone = 10,      /* Zone of record different from zone section */
150     ns_r_max = 11,
151     /* The following are TSIG extended errors */
152     ns_r_badsig = 16,
153     ns_r_badkey = 17,
154     ns_r_badtime = 18
155 } ns_rcode;
156
157 #define SERVFAIL        ns_r_servfail
158 #define NOTIMP          ns_r_notimpl
159 #define REFUSED         ns_r_refused
160 #undef NOERROR /* it seems this is already defined in winerror.h */
161 #define NOERROR         ns_r_noerror
162 #define FORMERR         ns_r_formerr
163 #define NXDOMAIN        ns_r_nxdomain
164
165 #define C_CHAOS         ns_c_chaos
166 #define C_HS            ns_c_hs
167 #define C_NONE          ns_c_none
168 #define C_ANY           ns_c_any
169
170 #define T_A             ns_t_a
171 #define T_NS            ns_t_ns
172 #define T_MD            ns_t_md
173 #define T_MF            ns_t_mf
174 #define T_CNAME         ns_t_cname
175 #define T_SOA           ns_t_soa
176 #define T_MB            ns_t_mb
177 #define T_MG            ns_t_mg
178 #define T_MR            ns_t_mr
179 #define T_NULL          ns_t_null
180 #define T_WKS           ns_t_wks
181 #define T_PTR           ns_t_ptr
182 #define T_HINFO         ns_t_hinfo
183 #define T_MINFO         ns_t_minfo
184 #define T_MX            ns_t_mx
185 #define T_TXT           ns_t_txt
186 #define T_RP            ns_t_rp
187 #define T_AFSDB         ns_t_afsdb
188 #define T_X25           ns_t_x25
189 #define T_ISDN          ns_t_isdn
190 #define T_RT            ns_t_rt
191 #define T_NSAP          ns_t_nsap
192 #define T_NSAP_PTR      ns_t_nsap_ptr
193 #define T_SIG           ns_t_sig
194 #define T_KEY           ns_t_key
195 #define T_PX            ns_t_px
196 #define T_GPOS          ns_t_gpos
197 #define T_AAAA          ns_t_aaaa
198 #define T_LOC           ns_t_loc
199 #define T_NXT           ns_t_nxt
200 #define T_EID           ns_t_eid
201 #define T_NIMLOC        ns_t_nimloc
202 #define T_SRV           ns_t_srv
203 #define T_ATMA          ns_t_atma
204 #define T_NAPTR         ns_t_naptr
205 #define T_TSIG          ns_t_tsig
206 #define T_IXFR          ns_t_ixfr
207 #define T_AXFR          ns_t_axfr
208 #define T_MAILB         ns_t_mailb
209 #define T_MAILA         ns_t_maila
210 #define T_ANY           ns_t_any
211
212 /* protos for the functions we provide in windows_port.c */
213 int ares_strncasecmp(const char *s1, const char *s2, size_t n);
214 int ares_strcasecmp(const char *s1, const char *s2);
215
216 /* use this define magic to prevent us from adding symbol names to the library
217    that is a high-risk to collide with another libraries' attempts to do the
218    same */
219 #define strncasecmp(a,b,c) ares_strncasecmp(a,b,c)
220 #define strcasecmp(a,b) ares_strcasecmp(a,b)
221
222 #endif /* ARES_NAMESER_H */