Home
last modified time | relevance | path

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

/trueos/contrib/ntp/ntpd/
HDrefclock_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()
HDrefclock_ulink.c103 l_fp laststamp; /* last receive timestamp */ member
236 up->laststamp = trtmp; in ulink_receive()
242 pp->lastrec = up->laststamp; in ulink_receive()
243 up->laststamp = trtmp; in ulink_receive()
HDrefclock_dumbclock.c68 l_fp laststamp; /* last receive timestamp */ member
223 up->laststamp = trtmp; in dumbclock_receive()
229 pp->lastrec = up->laststamp; in dumbclock_receive()
230 up->laststamp = trtmp; in dumbclock_receive()
HDrefclock_wwvb.c116 l_fp laststamp; /* last receive timestamp */ member
256 up->laststamp = trtmp; in wwvb_receive()
260 pp->lastrec = up->laststamp; in wwvb_receive()
HDrefclock_arbiter.c104 l_fp laststamp; /* last receive timestamp */ member
245 pp->lastrec = up->laststamp; in arb_receive()
246 up->laststamp = trtmp; in arb_receive()
HDrefclock_chu.c308 l_fp laststamp; /* last buffer timestamp */ member
968 if (L_ISZERO(&up->laststamp)) in chu_decode()
969 up->laststamp = up->timestamp; in chu_decode()
970 L_SUB(&tstmp, &up->laststamp); in chu_decode()
971 up->laststamp = up->timestamp; in chu_decode()
HDrefclock_hopfser.c87 l_fp laststamp; /* last receive timestamp */ member
HDrefclock_neoclock4x.c117 l_fp laststamp; /* last receive timestamp */ member
/trueos/lib/libc/rpc/
HDsvc_auth_des.c87 struct timeval laststamp; /* detect replays of creds */ member
269 &authdes_cache[sid].laststamp)) {
323 entry->laststamp = timestamp;
428 if (BEFORE(timestamp, &cp->laststamp)) {