Lines Matching full:addresses
111 /* List of addresses which the peer may use. */
112 static struct wordlist *addresses[NUM_PPP]; variable
115 /* Wordlist giving addresses which the peer may use
1002 * acceptable, and iff so, set the list of acceptable IP addresses
1135 * set_allowed_addrs() - set the list of allowed addresses.
1140 if (addresses[unit] != NULL) {
1141 free_wordlist(addresses[unit]);
1143 addresses[unit] = addrs;
1179 return ip_addr_check(addr, addresses[unit]); in auth_ip_addr()
1191 return !ppp_settings.auth_required; /* no addresses authorized */ in ip_addr_check()
1194 /* XXX All other addresses allowed. */ in ip_addr_check()