Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dauth.c140 static struct wordlist *noauth_addrs; variable
512 wp->next = noauth_addrs;
514 noauth_addrs = wp;
746 if (!auth_required && noauth_addrs != NULL)
757 if (noauth_addrs != NULL) {
1280 if (auth_required && !can_auth && noauth_addrs == NULL) { in auth_check_options()
1860 n = wordlist_count(addrs) + wordlist_count(noauth_addrs);
1870 *plink = noauth_addrs;
/external/syslinux/core/lwip/src/netif/ppp/
Dauth.c117 static struct wordlist *noauth_addrs;
365 wp->next = noauth_addrs;
367 noauth_addrs = wp;