Home | History | Annotate | Download | only in racoon

Lines Matching refs:radius_acct_state

100 struct rad_handle *radius_acct_state = NULL;
472 (radius_acct_state == NULL)) {
473 if ((radius_acct_state = rad_acct_open()) == NULL) {
479 if (rad_config(radius_acct_state, NULL) != 0) {
482 rad_strerror(radius_acct_state));
483 rad_close(radius_acct_state);
484 radius_acct_state = NULL;