Searched refs:authusers (Results 1 – 4 of 4) sorted by relevance
154 SLIST_HEAD(authusers, authuser);179 extern struct authusers authusers;
68 struct authusers authusers = LIST_HEAD_INITIALIZER(authusers); variable
138 SLIST_INSERT_HEAD(&authusers, au, next); in parse_authfile()
543 SLIST_FOREACH(a, &authusers, next) { in deliver_to_host()