Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Dntp_peer.c379 hash = assoc & NTP_HASH_MASK; in findpeerbyassoc()
502 hash = p->associd & NTP_HASH_MASK; in free_peer()
1059 hash = peer->associd & NTP_HASH_MASK; in newpeer()
/src/contrib/ntp/include/
H A Dntp.h706 #define NTP_HASH_MASK (NTP_HASH_SIZE-1) macro
707 #define NTP_HASH_ADDR(src) (sock_hash(src) & NTP_HASH_MASK)