Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_unixtime.h12 # define GETTIMEOFDAY(a, b) (node_gettime(&ntp_node, a)) macro
21 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) macro
25 # define GETTIMEOFDAY(a, b) (gettimeofday(a)) macro
29 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) macro
32 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) macro
/freebsd/contrib/ntp/util/
H A Dprecision.c138 GETTIMEOFDAY(&tp, &tzp); in default_get_precision()
147 GETTIMEOFDAY(&tp, &tzp); in default_get_precision()
H A Dntp-keygen.c369 GETTIMEOFDAY(&tv, NULL); in main()
/freebsd/contrib/ntp/sntp/tests/
H A DpacketHandling.c53 GETTIMEOFDAY(&xmt, NULL); in test_GenerateUnauthenticatedPacket()
/freebsd/contrib/ntp/libntp/
H A Dntp_random.c300 GETTIMEOFDAY(&tv, NULL); in ntp_srandomdev()
H A Dsystime.c151 rc = GETTIMEOFDAY(&tv, NULL); in get_ostime()
/freebsd/contrib/ntp/ntpd/
H A Dntp_util.c247 GETTIMEOFDAY(&tv,(struct timezone *)NULL); in write_stats()
H A Drefclock_oncore.c1935 GETTIMEOFDAY(&tv, 0); in oncore_get_timestamp()
3599 GETTIMEOFDAY(&tv, 0); in oncore_load_almanac()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.0258 GETTIMEOFDAY().
4822 * ntpd/refclock_oncore.c (oncore_msg_any): Call GETTIMEOFDAY, not
H A DChangeLog4000 * [Bug 1290] Fix to use GETTIMEOFDAY macro
H A DCommitLog[all...]