Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c80 struct timeval laststamp; /* detect replays of creds */ member
366 &_rpc_authdes_cache[sid].laststamp)) { in __svcauth_des()
448 entry->laststamp = timestamp; in __svcauth_des()
592 if (BEFORE(timestamp, &cp->laststamp)) { in cache_spot()