Searched refs:ns_t_ixfr (Results 1 - 4 of 4) sorted by path

/macosx-10.10/Libc-1044.1.2/include/arpa/
H A Dnameser_compat.h177 #define T_IXFR ns_t_ixfr
/macosx-10.10/libresolv-57/
H A Ddns_util.c1456 case ns_t_ixfr: return "IXFR ";
1517 if (!strcasecmp(t, "IXFR")) { *n = ns_t_ixfr; return 0; }
H A Dnameser.h313 ns_t_ixfr = 251, /* Incremental zone transfer. */ enumerator in enum:__ns_type
330 #define ns_t_xfr_p(t) ((t) == ns_t_axfr || (t) == ns_t_ixfr || \
H A Dres_debug.c462 {ns_t_ixfr, "IXFR", "incremental zone transfer"},

Completed in 274 milliseconds