Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dauth.c145 static struct wordlist *noauth_addrs; variable
498 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;