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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Doptions.c328 * options_from_file - Read a string of options from a file,
332 options_from_file(filename, must_exist, check_prot, priv) function
422 ret = options_from_file(path, 0, 1, privileged);
457 ret = options_from_file(path, 0, 0, 1);
1323 return options_from_file(*argv, 1, 1, privileged_option);
1363 ok = options_from_file(fname, 1, 1, 1);
H A Dpppd.h593 int options_from_file __P((char *filename, int must_exist, int check_prot,
H A Dmain.c305 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c397 * options_from_file - Read a string of options from a file,
401 options_from_file(filename, must_exist, check_prot, priv) function
495 ret = options_from_file(path, 0, 1, privileged);
530 ret = options_from_file(path, 0, 0, 1);
1416 return options_from_file(*argv, 1, 1, privileged_option);
1456 ok = options_from_file(fname, 1, 1, 1);
H A Dpppd.h684 int options_from_file __P((char *filename, int must_exist, int check_prot,
H A Dmain.c378 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/pppoe/
H A Dpppoe.c229 if(!options_from_file(buf, 0, 0, 1))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dplugin.c230 if(!options_from_file(buf, 0, 0, 1))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dpppd.h566 #define options_from_file(a,b,c,d) (1) macro

Completed in 198 milliseconds