Searched refs:T_TXT (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | sm_resolve.h | 52 # ifndef T_TXT 53 # define T_TXT 16 macro
|
H A D | sm_resolve.c | 78 { "TXT", T_TXT }, 395 case T_TXT: 634 case T_TXT:
|
H A D | map.c | 1553 case T_TXT:
|
/freebsd/lib/libc/net/ |
H A D | hesiod.c | 358 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 D | nameser.h | 139 #define T_TXT 16 /* text strings */ macro
|
H A D | print-domain.c | 494 { T_TXT, "TXT" }, /* RFC 1035 */ 778 case T_TXT: in ns_rprint()
|
/freebsd/include/arpa/ |
H A D | nameser_compat.h | 159 #define T_TXT ns_t_txt macro
|
/freebsd/lib/libc/resolv/ |
H A D | res_mkupdate.c | 397 case T_TXT: in res_nmkupdate()
|