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

  /src/external/bsd/ntp/dist/ntpd/
ntp_peer.c 86 struct peer *assoc_hash[NTP_HASH_SIZE]; /* association ID hash table */ variable in typeref:struct:peer
382 for (p = assoc_hash[hash]; p != NULL; p = p->aid_link)
507 UNLINK_SLIST(unlinked, assoc_hash[hash], p, aid_link,
1062 LINK_SLIST(assoc_hash[hash], peer, aid_link);
  /src/external/bsd/ntp/dist/include/
ntpd.h 496 extern struct peer *assoc_hash[NTP_HASH_SIZE]; /* association ID hash table */

Completed in 19 milliseconds