Searched refs:auth_server (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/ppp-786.1.1/Authenticators/Radius/
H A Dradius.h39 struct auth_server { struct
49 extern struct auth_server **auth_servers;// array of authentication servers
H A Dmain.c143 struct auth_server **auth_servers = NULL; // array of authentication servers
333 auth_servers = malloc(nb_auth_servers * sizeof(struct auth_server *));
336 bzero(auth_servers, nb_auth_servers * sizeof(struct auth_server *));
339 struct auth_server *server = NULL;
341 auth_servers[i] = malloc(sizeof(struct auth_server));
345 bzero(server, sizeof(struct auth_server));
430 auth_servers = malloc(nb_auth_servers * sizeof(struct auth_server *));
431 bzero(auth_servers, nb_auth_servers * sizeof(struct auth_server *));
433 auth_servers[i] = malloc(sizeof(struct auth_server));
434 bzero(auth_servers[i], sizeof(struct auth_server));
[all...]
H A Dradius_eap.c149 struct auth_server *server = auth_servers[i];
/macosx-10.10.1/bind9-45.101/bind9/lib/export/samples/
H A Dsample-update.c76 "[-a auth_server] "
95 char *auth_server = NULL; local
117 auth_server = optarg;
148 if (auth_server == NULL && recursive_server == NULL) {
178 if (auth_server != NULL) {
184 gai_error = getaddrinfo(auth_server, "53", &hints, &res);
265 (auth_server == NULL) ? NULL :
/macosx-10.10.1/rsync-45/rsync/
H A Dauthenticate.c224 char *auth_server(int f_in, int f_out, int module, char *host, char *addr, function
252 out_of_memory("auth_server");
H A Dproto.h5 char *auth_server(int f_in, int f_out, int module, char *host, char *addr,
H A Dclientserver.c320 auth_user = auth_server(f_in, f_out, i, host, addr, "@RSYNCD: AUTHREQD ");

Completed in 179 milliseconds