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

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSCommon.c 3281 mDNSexport const mDNSu8 *getDomainName(const DNSMessage *const msg, const mDNSu8 *ptr, const mDNSu8 *const end,
3289 { debugf("getDomainName: Illegal ptr not within packet boundaries"); return(mDNSNULL); }
3303 { debugf("getDomainName: Malformed domain name (overruns packet end)"); return(mDNSNULL); }
3305 { debugf("getDomainName: Malformed domain name (more than 256 characters)"); return(mDNSNULL); }
3311 case 0x40: debugf("getDomainName: Extended EDNS0 label types 0x%X not supported in name %##s", len, name->c);
3314 case 0x80: debugf("getDomainName: Illegal label length 0x%X in domain name %##s", len, name->c); return(mDNSNULL);
3317 { debugf("getDomainName: Malformed compression label (overruns packet end)"); return(mDNSNULL); }
3322 { debugf("getDomainName: Illegal compression pointer not within packet boundaries"); return(mDNSNULL); }
3324 { debugf("getDomainName: Compression pointer must point to real label"); return(mDNSNULL); }
3434 ptr = getDomainName(msg, ptr, end, &rdb->name)
    [all...]
DNSCommon.h 470 extern const mDNSu8 *getDomainName(const DNSMessage *const msg, const mDNSu8 *ptr, const mDNSu8 *const end,
mDNS.c 190 next_ptr = getDomainName(msg, ptr, end, &name);

Completed in 34 milliseconds