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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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 Dbuildreq.c29 nasid = rc_conf_str("nas_identifier");
98 char *seqfile = rc_conf_str("seqfile");
H A Dradius.c514 default_realm = rc_conf_str("default_realm");
1225 if (rc_read_dictionary(rc_conf_str("dictionary")) != 0) {
1227 rc_conf_str("dictionary"));
1231 if (rc_read_mapfile(rc_conf_str("mapfile")) != 0) {
1233 rc_conf_str("mapfile"));
H A Dradiusclient.h418 char *rc_conf_str __P((char *));

Completed in 72 milliseconds