Searched defs:noauth_addrs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c119 static struct wordlist *noauth_addrs; variable in typeref:struct:wordlist
395 wp->next = noauth_addrs;
397 noauth_addrs = wp;
536 if (noauth_addrs != NULL) {
537 set_allowed_addrs(unit, noauth_addrs, NULL);
989 if (auth_required && !can_auth && noauth_addrs == NULL) {

Completed in 48 milliseconds