HomeSort by relevance Sort by last modified time
    Searched full:authserver (Results 1 - 8 of 8) sorted by null

  /external/ppp/pppd/plugins/radius/etc/
realms 6 #authserver netservers.co.uk 192.168.1.1:1812
11 #authserver example.com 10.0.0.1:1812
16 #authserver DEFAULT 192.168.1.1:1812
radiusclient.conf 37 authserver localhost:1812
40 # said for authserver applies, too.
radiusclient.conf.in 37 authserver localhost:1812
40 # said for authserver applies, too.
  /external/ppp/pppd/plugins/radius/
options.h 32 static SERVER authserver = {0}; variable
47 {"authserver", OT_SRV, ST_UNDEF, &authserver},
buildreq.c 165 SERVER *authserver = rc_conf_srv("authserver"); local
167 if (!authserver) {
170 return rc_auth_using_server(authserver, client_port, send, received,
186 int rc_auth_using_server(SERVER *authserver,
216 for(i=0; (i<authserver->max) && (result != OK_RC) && (result != BADRESP_RC)
223 rc_buildreq(&data, PW_ACCESS_REQUEST, authserver->name[i],
224 authserver->port[i], timeout, retries);
252 SERVER *authserver = rc_conf_srv("authserver"); local
    [all...]
radrealms.c 36 SERVER **authserver,
41 SERVER **authserver,
84 if (p == NULL || (strcmp(p, "authserver") !=0
135 *authserver = auths;
radius.c 120 SERVER *authserver; /* Authentication server to use */ member in struct:radius_state
129 /* The pre_auth_hook MAY set authserver and acctserver if it wants.
132 SERVER **authserver,
265 &rstate.authserver,
294 if (rstate.authserver) {
295 result = rc_auth_using_server(rstate.authserver,
377 &rstate.authserver,
474 if (rstate.authserver) {
475 result = rc_auth_using_server(rstate.authserver,
    [all...]
config.c 109 if (!strcmp(option->name,"authserver"))
315 if (!(rc_conf_srv("authserver")->max))
317 error("%s: no authserver specified", filename);

Completed in 1617 milliseconds