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

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Doptions.c380 * options_from_file - Read a string of options from a file,
384 options_from_file(filename, must_exist, check_prot, priv) function
474 ret = options_from_file(path, 0, 1, privileged);
509 ret = options_from_file(path, 0, 0, 1);
1393 return options_from_file(*argv, 1, 1, privileged_option);
1433 ok = options_from_file(fname, 1, 1, 1);
H A Dpppd.h651 int options_from_file __P((char *filename, int must_exist, int check_prot,
H A Dmain.c329 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1)
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Doptions.c380 * options_from_file - Read a string of options from a file,
384 options_from_file(filename, must_exist, check_prot, priv) function
474 ret = options_from_file(path, 0, 1, privileged);
509 ret = options_from_file(path, 0, 0, 1);
1393 return options_from_file(*argv, 1, 1, privileged_option);
1433 ok = options_from_file(fname, 1, 1, 1);
H A Dpppd.h651 int options_from_file __P((char *filename, int must_exist, int check_prot,
H A Dmain.c329 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1)
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/plugins/pppoe/
H A Dpppoe.c229 if(!options_from_file(buf, 0, 0, 1))
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/rp-pppoe/
H A Dplugin.c255 if(!options_from_file(buf, 0, 0, 1))
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/rp-pppoe/
H A Dplugin.c255 if(!options_from_file(buf, 0, 0, 1))
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dpppd.h579 int options_from_file __P((char *filename, int must_exist, int check_prot,
H A Dmain.c295 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1)
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dpppd.h566 #define options_from_file(a,b,c,d) (1) macro

Completed in 118 milliseconds