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

/external/ppp/pppd/
H A Doptions.c383 * options_from_file - Read a string of options from a file,
387 options_from_file(filename, must_exist, check_prot, priv) function
477 ret = options_from_file(path, 0, 1, privileged);
512 ret = options_from_file(path, 0, 0, 1);
1400 return options_from_file(*argv, 1, 1, privileged_option);
1440 ok = options_from_file(fname, 1, 1, 1);
H A Dpppd.h676 int options_from_file __P((char *filename, int must_exist, int check_prot,
H A Dmain.c406 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1)
/external/ppp/pppd/plugins/rp-pppoe/
H A Dplugin.c256 if(!options_from_file(buf, 0, 0, 1))

Completed in 107 milliseconds