Home
last modified time | relevance | path

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

/sunrpc/
A Dsvcauth_des.c117 struct rpc_timeval timestamp; in _svcauth_des() local
246 timestamp.tv_sec = IXDR_GET_INT32 (ixdr); in _svcauth_des()
247 timestamp.tv_usec = IXDR_GET_INT32 (ixdr); in _svcauth_des()
272 &timestamp); in _svcauth_des()
287 if (timestamp.tv_usec >= USEC_PER_SEC) in _svcauth_des()
304 if (!BEFORE (&current, &timestamp)) in _svcauth_des()
321 IXDR_PUT_INT32 (ixdr, timestamp.tv_sec - 1); in _svcauth_des()
322 IXDR_PUT_INT32 (ixdr, timestamp.tv_usec); in _svcauth_des()
354 entry->laststamp = timestamp; in _svcauth_des()
449 struct rpc_timeval *timestamp) in cache_spot() argument
[all …]

Completed in 5 milliseconds