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

  /external/ppp/pppd/plugins/radius/
options.h 23 #define ST_UNDEF (1<<0) /* option is undefined */
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...]
config.c 223 if (option->status != ST_UNDEF) {

Completed in 72 milliseconds