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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradius.c251 static char radius_msg[BUF_LEN]; local
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]; local
353 radius_msg[0] = 0;
355 if (radius_init(radius_msg) <
[all...]

Completed in 51 milliseconds