HomeSort by relevance Sort by last modified time
    Searched refs:radius_acct_state (Results 1 - 3 of 3) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_cfg.c     [all...]
isakmp_cfg.h 220 extern struct rad_handle *radius_acct_state;
isakmp_xauth.c 100 struct rad_handle *radius_acct_state = NULL; variable in typeref:struct:rad_handle
475 (radius_acct_state == NULL)) {
476 if ((radius_acct_state = rad_acct_open()) == NULL) {
482 if (rad_config(radius_acct_state, NULL) != 0) {
485 rad_strerror(radius_acct_state));
486 rad_close(radius_acct_state);
487 radius_acct_state = NULL;
    [all...]

Completed in 185 milliseconds