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

  /external/dropbear/
fake-rfc2553.c 150 getaddrinfo(const char *hostname, const char *servname, function
fake-rfc2553.h 137 #ifdef getaddrinfo
138 # undef getaddrinfo macro
140 #define getaddrinfo(a,b,c,d) (ssh_getaddrinfo(a,b,c,d)) macro
141 int getaddrinfo(const char *, const char *,
  /external/openssh/openbsd-compat/
fake-rfc2553.c 155 getaddrinfo(const char *hostname, const char *servname, function
fake-rfc2553.h 150 #ifdef getaddrinfo
151 # undef getaddrinfo macro
153 #define getaddrinfo(a,b,c,d) (ssh_getaddrinfo(a,b,c,d)) macro
154 int getaddrinfo(const char *, const char *,
  /external/tcpdump/missing/
getaddrinfo.c 54 "@(#) $Header: /tcpdump/master/tcpdump/missing/getaddrinfo.c,v 1.13 2003/11/16 09:36:48 guy Exp $";
289 getaddrinfo(hostname, servname, hints, res) function
534 * replace gethostbyname() by getaddrinfo().
646 * XXX getaddrinfo() is a name->address
806 * XXX getaddrinfo() is a name->address
  /libcore/luni/src/main/java/libcore/io/
Os.java 50 public InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException; method in interface:Os
Posix.java 53 public native InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException; method in class:Posix
ForwardingOs.java 59 public InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException { return os.getaddrinfo(node, hints); } method in class:ForwardingOs
  /bionic/libc/netbsd/net/
getaddrinfo.c 1 /* $NetBSD: getaddrinfo.c,v 1.82 2006/03/25 12:09:40 rpaulo Exp $ */
2 /* $KAME: getaddrinfo.c,v 1.29 2000/08/31 17:26:57 itojun Exp $ */
61 * gethostbyname2 from getaddrinfo will end up in wrong search order, as
406 // getaddrinfo should continue as normal)
467 if (fprintf(proxy, "getaddrinfo %s %s %d %d %d %d",
594 getaddrinfo(const char *hostname, const char *servname, function
831 switch (nsdispatch(&result, dtab, NSDB_HOSTS, "getaddrinfo",
    [all...]

Completed in 192 milliseconds