Searched refs:options_from_file (Results 1 – 4 of 4) sorted by relevance
/external/ppp/pppd/ |
D | options.c | 409 options_from_file(filename, must_exist, check_prot, priv) in options_from_file() function 503 ret = options_from_file(path, 0, 1, privileged); in options_from_user() 538 ret = options_from_file(path, 0, 0, 1); in options_for_tty() 1432 return options_from_file(*argv, 1, 1, privileged_option); 1472 ok = options_from_file(fname, 1, 1, 1);
|
D | pppd.h | 701 int options_from_file __P((char *filename, int must_exist, int check_prot,
|
D | main.c | 406 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1)
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | plugin.c | 286 if (!options_from_file(buf, 0, 0, 1)) in PPPOEDeviceOptions()
|