Home | History | Annotate | Download | only in libresolv

Lines Matching defs:fudge

149 	u_int16_t fudge, sigfieldlen, otherfieldlen;
190 /* Read the time signed and fudge. */
194 GETSHORT(fudge, cp);
276 /* Digest the time signed and fudge. */
309 if (abs((int)((*timesigned) - time(NULL))) > fudge)
351 int n, type, length, fudge, error;
422 /* Read the time signed and fudge. */
426 GETSHORT(fudge, cp);
453 /* Digest the time signed and fudge. */
474 if (abs((int)(timesigned - time(NULL))) > fudge)