OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adminsock_path
(Results
1 - 6
of
6
) sorted by null
/external/ipsec-tools/src/racoon/
admin.h
37
#define
ADMINSOCK_PATH
ADMINPORTDIR "/racoon.sock"
39
extern char *
adminsock_path
;
evt.c
68
if (
adminsock_path
== NULL)
kmpstat.c
106
"%s",
adminsock_path
);
admin.c
89
char *
adminsock_path
=
ADMINSOCK_PATH
;
variable
564
if (
adminsock_path
== NULL) {
572
"%s",
adminsock_path
);
racoonctl.c
87
char *
adminsock_path
=
ADMINSOCK_PATH
;
variable
289
adminsock_path
= optarg;
[
all
...]
cfparse.y
484
adminsock_path
= NULL;
[
all
...]
Completed in 67 milliseconds