HomeSort by relevance Sort by last modified time
    Searched refs:options_from_file (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
options.c 383 * 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);
    [all...]
pppd.h 674 int options_from_file __P((char *filename, int must_exist, int check_prot,
    [all...]
main.c 406 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1)
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 256 if(!options_from_file(buf, 0, 0, 1))

Completed in 34 milliseconds