Home
last modified time | relevance | path

Searched refs:ns_t_axfr (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/head/arpa/
H A Dnameser.h380 ns_t_axfr = 252, /* Transfer zone of authority. */ enumerator
396 #define ns_t_udp_p(t) ((t) != ns_t_axfr && (t) != ns_t_zxfr)
397 #define ns_t_xfr_p(t) ((t) == ns_t_axfr || (t) == ns_t_ixfr || \
H A Dnameser_compat.h252 #define T_AXFR ns_t_axfr
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dns.c293 case ns_t_axfr: return (detail ? "Transfer of entire zone" : "AXFR"); in dns_type_string()
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c541 {ns_t_axfr, "AXFR", "zone transfer"},