Home | History | Annotate | Download | only in racoon

Lines Matching refs:cp

126 	char *cp;
164 cp = rr->rri_rdatas[i].rdi_data;
166 GETSHORT(type, cp); /* type */
168 GETSHORT(keytag, cp); /* key tag */
170 algorithm = *cp++; /* algorithm */
180 rr->rri_flags, rdlength, cp);
212 unsigned char *cp, *eom;
264 cp = (unsigned char *)(hp + 1);
265 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf));
272 cp += len;
273 GETSHORT(qtype, cp); /* QTYPE */
274 GETSHORT(qclass, cp); /* QCLASS */
277 while (ancount-- && cp < eom) {
278 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf));
285 cp += len;
286 GETSHORT(qtype, cp); /* TYPE */
287 GETSHORT(qclass, cp); /* CLASS */
288 cp += INT32SZ; /* TTL */
289 GETSHORT(rdlength, cp); /* RDLENGTH */
299 GETSHORT(qtype, cp); /* type */
301 GETSHORT(keytag, cp); /* key tag */
303 algorithm = *cp++; /* algorithm */
305 if (cp + rdlength > eom) {
319 0, rdlength, cp);
329 cp += rdlength;