HomeSort by: relevance | last modified time | path
    Searched refs:skipDomainName (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSCommon.h 469 extern const mDNSu8 *skipDomainName(const DNSMessage *const msg, const mDNSu8 *ptr, const mDNSu8 *const end);
DNSCommon.c 3248 mDNSexport const mDNSu8 *skipDomainName(const DNSMessage *const msg, const mDNSu8 *ptr, const mDNSu8 *const end)
3253 { debugf("skipDomainName: Illegal ptr not within packet boundaries"); return(mDNSNULL); }
3262 { debugf("skipDomainName: Malformed domain name (overruns packet end)"); return(mDNSNULL); }
3264 { debugf("skipDomainName: Malformed domain name (more than 256 characters)"); return(mDNSNULL); }
3269 case 0x40: debugf("skipDomainName: Extended EDNS0 label types 0x%X not supported", len); return(mDNSNULL);
3270 case 0x80: debugf("skipDomainName: Illegal label length 0x%X", len); return(mDNSNULL);
3272 { debugf("skipDomainName: Malformed compression pointer (overruns packet end)"); return(mDNSNULL); }
3340 ptr = skipDomainName(msg, ptr, end);
4076 ptr = skipDomainName(msg, ptr, end);

Completed in 59 milliseconds