Searched refs:rc_conf_str (Results 1 - 5 of 5) sorted by relevance

/external/ppp/pppd/plugins/radius/
H A Dconfig.c260 * Function: rc_conf_str, rc_conf_int, rc_conf_src
267 char *rc_conf_str(char *optname) function
274 fatal("rc_conf_str: unkown config option requested: %s", optname);
325 if (!rc_conf_str("servers"))
330 if (!rc_conf_str("dictionary"))
348 file = rc_conf_str("login_local");
359 file = rc_conf_str("login_radius");
377 if (rc_conf_str("seqfile") == NULL)
387 if (rc_conf_str("mapfile") == NULL)
392 if (rc_conf_str("nologi
[all...]
H A Dip_util.c154 if ((bindaddr = rc_conf_str("bindaddr")) == NULL ||
155 strcmp(rc_conf_str("bindaddr"), "*") == 0) {
H A Dbuildreq.c29 nasid = rc_conf_str("nas_identifier");
98 char *seqfile = rc_conf_str("seqfile");
H A Dradius.c516 default_realm = rc_conf_str("default_realm");
1272 if (rc_read_dictionary(rc_conf_str("dictionary")) != 0) {
1274 rc_conf_str("dictionary"));
1278 if (rc_read_mapfile(rc_conf_str("mapfile")) != 0) {
1280 rc_conf_str("mapfile"));
H A Dradiusclient.h422 char *rc_conf_str __P((char *));

Completed in 158 milliseconds