HomeSort by: relevance | last modified time | path
    Searched defs:remotehost (Results 1 - 3 of 3) sorted by relevancy

  /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/
extern.h 332 GLOBAL char remotehost[MAXHOSTNAMELEN+1]; variable in typeref:typename:GLOBAL char[]

Completed in 13 milliseconds