Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_peer.c377 hash = assoc & NTP_HASH_MASK; in findpeerbyassoc()
500 hash = p->associd & NTP_HASH_MASK; in free_peer()
1004 hash = peer->associd & NTP_HASH_MASK; in newpeer()
/freebsd-12.1/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)