OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCRIPT_MAX
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/src/racoon/
remoteconf.h
56
#define
SCRIPT_MAX
1
57
extern char *script_names[
SCRIPT_MAX
+ 1];
99
vchar_t *script[
SCRIPT_MAX
+ 1];/* script hooks paths */
remoteconf.c
85
char *script_names[
SCRIPT_MAX
+ 1] = { "phase1_up", "phase1_down" };
202
for (i = 0; i <=
SCRIPT_MAX
; i++)
privsep.c
1155
if ((name < 0) || (name >
SCRIPT_MAX
)) {
Completed in 30 milliseconds