Searched refs:radius_acct_state (Results 1 – 3 of 3) sorted by relevance
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));[all …]
100 struct rad_handle *radius_acct_state = NULL; variable475 (radius_acct_state == NULL)) { in xauth_radius_init()476 if ((radius_acct_state = rad_acct_open()) == NULL) { in xauth_radius_init()482 if (rad_config(radius_acct_state, NULL) != 0) { in xauth_radius_init()485 rad_strerror(radius_acct_state)); in xauth_radius_init()486 rad_close(radius_acct_state); in xauth_radius_init()487 radius_acct_state = NULL; in xauth_radius_init()
220 extern struct rad_handle *radius_acct_state;