Home | History | Annotate | Download | only in nameser

Lines Matching refs:cp2

161 		u_char buf[NS_MAXCDNAME], *cp2;
185 cp2 = buf;
186 PUTSHORT(ns_c_any, cp2);
187 PUTLONG(0, cp2);
188 dst_sign_data(SIG_MODE_UPDATE, key, &ctx, buf, cp2-buf,
197 cp2 = buf;
198 PUTSHORT(0, cp2); /*%< Top 16 bits of time */
200 PUTLONG(timesigned, cp2);
202 PUTLONG(in_timesigned, cp2);
203 PUTSHORT(NS_TSIG_FUDGE, cp2);
204 PUTSHORT(error, cp2); /*%< Error */
206 PUTSHORT(0, cp2); /*%< Other data length */
208 PUTSHORT(INT16SZ+INT32SZ, cp2); /*%< Other data length */
209 PUTSHORT(0, cp2); /*%< Top 16 bits of time */
210 PUTLONG(timesigned, cp2);
212 dst_sign_data(SIG_MODE_UPDATE, key, &ctx, buf, cp2-buf,
285 u_char buf[MAXDNAME], *cp2;
352 cp2 = buf;
353 PUTSHORT(0, cp2); /*%< Top 16 bits of time */
354 PUTLONG(timesigned, cp2);
355 PUTSHORT(NS_TSIG_FUDGE, cp2);
358 buf, cp2 - buf, NULL, 0);