Home | History | Annotate | Download | only in src

Lines Matching full:cname

217 	     as CNAME targets according to RFC 2317 */
635 /* Note that the following code can create CNAME chains that don't point to a real record,
788 cpp->addr.cname.cache = newc;
789 cpp->addr.cname.uid = newc->uid;
818 cpp->addr.cname.cache = newc;
819 cpp->addr.cname.uid = newc->uid;
838 /* If there's no SOA to get the TTL from, but there is a CNAME
845 cpp->addr.cname.cache = newc;
846 cpp->addr.cname.uid = newc->uid;
1407 T_CNAME, C_IN, "d", cache_get_name(crecp->addr.cname.cache)))
1411 strcpy(name, cache_get_name(crecp->addr.cname.cache));