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 405 * options_from_file - Read a string of options from a file,
409 options_from_file(filename, must_exist, check_prot, priv) function
503 ret = options_from_file(path, 0, 1, privileged);
538 ret = options_from_file(path, 0, 0, 1);
    [all...]
pppd.h 701 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 286 if (!options_from_file(buf, 0, 0, 1))

Completed in 36 milliseconds