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

  /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...]
radius.c 122 SERVER *authserver; /* Authentication server to use */ member in struct:radius_state
131 /* The pre_auth_hook MAY set authserver and acctserver if it wants.
134 SERVER **authserver,
267 &rstate.authserver,
296 if (rstate.authserver) {
297 result = rc_auth_using_server(rstate.authserver,
379 &rstate.authserver,
467 if (rstate.authserver) {
468 result = rc_auth_using_server(rstate.authserver,
    [all...]

Completed in 509 milliseconds