Home | History | Annotate | Download | only in pppd

Lines Matching refs:linkname

136 static char linkpidfile[MAXPATHLEN];	/* name of linkname pid file */
876 if (linkname[0] == 0)
878 script_setenv("LINKNAME", linkname, 1);
880 _PATH_VARRUN, linkname);
1672 /* Originally linkname is used to create named pid files, which is
1676 * linkname is "vpn". Note that "/" is not allowed for security reasons. */
1679 if (linkname[0] && !strchr(linkname, '/')) {
1680 snprintf(file, MAXPATHLEN, "%s-%s", prog, linkname);