Home
last modified time | relevance | path

Searched refs:radius_acct_state (Results 1 – 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
Disakmp_cfg.c1498 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 …]
Disakmp_xauth.c100 struct rad_handle *radius_acct_state = NULL; variable
475 (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()
Disakmp_cfg.h220 extern struct rad_handle *radius_acct_state;