Lines Matching refs:debugf

628     { debugf("Malformed label (too long)"); return(mDNSfalse); }
651 { debugf("Malformed domain name (more than 256 characters)"); return(mDNSfalse); }
1103 if (!len) { debugf("DeconstructServiceName: FQDN empty!"); return(mDNSfalse); }
1104 if (len >= 0x40) { debugf("DeconstructServiceName: Instance name too long"); return(mDNSfalse); }
1109 if (!len) { debugf("DeconstructServiceName: FQDN contains only one label!"); return(mDNSfalse); }
1110 if (len >= 0x40) { debugf("DeconstructServiceName: Application protocol name too long"); return(mDNSfalse); }
1111 if (src[1] != '_') { debugf("DeconstructServiceName: No _ at start of application protocol"); return(mDNSfalse); }
1115 if (!len) { debugf("DeconstructServiceName: FQDN contains only two labels!"); return(mDNSfalse); }
1117 { debugf("DeconstructServiceName: Transport protocol must be _udp or _tcp"); return(mDNSfalse); }
1126 { debugf("DeconstructServiceName: Label in service domain too long"); return(mDNSfalse); }
1128 { debugf("DeconstructServiceName: Total service domain too long"); return(mDNSfalse); }
1727 debugf("DNSSECRecordAnswersQuestion: %d type resource record matched question %##s (%s), ignoring", rr->rrtype,
1743 debugf("DNSSECRecordAnswersQuestion: Matching RRSIG typeCovered %s", DNSTypeName(typeCovered));
1746 debugf("DNSSECRecordAnswersQuestion: RRSIG did not match question %##s (%s)", q->qname.c,
1762 debugf("DNSSECRecordAnswersQuestion: Question %##s (%s) matched record %##s (NSEC)", q->qname.c,
2031 default: debugf("Warning! Don't know how to get length of resource type %d", rr->rrtype);
2235 { debugf("putRData: Illegal length %d for kDNSType_A", rr->rdlength); return(mDNSNULL); }
2290 { debugf("putRData: Illegal length %d for kDNSType_AAAA", rr->rdlength); return(mDNSNULL); }
2432 default: debugf("putRData: Warning! Writing unknown resource type %d as raw data", rr->rrtype);
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);
2751 { debugf("getDomainName: Illegal ptr not within packet boundaries"); return(mDNSNULL); }
2765 { debugf("getDomainName: Malformed domain name (overruns packet end)"); return(mDNSNULL); }
2767 { debugf("getDomainName: Malformed domain name (more than 256 characters)"); return(mDNSNULL); }
2773 case 0x40: debugf("getDomainName: Extended EDNS0 label types 0x%X not supported in name %##s", len, name->c);
2776 case 0x80: debugf("getDomainName: Illegal label length 0x%X in domain name %##s", len, name->c); return(mDNSNULL);
2782 { debugf("getDomainName: Illegal compression pointer not within packet boundaries"); return(mDNSNULL); }
2784 { debugf("getDomainName: Compression pointer must point to real label"); return(mDNSNULL); }
2798 if (!ptr) { debugf("skipResourceRecord: Malformed RR name"); return(mDNSNULL); }
2800 if (ptr + 10 > end) { debugf("skipResourceRecord: Malformed RR -- no type/class/ttl/len!"); return(mDNSNULL); }
2803 if (ptr + pktrdlength > end) { debugf("skipResourceRecord: RDATA exceeds end of packet"); return(mDNSNULL); }
2886 debugf("SetRData: Malformed CNAME/PTR RDATA name");
2903 debugf("SetRData: Malformed SOA RDATA mname");
2917 debugf("SetRData: Malformed SOA RDATA rname");
2922 debugf("SetRData: Malformed SOA RDATA");
2963 debugf("SetRData: Malformed MX name");
2982 debugf("SetRData: Malformed RP mbox");
2996 debugf("SetRData: Malformed RP txt");
3018 debugf("SetRData: Malformed PX map822");
3032 debugf("SetRData: Malformed PX mapx400");
3063 debugf("SetRData: Malformed SRV RDATA name");
3418 debugf("SetRData: Warning! Reading resource type %d (%s) as opaque data",
3466 if (!ptr) { debugf("GetLargeResourceRecord: Malformed RR name"); return(mDNSNULL); }
3469 if (ptr + 10 > end) { debugf("GetLargeResourceRecord: Malformed RR -- no type/class/ttl/len!"); return(mDNSNULL); }
3486 if (ptr + pktrdlength > end) { debugf("GetLargeResourceRecord: RDATA exceeds end of packet"); return(mDNSNULL); }
3530 if (!ptr) { debugf("skipQuestion: Malformed domain name in DNS question section"); return(mDNSNULL); }
3531 if (ptr+4 > end) { debugf("skipQuestion: Malformed DNS question section -- no query type and class!"); return(mDNSNULL); }
3542 if (!ptr) { debugf("Malformed domain name in DNS question section"); return(mDNSNULL); }
3543 if (ptr+4 > end) { debugf("Malformed DNS question section -- no query type and class!"); return(mDNSNULL); }