Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/libntp/
HDauthkeys.c62 symkey key_listhead; /* list of all in-use keys */; variable
289 INIT_DLIST(key_listhead, llink); in init_auth()
309 while (NULL != (sk = HEAD_DLIST(key_listhead, llink))) { in free_auth_mem()
462 ITER_DLIST_BEGIN(key_listhead, sk, llink, symkey) in auth_resize_hashtable()
505 LINK_TAIL_DLIST(key_listhead, sk, llink); in allocsymkey()
829 ITER_DLIST_BEGIN(key_listhead, sk, llink, symkey) in auth_delkeys()
862 ITER_DLIST_BEGIN(key_listhead, sk, llink, symkey) in auth_agekeys()