OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dns_rcode_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
types.h
127
typedef uint16_t
dns_rcode_t
;
typedef
241
#define dns_rcode_noerror ((
dns_rcode_t
)dns_rcode_noerror)
243
#define dns_rcode_formerr ((
dns_rcode_t
)dns_rcode_formerr)
245
#define dns_rcode_servfail ((
dns_rcode_t
)dns_rcode_servfail)
247
#define dns_rcode_nxdomain ((
dns_rcode_t
)dns_rcode_nxdomain)
249
#define dns_rcode_notimp ((
dns_rcode_t
)dns_rcode_notimp)
251
#define dns_rcode_refused ((
dns_rcode_t
)dns_rcode_refused)
253
#define dns_rcode_yxdomain ((
dns_rcode_t
)dns_rcode_yxdomain)
255
#define dns_rcode_yxrrset ((
dns_rcode_t
)dns_rcode_yxrrset)
257
#define dns_rcode_nxrrset ((
dns_rcode_t
)dns_rcode_nxrrset
[
all
...]
/src/external/mpl/bind/dist/lib/dns/include/dns/
types.h
139
typedef uint16_t
dns_rcode_t
;
typedef
270
#define dns_rcode_noerror ((
dns_rcode_t
)dns_rcode_noerror)
272
#define dns_rcode_formerr ((
dns_rcode_t
)dns_rcode_formerr)
274
#define dns_rcode_servfail ((
dns_rcode_t
)dns_rcode_servfail)
276
#define dns_rcode_nxdomain ((
dns_rcode_t
)dns_rcode_nxdomain)
278
#define dns_rcode_notimp ((
dns_rcode_t
)dns_rcode_notimp)
280
#define dns_rcode_refused ((
dns_rcode_t
)dns_rcode_refused)
282
#define dns_rcode_yxdomain ((
dns_rcode_t
)dns_rcode_yxdomain)
284
#define dns_rcode_yxrrset ((
dns_rcode_t
)dns_rcode_yxrrset)
286
#define dns_rcode_nxrrset ((
dns_rcode_t
)dns_rcode_nxrrset
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026