Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dnameser.h129 #define T_SOA 6 /* start of authority zone */ macro
H A Dprint-domain.c484 { T_SOA, "SOA" }, /* RFC 1035 */
747 case T_SOA: in ns_rprint()
/freebsd/include/arpa/
H A Dnameser_compat.h149 #define T_SOA ns_t_soa macro
/freebsd/lib/libc/resolv/
H A Dres_mkupdate.c202 if (numrrs != 1 || rrecp->r_type != T_SOA) in res_nmkupdate()
247 case T_SOA: in res_nmkupdate()
260 if (rrecp->r_type == T_SOA) { in res_nmkupdate()