Searched refs:OT_STR (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/plugins/radius/ |
D | options.h | 15 #define OT_STR (1<<0) /* string */ macro 39 {"config_file", OT_STR, ST_UNDEF, NULL}, 44 {"nologin", OT_STR, ST_UNDEF, "/etc/nologin"}, 45 {"issue", OT_STR, ST_UNDEF, "/etc/radiusclient/issue"}, 49 {"servers", OT_STR, ST_UNDEF, NULL}, 50 {"dictionary", OT_STR, ST_UNDEF, NULL}, 51 {"login_radius", OT_STR, ST_UNDEF, "/usr/sbin/login.radius"}, 52 {"seqfile", OT_STR, ST_UNDEF, NULL}, 53 {"mapfile", OT_STR, ST_UNDEF, NULL}, 54 {"default_realm", OT_STR, ST_UNDEF, NULL}, [all …]
|
D | config.c | 233 case OT_STR: in rc_read_config() 271 option = find_option(optname, OT_STR); in rc_conf_str()
|