Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dntp_random.c260 ntp_srandom( in ntp_srandom() function
301 ntp_srandom(getpid() ^ tv.tv_sec ^ tv.tv_usec ^ junk); in ntp_srandomdev()
389 ntp_srandom(seed); in ntp_initstate()
/freebsd/contrib/ntp/include/
H A Dntp_random.h9 void ntp_srandom (unsigned long);
/freebsd/contrib/ntp/ntpd/
H A Dntpsim.c146 ntp_srandom(seed.tv_usec); in ntpsim()
H A Dntpd.c1027 ntp_srandom((int)(now.l_i * now.l_uf));