Searched refs:T_CNAME (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/include/arpa/
H A Dnameser_compat.h146 #define T_CNAME ns_t_cname macro
/freebsd-11-stable/contrib/sendmail/src/
H A Dsm_resolve.c71 { "CNAME", T_CNAME },
341 case T_CNAME:
623 case T_CNAME:
863 case T_CNAME:
1011 if (rr_type == T_CNAME)
1141 rlen = dnscrtrr(domain, query, type, p, T_CNAME,
1532 case T_CNAME:
H A Ddomain.c142 if (rr->rr_type != T_CNAME && tTd(8, 8))
184 if (rr->rr_type != T_CNAME)
741 if (type == T_CNAME)
1552 case T_CNAME:
H A Dmap.c1305 case T_CNAME:
1306 type = "T_CNAME";
/freebsd-11-stable/contrib/tcpdump/
H A Dnameser.h128 #define T_CNAME 5 /* connonical name */ macro
H A Dprint-domain.c253 { T_CNAME, "CNAME" }, /* RFC 1035 */
426 case T_CNAME:
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbitdomain.c297 case T_CNAME:
/freebsd-11-stable/lib/libc/net/
H A Dgethostbydns.c238 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
270 if (qtype == T_PTR && type == T_CNAME) {
H A Dgetaddrinfo.c2066 type == T_CNAME) {
/freebsd-11-stable/lib/libc/resolv/
H A Dres_mkupdate.c235 case T_CNAME:

Completed in 273 milliseconds