HomeSort by: relevance | last modified time | path
    Searched defs:pktrdlength (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSCommon.c 3338 mDNSu16 pktrdlength; local
3344 pktrdlength = (mDNSu16)((mDNSu16)ptr[8] << 8 | ptr[9]);
3346 if (ptr + pktrdlength > end) { debugf("skipResourceRecord: RDATA exceeds end of packet"); return(mDNSNULL); }
3348 return(ptr + pktrdlength);
3980 mDNSu16 pktrdlength; local
4021 pktrdlength = (mDNSu16)((mDNSu16)ptr[8] << 8 | ptr[9]);
4028 if (ptr + pktrdlength > end) { debugf("GetLargeResourceRecord: RDATA exceeds end of packet"); return(mDNSNULL); }
4029 end = ptr + pktrdlength; // Adjust end to indicate the end of the rdata for this resource record
4034 if (pktrdlength > MaximumRDSize)
4037 DNSTypeName(rr->resrec.rrtype), pktrdlength, rr->resrec.rdata->MaxRDLength)
    [all...]
DNSCommon.c 3338 mDNSu16 pktrdlength; local
3344 pktrdlength = (mDNSu16)((mDNSu16)ptr[8] << 8 | ptr[9]);
3346 if (ptr + pktrdlength > end) { debugf("skipResourceRecord: RDATA exceeds end of packet"); return(mDNSNULL); }
3348 return(ptr + pktrdlength);
3980 mDNSu16 pktrdlength; local
4021 pktrdlength = (mDNSu16)((mDNSu16)ptr[8] << 8 | ptr[9]);
4028 if (ptr + pktrdlength > end) { debugf("GetLargeResourceRecord: RDATA exceeds end of packet"); return(mDNSNULL); }
4029 end = ptr + pktrdlength; // Adjust end to indicate the end of the rdata for this resource record
4034 if (pktrdlength > MaximumRDSize)
4037 DNSTypeName(rr->resrec.rrtype), pktrdlength, rr->resrec.rdata->MaxRDLength)
    [all...]

Completed in 40 milliseconds