• Home
  • Raw
  • Download

Lines Matching refs:debugf

339 		{ debugf("Malformed label (too long)"); return(mDNSfalse); }  in SameDomainLabel()
362 { debugf("Malformed domain name (more than 256 characters)"); return(mDNSfalse); } in SameDomainName()
814 …if (!len) { debugf("DeconstructServiceName: FQDN empty!"); ret… in DeconstructServiceName()
815 …if (len >= 0x40) { debugf("DeconstructServiceName: Instance name too long"); ret… in DeconstructServiceName()
820 …if (!len) { debugf("DeconstructServiceName: FQDN contains only one label!"); ret… in DeconstructServiceName()
821 …if (len >= 0x40) { debugf("DeconstructServiceName: Application protocol name too long"); ret… in DeconstructServiceName()
822 …if (src[1] != '_'){ debugf("DeconstructServiceName: No _ at start of application protocol"); ret… in DeconstructServiceName()
826 …if (!len) { debugf("DeconstructServiceName: FQDN contains only two labels!"); ret… in DeconstructServiceName()
828 … { debugf("DeconstructServiceName: Transport protocol must be _udp or _tcp"); return(mDNSfalse); } in DeconstructServiceName()
837 { debugf("DeconstructServiceName: Label in service domain too long"); return(mDNSfalse); } in DeconstructServiceName()
839 { debugf("DeconstructServiceName: Total service domain too long"); return(mDNSfalse); } in DeconstructServiceName()
1451 default: debugf("Warning! Don't know how to get length of resource type %d", rr->rrtype); in GetRDLength()
1653 { debugf("putRData: Illegal length %d for kDNSType_A", rr->rdlength); return(mDNSNULL); } in putRData()
1708 { debugf("putRData: Illegal length %d for kDNSType_AAAA", rr->rdlength); return(mDNSNULL); } in putRData()
1788 default: debugf("putRData: Warning! Writing unknown resource type %d as raw data", rr->rrtype); in putRData()
2042 { debugf("skipDomainName: Illegal ptr not within packet boundaries"); return(mDNSNULL); } in skipDomainName()
2051 { debugf("skipDomainName: Malformed domain name (overruns packet end)"); return(mDNSNULL); } in skipDomainName()
2053 … { debugf("skipDomainName: Malformed domain name (more than 256 characters)"); return(mDNSNULL); } in skipDomainName()
2058 …case 0x40: debugf("skipDomainName: Extended EDNS0 label types 0x%X not supported", len); return(mD… in skipDomainName()
2059 case 0x80: debugf("skipDomainName: Illegal label length 0x%X", len); return(mDNSNULL); in skipDomainName()
2074 { debugf("getDomainName: Illegal ptr not within packet boundaries"); return(mDNSNULL); } in getDomainName()
2088 { debugf("getDomainName: Malformed domain name (overruns packet end)"); return(mDNSNULL); } in getDomainName()
2090 … { debugf("getDomainName: Malformed domain name (more than 256 characters)"); return(mDNSNULL); } in getDomainName()
2096 …case 0x40: debugf("getDomainName: Extended EDNS0 label types 0x%X not supported in name %##s", len… in getDomainName()
2099 …case 0x80: debugf("getDomainName: Illegal label length 0x%X in domain name %##s", len, name->c); r… in getDomainName()
2105 …{ debugf("getDomainName: Illegal compression pointer not within packet boundaries"); return(mDNSNU… in getDomainName()
2107 { debugf("getDomainName: Compression pointer must point to real label"); return(mDNSNULL); } in getDomainName()
2121 if (!ptr) { debugf("skipResourceRecord: Malformed RR name"); return(mDNSNULL); } in skipResourceRecord()
2123 …if (ptr + 10 > end) { debugf("skipResourceRecord: Malformed RR -- no type/class/ttl/len!"); return… in skipResourceRecord()
2126 …if (ptr + pktrdlength > end) { debugf("skipResourceRecord: RDATA exceeds end of packet"); return(m… in skipResourceRecord()
2169 if (!ptr) { debugf("GetLargeResourceRecord: Malformed RR name"); return(mDNSNULL); } in GetLargeResourceRecord()
2172 …if (ptr + 10 > end) { debugf("GetLargeResourceRecord: Malformed RR -- no type/class/ttl/len!"); re… in GetLargeResourceRecord()
2189 …if (ptr + pktrdlength > end) { debugf("GetLargeResourceRecord: RDATA exceeds end of packet"); retu… in GetLargeResourceRecord()
2217 … if (ptr != end) { debugf("GetLargeResourceRecord: Malformed CNAME/PTR RDATA name"); goto fail; } in GetLargeResourceRecord()
2222 … if (!ptr) { debugf("GetLargeResourceRecord: Malformed SOA RDATA mname"); goto fail; } in GetLargeResourceRecord()
2224 … if (!ptr) { debugf("GetLargeResourceRecord: Malformed SOA RDATA rname"); goto fail; } in GetLargeResourceRecord()
2225 … if (ptr + 0x14 != end) { debugf("GetLargeResourceRecord: Malformed SOA RDATA"); goto fail; } in GetLargeResourceRecord()
2242 debugf("GetLargeResourceRecord: %s rdata size (%d) exceeds storage (%d)", in GetLargeResourceRecord()
2256 if (ptr != end) { debugf("GetLargeResourceRecord: Malformed MX name"); goto fail; } in GetLargeResourceRecord()
2261 if (!ptr) { debugf("GetLargeResourceRecord: Malformed RP mbox"); goto fail; } in GetLargeResourceRecord()
2263 if (ptr != end) { debugf("GetLargeResourceRecord: Malformed RP txt"); goto fail; } in GetLargeResourceRecord()
2269 if (!ptr) { debugf("GetLargeResourceRecord: Malformed PX map822"); goto fail; } in GetLargeResourceRecord()
2271 if (ptr != end) { debugf("GetLargeResourceRecord: Malformed PX mapx400"); goto fail; } in GetLargeResourceRecord()
2284 if (ptr != end) { debugf("GetLargeResourceRecord: Malformed SRV RDATA name"); goto fail; } in GetLargeResourceRecord()
2358 … if (*ptr++ != 0) { debugf("GetLargeResourceRecord: We only handle block zero NSECs"); goto fail; } in GetLargeResourceRecord()
2360 …if (i > sizeof(rdataNSEC)) { debugf("GetLargeResourceRecord: invalid block length %d", i); goto fa… in GetLargeResourceRecord()
2363 if (ptr != end) { debugf("GetLargeResourceRecord: Malformed NSEC"); goto fail; } in GetLargeResourceRecord()
2369 debugf("GetLargeResourceRecord: rdata %d (%s) size (%d) exceeds storage (%d)", in GetLargeResourceRecord()
2373 debugf("GetLargeResourceRecord: Warning! Reading resource type %d (%s) as opaque data", in GetLargeResourceRecord()
2404 …if (!ptr) { debugf("skipQuestion: Malformed domain name in DNS question section"); return(mDNSNULL… in skipQuestion()
2405 …if (ptr+4 > end) { debugf("skipQuestion: Malformed DNS question section -- no query type and class… in skipQuestion()
2416 if (!ptr) { debugf("Malformed domain name in DNS question section"); return(mDNSNULL); } in getQuestion()
2417 …if (ptr+4 > end) { debugf("Malformed DNS question section -- no query type and class!"); return(mD… in getQuestion()