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

  /src/libexec/rshd/
rshd.c 274 int gaierror; local in function:doit
409 gaierror = getaddrinfo(remotehost, pbuf, &hints, &res0);
410 if (gaierror) {
413 remotehost, gai_strerror(gaierror));
  /src/libexec/rlogind/
rlogind.c 254 int gaierror; local in function:doit
301 gaierror = getaddrinfo(hostnamebuf, "0", &hints, &res0);
302 if (gaierror) {
305 hostnamebuf, gai_strerror(gaierror));

Completed in 13 milliseconds