Lines Matching defs:getDomainName
2746 mDNSexport const mDNSu8 *getDomainName(const DNSMessage *const msg, const mDNSu8 *ptr, const mDNSu8 *const end,
2754 { debugf("getDomainName: Illegal ptr not within packet boundaries"); return(mDNSNULL); }
2768 { debugf("getDomainName: Malformed domain name (overruns packet end)"); return(mDNSNULL); }
2770 { debugf("getDomainName: Malformed domain name (more than 256 characters)"); return(mDNSNULL); }
2776 case 0x40: debugf("getDomainName: Extended EDNS0 label types 0x%X not supported in name %##s", len, name->c);
2779 case 0x80: debugf("getDomainName: Illegal label length 0x%X in domain name %##s", len, name->c); return(mDNSNULL);
2785 { debugf("getDomainName: Illegal compression pointer not within packet boundaries"); return(mDNSNULL); }
2787 { debugf("getDomainName: Compression pointer must point to real label"); return(mDNSNULL); }
2880 ptr = getDomainName(msg, ptr, end, &rdb->name);
2897 ptr = getDomainName(msg, ptr, end, &rdb->soa.mname);
2911 ptr = getDomainName(msg, ptr, end, &rdb->soa.rname);
2957 ptr = getDomainName(msg, ptr, end, &rdb->mx.exchange);
2976 ptr = getDomainName(msg, ptr, end, &rdb->rp.mbox);
2990 ptr = getDomainName(msg, ptr, end, &rdb->rp.txt);
3012 ptr = getDomainName(msg, ptr, end, &rdb->px.map822);
3026 ptr = getDomainName(msg, ptr, end, &rdb->px.mapx400);
3057 ptr = getDomainName(msg, ptr, end, &rdb->srv.target);
3122 ptr = getDomainName(msg, ptr, end, &name);
3233 ptr = getDomainName(msg, ptr, end, &name);
3339 ptr = getDomainName(msg, ptr, end, &name);
3370 sig = getDomainName(msg, sig, end, &name);
3473 ptr = getDomainName(msg, ptr, end, &largecr->namestorage); // Will bail out correctly if ptr is NULL
3549 ptr = getDomainName(msg, ptr, end, &question->qname);