Searched defs:ns_t_axfr (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/arpa/
H A Dnameser.h345 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 23 milliseconds