Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Ddnsglue.h98 #ifndef T_TXT
99 #define T_TXT ns_t_txt macro
107 #ifndef T_TXT
108 #define T_TXT 15 macro
H A Ddnsglue.c466 ret = krb5int_dns_init(&ds, txtname, C_IN, T_TXT); in k5_try_realm_txt_rr()
/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 */
777 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.c393 case T_TXT: in res_nmkupdate()