authdes_cache_entry
static struct authdes_cache_entry **authdes_cache; /* [authdes_cachesz] */
static struct authdes_cache_entry *lru_first = NULL;
static struct authdes_cache_entry *lru_last = NULL;
static struct authdes_cache_entry *authdes_cache_new(char *,
static struct authdes_cache_entry *authdes_cache_get(uint32_t);
struct authdes_cache_entry *nick_entry;
sizeof (struct authdes_cache_entry *) * authdes_cachesz,
sizeof (struct authdes_cache_entry), 0, NULL, NULL,
struct authdes_cache_entry *nickentry;
struct authdes_cache_entry *
struct authdes_cache_entry *new, *head;
struct authdes_cache_entry *
struct authdes_cache_entry *cur = NULL;
struct authdes_cache_entry *p;
struct authdes_cache_entry *p;
struct authdes_cache_entry *prev, *next; /* hash table linked list */
struct authdes_cache_entry *lru_prev, *lru_next; /* LRU linked list */