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

/openbsd-current/usr.sbin/pppd/
H A Dchap.c399 char rhostname[256]; local
425 if (len >= sizeof(rhostname))
426 len = sizeof(rhostname) - 1;
427 BCOPY(inp, rhostname, len);
428 rhostname[len] = '\000';
431 rhostname));
434 if (remote_name[0] != 0 && (explicit_remote || rhostname[0] == 0)) {
435 strlcpy(rhostname, remote_name, sizeof(rhostname));
437 rhostname));
491 char rhostname[256]; local
[all...]

Completed in 64 milliseconds