OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ST_UNDEF
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/plugins/radius/
options.h
23
#define
ST_UNDEF
(1<<0) /* option is undefined */
39
{"config_file", OT_STR,
ST_UNDEF
, NULL},
41
{"auth_order", OT_AUO,
ST_UNDEF
, NULL},
42
{"login_tries", OT_INT,
ST_UNDEF
, &default_tries},
43
{"login_timeout", OT_INT,
ST_UNDEF
, &default_timeout},
44
{"nologin", OT_STR,
ST_UNDEF
, "/etc/nologin"},
45
{"issue", OT_STR,
ST_UNDEF
, "/etc/radiusclient/issue"},
47
{"authserver", OT_SRV,
ST_UNDEF
, &authserver},
48
{"acctserver", OT_SRV,
ST_UNDEF
, &acctserver},
49
{"servers", OT_STR,
ST_UNDEF
, NULL}
[
all
...]
/external/libppp/src/
fsm.h
46
#define
ST_UNDEF
-1
Completed in 267 milliseconds