Home | History | Annotate | Download | only in radius

Lines Matching defs:radius_msg

251     static char radius_msg[BUF_LEN];
253 radius_msg[0] = 0;
254 *msgp = radius_msg;
256 if (radius_init(radius_msg) < 0) {
297 &received, radius_msg, NULL);
299 result = rc_auth(rstate.client_port, send, &received, radius_msg, NULL);
303 if (radius_setparams(received, radius_msg, NULL, NULL, NULL, NULL, 0) < 0) {
339 static char radius_msg[BUF_LEN];
353 radius_msg[0] = 0;
355 if (radius_init(radius_msg) < 0) {
356 error("%s", radius_msg);
477 &received, radius_msg, req_info);
479 result = rc_auth(rstate.client_port, send, &received, radius_msg,
485 if (radius_setparams(received, radius_msg, req_info, digest,
487 error("%s", radius_msg);