Lines Matching refs:debugf

628     { debugf("Malformed label (too long)"); return(mDNSfalse); }  in SameDomainLabel()
651 { debugf("Malformed domain name (more than 256 characters)"); return(mDNSfalse); } in SameDomainName()
1103 …if (!len) { debugf("DeconstructServiceName: FQDN empty!"); ret… in DeconstructServiceName()
1104 …if (len >= 0x40) { debugf("DeconstructServiceName: Instance name too long"); ret… in DeconstructServiceName()
1109 …if (!len) { debugf("DeconstructServiceName: FQDN contains only one label!"); ret… in DeconstructServiceName()
1110 …if (len >= 0x40) { debugf("DeconstructServiceName: Application protocol name too long"); ret… in DeconstructServiceName()
1111 …if (src[1] != '_') { debugf("DeconstructServiceName: No _ at start of application protocol"); re… in DeconstructServiceName()
1115 …if (!len) { debugf("DeconstructServiceName: FQDN contains only two labels!"); ret… in DeconstructServiceName()
1117 … { debugf("DeconstructServiceName: Transport protocol must be _udp or _tcp"); return(mDNSfalse); } in DeconstructServiceName()
1126 { debugf("DeconstructServiceName: Label in service domain too long"); return(mDNSfalse); } in DeconstructServiceName()
1128 { debugf("DeconstructServiceName: Total service domain too long"); return(mDNSfalse); } in DeconstructServiceName()
1726debugf("DNSSECRecordAnswersQuestion: %d type resource record matched question %##s (%s), ignoring"… in DNSSECRecordAnswersQuestion()
1742debugf("DNSSECRecordAnswersQuestion: Matching RRSIG typeCovered %s", DNSTypeName(typeCovered)); in DNSSECRecordAnswersQuestion()
1745debugf("DNSSECRecordAnswersQuestion: RRSIG did not match question %##s (%s)", q->qname.c, in DNSSECRecordAnswersQuestion()
1761debugf("DNSSECRecordAnswersQuestion: Question %##s (%s) matched record %##s (NSEC)", q->qname.c, in DNSSECRecordAnswersQuestion()
2030 …default: debugf("Warning! Don't know how to get length of resource type %d", rr->rrtype… in GetRDLength()
2234 { debugf("putRData: Illegal length %d for kDNSType_A", rr->rdlength); return(mDNSNULL); } in putRData()
2289 { debugf("putRData: Illegal length %d for kDNSType_AAAA", rr->rdlength); return(mDNSNULL); } in putRData()
2435 …default: debugf("putRData: Warning! Writing unknown resource type %d as raw data", rr->… in putRData()
2722 { debugf("skipDomainName: Illegal ptr not within packet boundaries"); return(mDNSNULL); } in skipDomainName()
2731 … { debugf("skipDomainName: Malformed domain name (overruns packet end)"); return(mDNSNULL); } in skipDomainName()
2733 … { debugf("skipDomainName: Malformed domain name (more than 256 characters)"); return(mDNSNULL); } in skipDomainName()
2738 …case 0x40: debugf("skipDomainName: Extended EDNS0 label types 0x%X not supported", len); return(m… in skipDomainName()
2739 case 0x80: debugf("skipDomainName: Illegal label length 0x%X", len); return(mDNSNULL); in skipDomainName()
2754 { debugf("getDomainName: Illegal ptr not within packet boundaries"); return(mDNSNULL); } in getDomainName()
2768 … { debugf("getDomainName: Malformed domain name (overruns packet end)"); return(mDNSNULL); } in getDomainName()
2770 … { debugf("getDomainName: Malformed domain name (more than 256 characters)"); return(mDNSNULL); } in getDomainName()
2776 …case 0x40: debugf("getDomainName: Extended EDNS0 label types 0x%X not supported in name %##s", le… in getDomainName()
2779 …case 0x80: debugf("getDomainName: Illegal label length 0x%X in domain name %##s", len, name->c); … in getDomainName()
2785 …{ debugf("getDomainName: Illegal compression pointer not within packet boundaries"); return(mDNSNU… in getDomainName()
2787 … { debugf("getDomainName: Compression pointer must point to real label"); return(mDNSNULL); } in getDomainName()
2801 if (!ptr) { debugf("skipResourceRecord: Malformed RR name"); return(mDNSNULL); } in skipResourceRecord()
2803 …if (ptr + 10 > end) { debugf("skipResourceRecord: Malformed RR -- no type/class/ttl/len!"); return… in skipResourceRecord()
2806 …if (ptr + pktrdlength > end) { debugf("skipResourceRecord: RDATA exceeds end of packet"); return(m… in skipResourceRecord()
2889 debugf("SetRData: Malformed CNAME/PTR RDATA name"); in SetRData()
2906 debugf("SetRData: Malformed SOA RDATA mname"); in SetRData()
2920 debugf("SetRData: Malformed SOA RDATA rname"); in SetRData()
2925 debugf("SetRData: Malformed SOA RDATA"); in SetRData()
2966 debugf("SetRData: Malformed MX name"); in SetRData()
2985 debugf("SetRData: Malformed RP mbox"); in SetRData()
2999 debugf("SetRData: Malformed RP txt"); in SetRData()
3021 debugf("SetRData: Malformed PX map822"); in SetRData()
3035 debugf("SetRData: Malformed PX mapx400"); in SetRData()
3066 debugf("SetRData: Malformed SRV RDATA name"); in SetRData()
3421 debugf("SetRData: Warning! Reading resource type %d (%s) as opaque data", in SetRData()
3474 if (!ptr) { debugf("GetLargeResourceRecord: Malformed RR name"); return(mDNSNULL); } in GetLargeResourceRecord()
3477 …if (ptr + 10 > end) { debugf("GetLargeResourceRecord: Malformed RR -- no type/class/ttl/len!"); re… in GetLargeResourceRecord()
3494 …if (ptr + pktrdlength > end) { debugf("GetLargeResourceRecord: RDATA exceeds end of packet"); retu… in GetLargeResourceRecord()
3538 …if (!ptr) { debugf("skipQuestion: Malformed domain name in DNS question section"); return(mDNSNULL… in skipQuestion()
3539 …if (ptr+4 > end) { debugf("skipQuestion: Malformed DNS question section -- no query type and class… in skipQuestion()
3550 if (!ptr) { debugf("Malformed domain name in DNS question section"); return(mDNSNULL); } in getQuestion()
3551 …if (ptr+4 > end) { debugf("Malformed DNS question section -- no query type and class!"); return(mD… in getQuestion()