Home
last modified time | relevance | path

Searched refs:assoc_hash (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_peer.c84 struct peer *assoc_hash[NTP_HASH_SIZE]; /* association ID hash table */ variable
380 for (p = assoc_hash[hash]; p != NULL; p = p->aid_link) in findpeerbyassoc()
505 UNLINK_SLIST(unlinked, assoc_hash[hash], p, aid_link, in free_peer()
1060 LINK_SLIST(assoc_hash[hash], peer, aid_link); in newpeer()
/freebsd/contrib/ntp/include/
H A Dntpd.h494 extern struct peer *assoc_hash[NTP_HASH_SIZE]; /* association ID hash table */
/freebsd/contrib/ntp/
H A DCommitLog181860 peer_hash and assoc_hash