Home
last modified time | relevance | path

Searched refs:OT_INT (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/plugins/radius/
Doptions.h16 #define OT_INT (1<<1) /* integer */ macro
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},
Dconfig.c237 case OT_INT: in rc_read_config()
282 option = find_option(optname, OT_INT|OT_AUO); in rc_conf_int()