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

  /external/ppp/pppd/
pathnames.h 48 #define _PATH_PPPDB _ROOT_PATH _PATH_VARRUN "pppd2.tdb"
51 #define _PATH_PPPDB "/var/run/pppd2.tdb"
53 #define _PATH_PPPDB "/etc/ppp/pppd2.tdb"
main.c 483 pppdb = tdb_open(_PATH_PPPDB, 0, 0, O_RDWR|O_CREAT, 0644);
488 warn("Warning: couldn't open ppp database %s", _PATH_PPPDB);
    [all...]

Completed in 22 milliseconds