Searched defs:skipDomainName (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c2037 mDNSexport const mDNSu8 *skipDomainName(const DNSMessage *const msg, const mDNSu8 *ptr, const mDNSu8 *const end) function
2042 { debugf("skipDomainName: Illegal ptr not within packet boundaries"); return(mDNSNULL); }
2051 { debugf("skipDomainName: Malformed domain name (overruns packet end)"); return(mDNSNULL); }
2053 { debugf("skipDomainName: Malformed domain name (more than 256 characters)"); return(mDNSNULL); }
2058 case 0x40: debugf("skipDomainName: Extended EDNS0 label types 0x%X not supported", len); return(mDNSNULL);
2059 case 0x80: debugf("skipDomainName: Illegal label length 0x%X", len); return(mDNSNULL);
2120 ptr = skipDomainName(msg, ptr, end);
2403 ptr = skipDomainName(msg, ptr, end);

Completed in 104 milliseconds