OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OT_INT
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/plugins/radius/
options.h
16
#define
OT_INT
(1<<1) /* integer */
42
{"login_tries",
OT_INT
, ST_UNDEF, &default_tries},
43
{"login_timeout",
OT_INT
, ST_UNDEF, &default_timeout},
55
{"radius_timeout",
OT_INT
, ST_UNDEF, NULL},
56
{"radius_retries",
OT_INT
, ST_UNDEF, NULL},
config.c
237
case
OT_INT
:
282
option = find_option(optname,
OT_INT
|OT_AUO);
Completed in 220 milliseconds