Searched refs:ntp_time (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ntp-88/libntp/
H A Dcalyearstart.c19 calyearstart(u_long ntp_time) argument
24 caljulian(ntp_time,&jt);
49 NTP_INVARIANT((ntp_u_int32_t)(caltontp(&jt) + delta) == (ntp_u_int32_t)ntp_time);
55 return (ntp_u_int32_t)(ntp_time - delta);
/macosx-10.9.5/ntp-88/ntpd/
H A Dcheck_y2k.c492 u_long ntp_time; /* NTP time */ local
499 ntp_time = julian0( year0 ); /* NTP starts in 1900-01-01 */
501 ntp_time -= 365; /* BIAS required for successful test */
503 if ( DAY_NTP_STARTS != ntp_time )
509 (long)DAY_NTP_STARTS, (long)ntp_time,
510 (long)DAY_NTP_STARTS - (long)ntp_time );
517 ntp_time = Days( year ) - Days( year0 ); /* days into NTP time */
518 ntp_time *= 24 * 60 * 60; /* convert into seconds */
519 caljulian( ntp_time, &ot ); /* convert January 1 */
526 (unsigned long)ntp_time,
574 u_long ntp_time; /* NTP time */ local
[all...]
H A Dntpsim.c431 n->time, n->clk_time, n->ntp_time);
436 n->time, n->clk_time, n->ntp_time);
485 if (ntp_node.ntp_time == ntp_node.last_time)
486 ntp_node.ntp_time += 200e-9;
487 ntp_node.last_time = ntp_node.ntp_time;
488 DTOLFP(ntp_node.ntp_time, now);

Completed in 127 milliseconds