Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/radius/
Dconfig.c267 char *rc_conf_str(char *optname) in rc_conf_str() function
325 if (!rc_conf_str("servers")) in test_config()
330 if (!rc_conf_str("dictionary")) in test_config()
348 file = rc_conf_str("login_local"); in test_config()
359 file = rc_conf_str("login_radius"); in test_config()
377 if (rc_conf_str("seqfile") == NULL) in test_config()
387 if (rc_conf_str("mapfile") == NULL) in test_config()
392 if (rc_conf_str("nologin") == NULL) in test_config()
466 if ((clientfd = fopen (rc_conf_str("servers"), "r")) == (FILE *) NULL) in rc_find_server()
468 error("rc_find_server: couldn't open file: %m: %s", rc_conf_str("servers")); in rc_find_server()
[all …]
Dip_util.c154 if ((bindaddr = rc_conf_str("bindaddr")) == NULL || in rc_own_bind_ipaddress()
155 strcmp(rc_conf_str("bindaddr"), "*") == 0) { in rc_own_bind_ipaddress()
Dradius.c516 default_realm = rc_conf_str("default_realm"); in make_username_realm()
1272 if (rc_read_dictionary(rc_conf_str("dictionary")) != 0) { in radius_init()
1274 rc_conf_str("dictionary")); in radius_init()
1278 if (rc_read_mapfile(rc_conf_str("mapfile")) != 0) { in radius_init()
1280 rc_conf_str("mapfile")); in radius_init()
Dbuildreq.c29 nasid = rc_conf_str("nas_identifier"); in rc_get_nas_id()
98 char *seqfile = rc_conf_str("seqfile"); in rc_get_seqnbr()
Dradiusclient.h422 char *rc_conf_str __P((char *));