OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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;
[
all
...]
Completed in 31 milliseconds