Home | History | Annotate | Download | only in racoon

Lines Matching refs:radius_acct_state

1498 	if (radius_acct_state == NULL) {
1499 if ((radius_acct_state = rad_acct_open()) == NULL) {
1505 if (rad_config(radius_acct_state, NULL) != 0) {
1508 rad_strerror(radius_acct_state));
1509 rad_close(radius_acct_state);
1510 radius_acct_state = NULL;
1515 if (rad_create_request(radius_acct_state,
1519 rad_strerror(radius_acct_state));
1523 if (rad_put_string(radius_acct_state, RAD_USER_NAME,
1527 rad_strerror(radius_acct_state));
1543 if (rad_put_addr(radius_acct_state,
1547 rad_strerror(radius_acct_state));
1551 if (rad_put_addr(radius_acct_state,
1555 rad_strerror(radius_acct_state));
1559 if (rad_put_int(radius_acct_state, RAD_ACCT_STATUS_TYPE, inout) != 0) {
1562 rad_strerror(radius_acct_state));
1566 if (isakmp_cfg_radius_common(radius_acct_state,
1570 if (rad_send_request(radius_acct_state) != RAD_ACCOUNTING_RESPONSE) {
1573 rad_strerror(radius_acct_state));