Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_dumbclock.c62 l_fp laststamp; /* last receive timestamp */ member
212 up->laststamp = trtmp; in dumbclock_receive()
218 pp->lastrec = up->laststamp; in dumbclock_receive()
219 up->laststamp = trtmp; in dumbclock_receive()
H A Drefclock_chronolog.c60 l_fp laststamp; /* last receive timestamp */ member
195 up->laststamp = trtmp; in chronolog_receive()
201 pp->lastrec = up->laststamp; in chronolog_receive()
202 up->laststamp = trtmp; in chronolog_receive()
H A Drefclock_ulink.c86 l_fp laststamp; /* last receive timestamp */ member
218 up->laststamp = trtmp; in ulink_receive()
224 pp->lastrec = up->laststamp; in ulink_receive()
225 up->laststamp = trtmp; in ulink_receive()
H A Drefclock_wwvb.c138 l_fp laststamp; /* last <CR> timestamp */ member
283 * Save the timestamp of each <CR> in up->laststamp. Lines with in wwvb_receive()
298 up->laststamp = trtmp; in wwvb_receive()
306 pp->lastrec = up->laststamp; in wwvb_receive()
307 up->laststamp = trtmp; in wwvb_receive()
H A Drefclock_arbiter.c113 l_fp laststamp; /* last receive timestamp */ member
264 pp->lastrec = up->laststamp; in arb_receive()
265 up->laststamp = trtmp; in arb_receive()
H A Drefclock_chu.c334 l_fp laststamp; /* last buffer timestamp */ member
1007 if (L_ISZERO(&up->laststamp)) in chu_decode()
1008 up->laststamp = up->timestamp; in chu_decode()
1009 L_SUB(&tstmp, &up->laststamp); in chu_decode()
1010 up->laststamp = up->timestamp; in chu_decode()
H A Drefclock_hopfser.c81 l_fp laststamp; /* last receive timestamp */ member
H A Drefclock_neoclock4x.c110 l_fp laststamp; /* last receive timestamp */ member
/freebsd/lib/libc/rpc/
H A Dsvc_auth_des.c83 struct timeval laststamp; /* detect replays of creds */ member
263 &authdes_cache[sid].laststamp)) { in _svcauth_des()
317 entry->laststamp = timestamp; in _svcauth_des()
418 if (BEFORE(timestamp, &cp->laststamp)) { in cache_spot()