Searched refs:noauth_addrs (Results 1 – 1 of 1) sorted by relevance
116 static struct wordlist *noauth_addrs; variable392 wp->next = noauth_addrs;394 noauth_addrs = wp;533 if (noauth_addrs != NULL) {534 set_allowed_addrs(unit, noauth_addrs, NULL);986 if (auth_required && !can_auth && noauth_addrs == NULL) { in auth_check_options()