Home | History | Annotate | Download | only in BsdSocketLib

Lines Matching defs:cp

122 	register u_char *cp;

152 cp = answer->buf + HFIXEDSZ;
161 cp += __dn_skipname(cp, eom) + QFIXEDSZ;
166 while (--ancount >= 0 && cp < eom) {
167 n = dn_expand(answer->buf, eom, cp, bp, buflen);
170 cp += n;
174 GETSHORT(type, cp);
175 GETSHORT(class, cp);
176 cp += INT32SZ; /* TTL */
177 GETSHORT(n, cp);
179 n = dn_expand(answer->buf, eom, cp, bp, buflen);
181 cp += n;
184 cp += n;