/src/libexec/rshd/ |
rshd.c | 262 char remotehost[2 * MAXHOSTNAMELEN + 1]; local in function:doit 403 (void)strlcpy(remotehost, saddr, sizeof(remotehost)); 404 errorhost = remotehost; 409 gaierror = getaddrinfo(remotehost, pbuf, &hints, &res0); 413 remotehost, gai_strerror(gaierror));
|
/src/lib/libc/net/ |
rcmd.c | 971 static char remotehost[NI_MAXHOST]; local in function:__gethostloop 979 h1[0] = remotehost[0] = '\0'; 980 if (getnameinfo(raddr, salen, remotehost, (socklen_t)sizeof(remotehost), 996 error = getaddrinfo(remotehost, "0", &hints, &res); 1007 return remotehost; 1016 h1, res->ai_canonname ? res->ai_canonname : remotehost);
|
/src/libexec/ftpd/ |
ftpd.c | 349 strlcpy(remotehost, p, MAXHOSTNAMELEN + 1); 1142 } else if (fnmatch(p, remotehost, FNM_CASEFOLD) != 0) 1463 if (!auth_hostok(lc, remotehost, remote_ip)) { 1506 login_utmp(ttyline, pw->pw_name, remotehost, &his_addr); 1655 "%s: anonymous/%s", remotehost, passwd); 1672 "%s: %s", remotehost, pw->pw_name); 2586 && strcmp(remotehost, hbuf) != 0) 2587 reply(0, "Connected to %s (%s)", remotehost, hbuf); 2589 reply(0, "Connected to %s", remotehost); 2886 if (getnameinfo(sa, who->su_len, remotehost, sizeof(remotehost), NULL [all...] |
extern.h | 332 GLOBAL char remotehost[MAXHOSTNAMELEN+1]; variable in typeref:typename:GLOBAL char[]
|
conf.c | 667 cprintf(stdout, "%s", remotehost);
|
/src/lib/libtelnet/ |
sra.c | 573 e = pam_set_item(pamh, PAM_RHOST, remotehost);
|