Home
last modified time | relevance | path

Searched refs:T_TXT (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dsm_resolve.h52 # ifndef T_TXT
53 # define T_TXT 16 macro
H A Dsm_resolve.c78 { "TXT", T_TXT },
395 case T_TXT:
634 case T_TXT:
H A Dmap.c1553 case T_TXT:
/freebsd/lib/libc/net/
H A Dhesiod.c358 n = res_mkquery(QUERY, name, qclass, T_TXT, NULL, 0, in get_txt_records()
411 if (class != qclass || type != T_TXT) { in get_txt_records()
/freebsd/contrib/tcpdump/
H A Dnameser.h139 #define T_TXT 16 /* text strings */ macro
H A Dprint-domain.c494 { T_TXT, "TXT" }, /* RFC 1035 */
778 case T_TXT: in ns_rprint()
/freebsd/include/arpa/
H A Dnameser_compat.h159 #define T_TXT ns_t_txt macro
/freebsd/lib/libc/resolv/
H A Dres_mkupdate.c397 case T_TXT: in res_nmkupdate()