Searched refs:ns_t_zxfr (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/libresolv-57/
H A Dnameser.h318 ns_t_zxfr = 256, /* BIND-specific, nonstandard. */ enumerator in enum:__ns_type
329 #define ns_t_udp_p(t) ((t) != ns_t_axfr && (t) != ns_t_zxfr)
331 (t) == ns_t_zxfr)
H A Dres_debug.c464 {ns_t_zxfr, "ZXFR", "compressed zone transfer"},
H A Ddns_util.c1461 case ns_t_zxfr: return "ZXFR ";
1522 if (!strcasecmp(t, "ZXFR")) { *n = ns_t_zxfr; return 0; }

Completed in 83 milliseconds