Home
last modified time | relevance | path

Searched refs:nextdate (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl2/rcs/dist/src/
H A Drlog.c1033 (nextdate->enddate)[0] = '\0';
1042 switchflag ? nextdate->enddate : nextdate->strtdate);
1044 VOID strcpy(nextdate->enddate,nextdate->strtdate);
1051 nextdate->ne_date = !eq;
1058 *nextdate->strtdate= '\0';
1060 *nextdate->enddate= '\0';
1061 nextdate->dnext = datelist;
1062 datelist = nextdate;
1072 switchflag ? nextdate->strtdate : nextdate->enddate);
1074 datelist = nextdate;
[all …]
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_proto.c2462 peer->nextdate++; in receive()
2464 peer->nextdate--; in receive()
3064 peer->nextdate = utemp; in poll_update()
3074 peer->nextdate = utemp; in poll_update()
3076 peer->nextdate = utemp; in poll_update()
3125 peer->nextdate = next; in poll_update()
3127 peer->nextdate = utemp; in poll_update()
3133 if (peer->nextdate > limit) { in poll_update()
3135 limit, peer->nextdate)); in poll_update()
3136 peer->nextdate = limit; in poll_update()
[all …]
H A Dntp_timer.c340 if (p->nextdate <= current_time) { in timer()
H A Dntp_refclock.c1692 if (peer->nextdate <= limit) in refclock_checkburst()
1714 peer->nextdate = limit; in refclock_checkburst()
H A Drefclock_chu.c1087 peer->nextdate = current_time + 10; in chu_burst()
H A Dntp_request.c1045 ip->timetosend = htonl(pp->nextdate - current_time); in peer_stats()
H A Dntp_control.c2752 p->nextdate - current_time); in ctl_putpeer()
/netbsd/external/bsd/ntp/dist/include/
H A Dntp.h391 u_long nextdate; /* send time next packet */ member
/netbsd/external/bsd/ntp/dist/
H A DCommitLog-4.1.0987 (poll_update): peer->nextdate, not ->outdate. More cleanup around
1397 (poll_update): Poll wiggles. Make sure peer->nextdate is timely.
2413 * ntpd/ntp_peer.c (newpeer): Better nextdate choice.
5492 (acts_receive): Update peer->nextdate with current_nextdate