OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ns_t_axfr
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/arpa/
nameser.h
345
ns_t_axfr
= 252, /* Transfer zone of authority. */
enumerator in enum:__ns_type
361
#define ns_t_udp_p(t) ((t) !=
ns_t_axfr
&& (t) != ns_t_zxfr)
362
#define ns_t_xfr_p(t) ((t) ==
ns_t_axfr
|| (t) == ns_t_ixfr || \
/development/ndk/platforms/android-L/include/arpa/
nameser.h
345
ns_t_axfr
= 252, /* Transfer zone of authority. */
enumerator in enum:__ns_type
361
#define ns_t_udp_p(t) ((t) !=
ns_t_axfr
&& (t) != ns_t_zxfr)
362
#define ns_t_xfr_p(t) ((t) ==
ns_t_axfr
|| (t) == ns_t_ixfr || \
Completed in 38 milliseconds