Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/ntpd/
HDntp_peer.c85 int assoc_hash_count[NTP_HASH_SIZE];/* peers in each bucket */ variable
503 assoc_hash_count[hash]--; in free_peer()
508 assoc_hash_count[hash]++; in free_peer()
1061 assoc_hash_count[hash]++; in newpeer()
/freebsd-head/contrib/ntp/include/
HDntpd.h495 extern int assoc_hash_count[NTP_HASH_SIZE];/* count of in each bucket */