Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/libntp/
Dauthkeys.c62 symkey key_listhead; /* list of all in-use keys */; variable
194 INIT_DLIST(key_listhead, llink); in init_auth()
214 while (NULL != (sk = HEAD_DLIST(key_listhead, llink))) { in free_auth_mem()
363 ITER_DLIST_BEGIN(key_listhead, sk, llink, symkey) in auth_resize_hashtable()
406 LINK_TAIL_DLIST(key_listhead, sk, llink); in allocsymkey()
728 ITER_DLIST_BEGIN(key_listhead, sk, llink, symkey) in auth_delkeys()
761 ITER_DLIST_BEGIN(key_listhead, sk, llink, symkey) in auth_agekeys()