HomeSort by relevance Sort by last modified time
    Searched refs:ssh_gai_strerror (Results 1 - 9 of 9) sorted by null

  /external/dropbear/
fake-rfc2553.h 146 #define gai_strerror(a) (ssh_gai_strerror(a))
  /external/openssh/
misc.h 41 const char *ssh_gai_strerror(int);
canohost.c 278 ssh_gai_strerror(r));
400 ssh_gai_strerror(r));
sshconnect.c 228 ssh_gai_strerror(gaierr));
361 host, ssh_gai_strerror(gaierr));
    [all...]
ssh-keyscan.c 300 fatal("getaddrinfo %s: %s", host, ssh_gai_strerror(gaierr));
channels.c     [all...]
misc.c 128 ssh_gai_strerror(int gaierr) function
servconf.c 536 ssh_gai_strerror(gaierr));
    [all...]
sshd.c 1037 ssh_gai_strerror(ret));
    [all...]

Completed in 238 milliseconds