Searched refs:NTP_HASH_MASK (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ntp/include/
H A Dntp.h695 #define NTP_HASH_MASK (NTP_HASH_SIZE-1) macro
696 #define NTP_HASH_ADDR(src) (sock_hash(src) & NTP_HASH_MASK)
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_peer.c377 hash = assoc & NTP_HASH_MASK;
500 hash = p->associd & NTP_HASH_MASK;
1004 hash = peer->associd & NTP_HASH_MASK;

Completed in 110 milliseconds