Searched refs:noauth_addrs (Results 1 – 1 of 1) sorted by relevance
145 static struct wordlist *noauth_addrs; variable498 wp->next = noauth_addrs;500 noauth_addrs = wp;722 if (!auth_required && noauth_addrs != NULL)733 if (noauth_addrs != NULL) {1247 if (auth_required && !can_auth && noauth_addrs == NULL) { in auth_check_options()2050 n = wordlist_count(addrs) + wordlist_count(noauth_addrs);2060 *plink = noauth_addrs;