Home | History | Annotate | Download | only in libresolv

Lines Matching defs:cp2

164 		u_char buf[NS_MAXCDNAME], *cp2;
188 cp2 = buf;
189 PUTSHORT(ns_c_any, cp2);
190 PUTLONG(0, cp2);
191 dst_sign_data(SIG_MODE_UPDATE, key, &ctx, buf, (int)(cp2 - buf),
200 cp2 = buf;
201 PUTSHORT(0, cp2); /*%< Top 16 bits of time */
203 PUTLONG(timesigned, cp2);
205 PUTLONG(in_timesigned, cp2);
206 PUTSHORT(NS_TSIG_FUDGE, cp2);
207 PUTSHORT(error, cp2); /*%< Error */
209 PUTSHORT(0, cp2); /*%< Other data length */
211 PUTSHORT(INT16SZ+INT32SZ, cp2); /*%< Other data length */
212 PUTSHORT(0, cp2); /*%< Top 16 bits of time */
213 PUTLONG(timesigned, cp2);
215 dst_sign_data(SIG_MODE_UPDATE, key, &ctx, buf, (int)(cp2 - buf),
288 u_char buf[MAXDNAME], *cp2;
356 cp2 = buf;
357 PUTSHORT(0, cp2); /*%< Top 16 bits of time */
358 PUTLONG(timesigned, cp2);
359 PUTSHORT(NS_TSIG_FUDGE, cp2);
362 buf, (int)(cp2 - buf), NULL, 0);