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

  /external/ppp/pppd/
pathnames.h 11 #ifndef _PATH_VARRUN
12 #define _PATH_VARRUN "/etc/ppp/"
49 #define _PATH_PPPDB _ROOT_PATH _PATH_VARRUN "pppd2.tdb"
main.c 833 _PATH_VARRUN, ifname);
855 _PATH_VARRUN, linkname);
    [all...]
  /external/ipsec-tools/src/racoon/
main.c 283 const char *pid_file = _PATH_VARRUN "racoon.pid";
session.c 158 strlcpy(pid_file, _PATH_VARRUN "racoon.pid", MAXPATHLEN);
162 strlcat(pid_file, _PATH_VARRUN, MAXPATHLEN);

Completed in 157 milliseconds