Lines Matching defs:addresses
137 /* List of addresses which the peer may use. */
138 static struct wordlist *addresses[NUM_PPP];
776 * acceptable, and iff so, set the list of acceptable IP addresses
952 * set_allowed_addrs() - set the list of allowed addresses.
957 if (addresses[unit] != NULL)
958 free_wordlist(addresses[unit]);
959 addresses[unit] = addrs;
988 return ip_addr_check(addr, addresses[unit]);
1005 return !auth_required; /* no addresses authorized */
1008 /* "-" means no addresses authorized, "*" means any address allowed */
1210 novm("authorized addresses");