Home
last modified time | relevance | path

Searched refs:T_DNAME (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/dns/
H A Ddns_strtype.c179 #ifdef T_DNAME
180 T_DNAME, "DNAME",
H A Ddns.h103 #ifndef T_DNAME
104 #define T_DNAME 39 /* [RFC6672] */ macro
H A Ddns_strrecord.c71 case T_DNAME: in dns_strrecord()
H A Ddns_lookup.c758 case T_DNAME: in dns_get_rr()
/netbsd/external/bsd/nsd/dist/
H A Dzparser.h95 T_DNAME = 296, /* T_DNAME */ enumerator
196 #define T_DNAME 296 macro
H A Dzparser.y66 %token <type> T_GPOS T_EID T_NIMLOC T_ATMA T_NAPTR T_KX T_A6 T_DNAME T_SINK
661 | T_DNAME sp rdata_domain_name /* RFC 2672 */
662 | T_DNAME sp rdata_unknown { $$ = $1; parse_unknown_rdata($1, $3); }
H A Ddns.c181 { TYPE_DNAME, "DNAME", T_DNAME, 1, 1,
/netbsd/external/bsd/tcpdump/dist/
H A Dprint-domain.c292 { T_DNAME, "DNAME" }, /* RFC 2672 */
433 #ifdef T_DNAME in ns_rprint()
434 case T_DNAME: in ns_rprint()
H A Dnameser.h158 #define T_DNAME 39 /* non-terminal redirection */ macro
/netbsd/include/arpa/
H A Dnameser_compat.h179 #define T_DNAME ns_t_dname macro
/netbsd/lib/libc/net/
H A Dgethnamaddr.c361 if (type != T_KEY && type != T_SIG && type != T_DNAME) in getanswer()
H A Dgetaddrinfo.c1823 if (type != T_KEY && type != T_SIG && type != T_DNAME) { in getanswer()