Home | History | Annotate | Download | only in racoon

Lines Matching defs:rdlength

125 	int rdlength;
163 rdlength = rr->rri_rdatas[i].rdi_length;
167 rdlength -= INT16SZ;
169 rdlength -= INT16SZ;
171 rdlength -= 1;
175 type, keytag, algorithm, rdlength);
180 rr->rri_flags, rdlength, cp);
211 int qdcount, ancount, rdlength;
289 GETSHORT(rdlength, cp); /* RDLENGTH */
300 rdlength -= INT16SZ;
302 rdlength -= INT16SZ;
304 rdlength -= 1;
305 if (cp + rdlength > eom) {
307 printf("rdlength is too long.\n");
314 qtype, keytag, algorithm, rdlength);
319 0, rdlength, cp);
329 cp += rdlength;