Lines Matching refs:timestamp
125 struct timeval timestamp; in _svcauth_des() local
228 timestamp.tv_sec = IXDR_GET_LONG(ixdr); in _svcauth_des()
229 timestamp.tv_usec = IXDR_GET_LONG(ixdr); in _svcauth_des()
250 ×tamp); in _svcauth_des()
261 if ((u_long)timestamp.tv_usec >= USEC_PER_SEC) { in _svcauth_des()
266 if (nick && BEFORE(×tamp, in _svcauth_des()
273 if (!BEFORE(¤t, ×tamp)) { in _svcauth_des()
289 IXDR_PUT_LONG(ixdr, timestamp.tv_sec - 1); in _svcauth_des()
290 IXDR_PUT_LONG(ixdr, timestamp.tv_usec); in _svcauth_des()
321 entry->laststamp = timestamp; in _svcauth_des()
410 cache_spot(des_block *key, char *name, struct timeval *timestamp) in cache_spot() argument
422 if (BEFORE(timestamp, &cp->laststamp)) { in cache_spot()