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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c2714 mDNSexport const mDNSu8 *skipDomainName(const DNSMessage *const msg, const mDNSu8 *ptr, const mDNSu8 *const end) function
2719 { debugf("skipDomainName: Illegal ptr not within packet boundaries"); return(mDNSNULL); }
2728 { debugf("skipDomainName: Malformed domain name (overruns packet end)"); return(mDNSNULL); }
2730 { debugf("skipDomainName: Malformed domain name (more than 256 characters)"); return(mDNSNULL); }
2735 case 0x40: debugf("skipDomainName: Extended EDNS0 label types 0x%X not supported", len); return(mDNSNULL);
2736 case 0x80: debugf("skipDomainName: Illegal label length 0x%X", len); return(mDNSNULL);
2797 ptr = skipDomainName(msg, ptr, end);
3529 ptr = skipDomainName(msg, ptr, end);

Completed in 345 milliseconds