HomeSort by: relevance | last modified time | path
    Searched refs:NTP_HASH_SIZE (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntpd.h 494 extern struct peer *peer_hash[NTP_HASH_SIZE]; /* peer hash table */
495 extern int peer_hash_count[NTP_HASH_SIZE]; /* count of in each bucket */
496 extern struct peer *assoc_hash[NTP_HASH_SIZE]; /* association ID hash table */
497 extern int assoc_hash_count[NTP_HASH_SIZE];/* count of in each bucket */
ntp.h 707 #define NTP_HASH_SIZE 128
708 #define NTP_HASH_MASK (NTP_HASH_SIZE-1)
ntp_request.h 569 u_char hashcount[NTP_HASH_SIZE];
  /src/external/bsd/ntp/dist/ntpd/
ntp_peer.c 84 struct peer *peer_hash[NTP_HASH_SIZE]; /* peer hash table */
85 int peer_hash_count[NTP_HASH_SIZE]; /* peers in each bucket */
86 struct peer *assoc_hash[NTP_HASH_SIZE]; /* association ID hash table */
87 int assoc_hash_count[NTP_HASH_SIZE];/* peers in each bucket */
ntp_request.c 1187 for (i = 0; i < NTP_HASH_SIZE; i++)
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 1212 for (i = 0; i < NTP_HASH_SIZE; i++) {
1214 if ((i % 8) == 7 && i != (NTP_HASH_SIZE-1))
  /src/external/bsd/ntp/dist/ntpq/
ntpq-subs.c 2613 cb = NTP_HASH_SIZE * sizeof(*hash_table);

Completed in 37 milliseconds