Searched refs:fudge (Results 1 - 17 of 17) sorted by path

/macosx-10.10/apr-32/apr-util/apr-util/crypto/
H A Dgetuuid.c152 static apr_uint64_t fudge = 0; local
159 Reset the fudge factor. if we are generating them too fast, then
160 the fudge may need to be reset to something greater than zero. */
161 if (time_last + fudge > time_now)
162 fudge = time_last + fudge - time_now + 1;
164 fudge = 0;
168 /* We generated two really fast. Bump the fudge factor. */
169 ++fudge;
172 *timestamp = time_now + fudge;
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/any_255/
H A Dtsig_250.c392 RETERR(uint16_tobuffer(tsig->fudge, target));
471 tsig->fudge = uint16_fromregion(&sr);
H A Dtsig_250.h29 isc_uint16_t fudge; member in struct:dns_rdata_any_tsig
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dtsig.c917 tsig.fudge = DNS_TSIG_FUDGE;
1019 /* Digest the timesigned and fudge */
1026 isc_buffer_putuint16(&databuf, tsig.fudge);
1279 if (now + msg->timeadjust > tsig.timesigned + tsig.fudge) {
1283 } else if (now + msg->timeadjust < tsig.timesigned - tsig.fudge) {
1414 isc_buffer_putuint16(&databuf, tsig.fudge);
1542 if (now + msg->timeadjust > tsig.timesigned + tsig.fudge) {
1548 tsig.timesigned - tsig.fudge) {
1634 * Digest the time signed and fudge.
1639 isc_buffer_putuint16(&databuf, tsig.fudge);
[all...]
/macosx-10.10/libresolv-57/
H A Dns_verify.c155 u_int16_t fudge, sigfieldlen, id, otherfieldlen; local
196 /* Read the time signed and fudge. */
200 NS_GET16(fudge, cp);
282 /* Digest the time signed and fudge. */
315 if (abs((*timesigned) - time(NULL)) > fudge)
357 int n, type, length, fudge, id, error; local
427 /* Read the time signed and fudge. */
431 NS_GET16(fudge, cp);
458 /* Digest the time signed and fudge. */
479 if (abs(timesigned - time(NULL)) > fudge)
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSDigest.c1377 // 300 sec is fudge recommended in RFC 2485
1432 mDNSu16 fudge; local
1475 fudge = NToH16(ptr);
1481 if (delta > fudge)
1483 LogMsg("ERROR: DNSDigest_VerifyMessage - time skew > %d", fudge);
1527 buf = mDNSOpaque16fromIntVal(fudge);
/macosx-10.10/ntp-92/include/
H A Dntp_config.h183 queue *fudge; member in struct:config_tree
/macosx-10.10/ntp-92/ntpd/
H A Dntp_config.c368 ptree->fudge = create_queue();
450 DESTROY_QUEUE(ptree->fudge);
852 fudge_ptr = queue_head(ptree->fudge);
866 fprintf(df, "fudge %s", addr_opts->addr->address);
877 "# unknown fudge option %s\n"
878 "fudge %s",
3003 curr_fudge = queue_head(ptree->fudge);
3018 "inappropriate address %s for the fudge command, line ignored",
3023 /* Parse all the options to the fudge command */
3077 "Unexpected fudge interna
[all...]
H A Dntp_parser.y744 { enqueue(cfgt.fudge, create_addr_opts_node($2, $3)); }
H A Dntp_refclock.c70 #define FUDGEFAC .1 /* fudge correction factor */
402 double fudge
412 SAMPLE(doffset + fudge);
418 * refclock_process_f - refclock_process with other than time1 fudge
435 double fudge
455 refclock_process_offset(pp, offset, pp->lastrec, fudge);
1183 * This routine is called after the fudge command to open the PPSAPI
1184 * interface for later parameter setting after the fudge command.
1206 * This routine is called to set the PPSAPI parameters after the fudge
H A Drefclock_parse.c3305 * parse_control - set fudge factors, return statistics
3559 double fudge; local
3782 fudge = parse->generic->fudgetime1; /* standard RS232 Fudgefactor */
3808 * set fudge = 0.0 if already included in PPS time stamps
3832 fudge = ppsphaseadjust; /* pick PPS fudge factor */
3868 fudge = ppsphaseadjust; /* pick PPS fudge factor */
3988 fudge);
3993 refclock_process_offset(parse->generic, reftime, rectime, fudge);
[all...]
/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc_ops.c86 static void fudge (struct parse *, FILE *);
208 { "fudge", fudge, { NTP_ADD, NTP_STR, NTP_STR, NO },
210 "set/change one of a clock's fudge factors" },
2728 (void) fprintf(fp, "fudge time 1: %s\n",
2731 (void) fprintf(fp, "fudge time 2: %s\n",
2737 (void) fprintf(fp, "fudge flags: 0x%x\n",
2748 * fudge - set clock fudge factors
2751 fudge( function
[all...]
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_crypt.c551 int32_t fudge; local
584 for (fudge = -SMBFUDGESIGN; fudge <= SMBFUDGESIGN; fudge++)
585 if (fudge == 0)
587 else if (smb_verify(rqp, rqp->sr_rseqno + fudge) == 0)
590 if (fudge <= SMBFUDGESIGN)
592 rqp->sr_rseqno, rqp->sr_rseqno + fudge);
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvText.c619 int leftX, topY, width, height, fudge;
684 * box includes the bounding box of all its lines, plus an extra fudge
689 fudge = (textInfoPtr->insertWidth + 1) / 2;
690 if (textInfoPtr->selBorderWidth > fudge) {
691 fudge = textInfoPtr->selBorderWidth;
693 textPtr->header.x1 = leftX - fudge;
695 textPtr->header.x2 = leftX + width + fudge;
614 int leftX, topY, width, height, fudge; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCanvText.c622 int leftX, topY, width, height, fudge;
688 * an extra fudge factor for the cursor border (which could
693 fudge = (textInfoPtr->insertWidth + 1) / 2;
694 if (textInfoPtr->selBorderWidth > fudge) {
695 fudge = textInfoPtr->selBorderWidth;
697 textPtr->header.x1 = leftX - fudge;
699 textPtr->header.x2 = leftX + width + fudge;
617 int leftX, topY, width, height, fudge; local
/macosx-10.10/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_sfb.c586 (*sp->sfb_bins)[0].fudge = sfb_random(sp);
587 (*sp->sfb_bins)[1].fudge = sfb_random(sp);
668 (*sp->sfb_bins)[s].fudge = sfb_random(sp); /* recompute perturbation */
1176 (*sp->sfb_bins)[s].fudge) & SFB_HASHMASK);
1179 (*sp->sfb_bins)[s ^ 1].fudge) & SFB_HASHMASK);
1352 * function was perturbed. Since the perturbation value (fudge),
H A Dclassq_sfb.h90 u_int32_t fudge; member in struct:sfb_bins

Completed in 317 milliseconds