Home | History | Annotate | Download | only in radius

Lines Matching refs:clients

102 	 * clients - List of authorized RADIUS clients
104 struct radius_client *clients;
247 * These counters are the sum over all clients.
317 struct radius_client *client = data->clients;
1062 struct radius_client *clients)
1066 client = clients;
1084 struct radius_client *clients, *tail, *entry;
1104 clients = tail = NULL;
1212 clients = tail = entry;
1221 radius_server_free_clients(NULL, clients);
1222 clients = NULL;
1228 return clients;
1301 data->clients = radius_server_read_clients(conf->client_file,
1303 if (data->clients == NULL) {
1304 printf("No RADIUS clients configured.\n");
1346 radius_server_free_clients(data, data->clients);
1426 for (cli = data->clients, idx = 0; cli; cli = cli->next, idx++) {
1522 for (cli = data->clients; cli; cli = cli->next) {