Home
last modified time | relevance | path

Searched refs:rdend (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.c2747 mDNSu8 *rdend = rd + m->rec.r.resrec.rdlength; in ParseTSIGError() local
2748 int alglen = DomainNameLengthLimit(&m->rec.r.resrec.rdata->u.name, rdend); in ParseTSIGError()
2751 if (rd + 6 > rdend) goto finish; in ParseTSIGError()
2753 if (rd + sizeof(mDNSOpaque16) > rdend) goto finish; in ParseTSIGError()
2755 if (rd + sizeof(mDNSOpaque16) > rdend) goto finish; in ParseTSIGError()
2758 if (rd + macsize > rdend) goto finish; in ParseTSIGError()
2760 if (rd + sizeof(mDNSOpaque16) > rdend) goto finish; in ParseTSIGError()
2762 if (rd + sizeof(mDNSOpaque16) > rdend) goto finish; in ParseTSIGError()