Searched refs:rhostname (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Deap.c1320 char rhostname[256]; local
1369 strcpy(rhostname, SRP_PSEUDO_ID);
1370 len = read(fd, rhostname + SRP_PSEUDO_LEN,
1371 sizeof (rhostname) - SRP_PSEUDO_LEN);
1375 rhostname, len + SRP_PSEUDO_LEN);
1424 if (vallen >= len + sizeof (rhostname)) {
1426 BCOPY(inp + vallen, rhostname, sizeof (rhostname) - 1);
1427 rhostname[sizeof (rhostname)
1730 char rhostname[256]; local
[all...]
H A Dupap.c379 char rhostname[256]; local
448 slprintf(rhostname, sizeof(rhostname), "%.*v", ruserlen, ruser);
452 notice("PAP peer authentication succeeded for %q", rhostname);
456 warn("PAP peer authentication failed for %q", rhostname);

Completed in 230 milliseconds