HomeSort by relevance Sort by last modified time
    Searched refs:OT_STR (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/plugins/radius/
options.h 15 #define OT_STR (1<<0) /* string */
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...]
config.c 233 case OT_STR:
271 option = find_option(optname, OT_STR);

Completed in 93 milliseconds