Searched refs:laststamp (Results 1 – 9 of 9) sorted by relevance
62 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()
60 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()
86 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()
138 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()
113 l_fp laststamp; /* last receive timestamp */ member 264 pp->lastrec = up->laststamp; in arb_receive() 265 up->laststamp = trtmp; in arb_receive()
334 l_fp laststamp; /* last buffer timestamp */ member1007 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()
81 l_fp laststamp; /* last receive timestamp */ member
110 l_fp laststamp; /* last receive timestamp */ member
83 struct timeval laststamp; /* detect replays of creds */ member263 &authdes_cache[sid].laststamp)) { in _svcauth_des()317 entry->laststamp = timestamp; in _svcauth_des()418 if (BEFORE(timestamp, &cp->laststamp)) { in cache_spot()