HomeSort by relevance Sort by last modified time
    Searched defs:ns_t_zxfr (Results 1 - 2 of 2) sorted by null

  /bionic/libc/include/arpa/
nameser.h 349 ns_t_zxfr = 256, /* BIND-specific, nonstandard. */ enumerator in enum:__ns_type
361 #define ns_t_udp_p(t) ((t) != ns_t_axfr && (t) != ns_t_zxfr)
363 (t) == ns_t_zxfr)
  /development/ndk/platforms/android-L/include/arpa/
nameser.h 349 ns_t_zxfr = 256, /* BIND-specific, nonstandard. */ enumerator in enum:__ns_type
361 #define ns_t_udp_p(t) ((t) != ns_t_axfr && (t) != ns_t_zxfr)
363 (t) == ns_t_zxfr)

Completed in 34 milliseconds