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

  /external/dropbear/
fake-rfc2553.c 88 gai_strerror(int err) function
fake-rfc2553.h 146 #define gai_strerror(a) (ssh_gai_strerror(a)) macro
147 char *gai_strerror(int);
  /external/openssh/openbsd-compat/
fake-rfc2553.c 91 gai_strerror(int err) function
fake-rfc2553.h 159 #define gai_strerror(a) (_ssh_compat_gai_strerror(a)) macro
160 char *gai_strerror(int);
  /external/tcpdump/missing/
getaddrinfo.c 252 gai_strerror(ecode) function
  /libcore/luni/src/main/java/libcore/io/
Os.java 49 public String gai_strerror(int error); method in interface:Os
Posix.java 52 public native String gai_strerror(int error); method in class:Posix
ForwardingOs.java 58 public String gai_strerror(int error) { return os.gai_strerror(error); } method in class:ForwardingOs
  /bionic/libc/netbsd/net/
getaddrinfo.c 311 gai_strerror(int ecode) function
    [all...]

Completed in 218 milliseconds