Home
last modified time | relevance | path

Searched refs:_PATH_VARRUN (Results 1 – 4 of 4) sorted by relevance

/external/ppp/pppd/
Dpathnames.h11 #ifndef _PATH_VARRUN
12 #define _PATH_VARRUN "/etc/ppp/" macro
48 #define _PATH_PPPDB _ROOT_PATH _PATH_VARRUN "pppd2.tdb"
Dmain.c835 _PATH_VARRUN, ifname);
857 _PATH_VARRUN, linkname);
/external/ipsec-tools/src/racoon/
Dsession.c158 strlcpy(pid_file, _PATH_VARRUN "racoon.pid", MAXPATHLEN); in session()
162 strlcat(pid_file, _PATH_VARRUN, MAXPATHLEN); in session()
Dmain.c283 const char *pid_file = _PATH_VARRUN "racoon.pid";