Searched refs:ST_UNDEF (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/plugins/radius/ |
D | options.h | 23 #define ST_UNDEF (1<<0) /* option is undefined */ macro 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 …]
|
D | config.c | 223 if (option->status != ST_UNDEF) { in rc_read_config()
|