Lines Matching refs:timestamp
121 struct timeval timestamp; in _svcauth_des() local
224 timestamp.tv_sec = IXDR_GET_LONG(ixdr); in _svcauth_des()
225 timestamp.tv_usec = IXDR_GET_LONG(ixdr); in _svcauth_des()
246 ×tamp); in _svcauth_des()
257 if ((u_long)timestamp.tv_usec >= USEC_PER_SEC) { in _svcauth_des()
262 if (nick && BEFORE(×tamp, in _svcauth_des()
269 if (!BEFORE(¤t, ×tamp)) { in _svcauth_des()
285 IXDR_PUT_LONG(ixdr, timestamp.tv_sec - 1); in _svcauth_des()
286 IXDR_PUT_LONG(ixdr, timestamp.tv_usec); in _svcauth_des()
317 entry->laststamp = timestamp; in _svcauth_des()
406 cache_spot(des_block *key, char *name, struct timeval *timestamp) in cache_spot() argument
418 if (BEFORE(timestamp, &cp->laststamp)) { in cache_spot()