Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Dntp_monitor.c228 octets = sizeof(*mon_hash) * MON_HASH_SIZE; in mon_start()
266 zero_mem(mon_hash, sizeof(*mon_hash) * MON_HASH_SIZE); in mon_stop()
/src/contrib/ntp/include/
H A Dntpd.h179 #define MON_HASH_SIZE ((size_t)1U << mon_hash_bits) macro
180 #define MON_HASH_MASK (MON_HASH_SIZE - 1)