Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/krb5/krb5kdc/
H A Ddispatch.c44 static krb5_int32 last_usec = 0, last_os_random = 0; variable
79 if(last_os_random == 0) in dispatch()
80 last_os_random = now; in dispatch()
82 if(now-last_os_random >= 60*60) { in dispatch()
84 last_os_random = now; in dispatch()