Lines Matching refs:authserver
165 SERVER *authserver = rc_conf_srv("authserver"); in rc_auth() local
167 if (!authserver) { in rc_auth()
170 return rc_auth_using_server(authserver, client_port, send, received, in rc_auth()
186 int rc_auth_using_server(SERVER *authserver, in rc_auth_using_server() argument
216 for(i=0; (i<authserver->max) && (result != OK_RC) && (result != BADRESP_RC) in rc_auth_using_server()
223 rc_buildreq(&data, PW_ACCESS_REQUEST, authserver->name[i], in rc_auth_using_server()
224 authserver->port[i], timeout, retries); in rc_auth_using_server()
252 SERVER *authserver = rc_conf_srv("authserver"); in rc_auth_proxy() local
260 for(i=0; (i<authserver->max) && (result != OK_RC) && (result != BADRESP_RC) in rc_auth_proxy()
267 rc_buildreq(&data, PW_ACCESS_REQUEST, authserver->name[i], in rc_auth_proxy()
268 authserver->port[i], timeout, retries); in rc_auth_proxy()