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

  /external/libxml2/os400/
wrappers.h 60 #define getaddrinfo _lx_getaddrinfo macro
  /external/openssh/openbsd-compat/
fake-rfc2553.c 155 getaddrinfo(const char *hostname, const char *servname, function
fake-rfc2553.h 153 #ifdef getaddrinfo
154 # undef getaddrinfo macro
156 #define getaddrinfo(a,b,c,d) (ssh_getaddrinfo(a,b,c,d)) macro
157 int getaddrinfo(const char *, const char *,
  /external/curl/lib/
memdebug.h 114 #if defined(getaddrinfo) && defined(__osf__)
115 /* OSF/1 and Tru64 have getaddrinfo as a define already, so we cannot define
117 define getaddrinfo to become! */
121 #undef getaddrinfo macro
122 #define getaddrinfo(host,serv,hint,res) \ macro
setup-os400.h 48 #define getaddrinfo Curl_getaddrinfo_a macro
  /external/netperf/src/missing/
getaddrinfo.c 30 * This program provides getaddrinfo() and getnameinfo() described in
39 * and traditional IPv4 systems. Use genuine getaddrinfo() and getnameinfo()
49 * `netdb.h'. `getaddrinfo.h' defines `struct addrinfo' and AI_, NI_,
53 * #include "getaddrinfo.h"
57 * getaddrinfo() and getnameinfo() of this program are NOT thread
72 * AC_CHECK_FUNCS(getaddrinfo getnameinfo)
74 * LIBOBJS="$LIBOBJS getaddrinfo.$ac_objext"
141 #include "getaddrinfo.h"
197 * Default hints for getaddrinfo().
325 * getaddrinfo()
328 getaddrinfo(nodename, servname, hints, res) function
    [all...]
getaddrinfo.h 149 #define getaddrinfo my_getaddrinfo macro
170 * Flags for getaddrinfo().
227 int getaddrinfo(const char *, const char *, const struct addrinfo *,
234 int getaddrinfo();
  /external/syslinux/core/lwip/src/include/lwip/
netdb.h 114 #define getaddrinfo(nodname, servname, hints, res) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wspiapi.h 34 #define getaddrinfo WspiapiGetAddrInfo macro
50 #define WSPIAPI_FUNCTION_ARRAY { { "getaddrinfo",(FARPROC) WspiapiLegacyGetAddrInfo }, \
pthread.h 545 #define getaddrinfo(...) (pthread_testcancel(), getaddrinfo(__VA_ARGS__)) macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 33 * Error return codes from getaddrinfo()
54 #undef getaddrinfo macro
55 #define getaddrinfo fake_getaddrinfo macro
74 * Flag values for getaddrinfo()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 33 * Error return codes from getaddrinfo()
54 #undef getaddrinfo macro
55 #define getaddrinfo fake_getaddrinfo macro
74 * Flag values for getaddrinfo()
socketmodule.c 19 - socket.gaierror: exception raised for getaddrinfo/getnameinfo errors,
37 - socket.getaddrinfo(host, port [, family, socktype, proto, flags])
185 /* On systems on which getaddrinfo() is believed to not be thread-safe,
186 (this includes the getaddrinfo emulation) protect access with a lock. */
332 /* On OS X, getaddrinfo returns no error indication of lookup
356 #define getaddrinfo fake_getaddrinfo macro
359 #include "getaddrinfo.c"
592 v = Py_BuildValue("(is)", error, "getaddrinfo failed");
824 thread to be in gethostbyname or getaddrinfo */
853 error = getaddrinfo(NULL, "0", &hints, &res);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 42 * Error return codes from getaddrinfo()
63 #undef getaddrinfo macro
64 #define getaddrinfo fake_getaddrinfo macro
83 * Flag values for getaddrinfo()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 33 * Error return codes from getaddrinfo()
54 #undef getaddrinfo macro
55 #define getaddrinfo fake_getaddrinfo macro
74 * Flag values for getaddrinfo()
getaddrinfo.c 236 getaddrinfo(const char*hostname, const char*servname, function
451 * XXX getaddrinfo() is a name->address
socketmodule.c 19 - socket.gaierror: exception raised for getaddrinfo/getnameinfo errors,
37 - socket.getaddrinfo(host, port [, family, socktype, proto, flags])
180 /* On systems on which getaddrinfo() is believed to not be thread-safe,
181 (this includes the getaddrinfo emulation) protect access with a lock. */
327 /* On OS X, getaddrinfo returns no error indication of lookup
351 #define getaddrinfo fake_getaddrinfo macro
354 #include "getaddrinfo.c"
580 v = Py_BuildValue("(is)", error, "getaddrinfo failed");
766 thread to be in gethostbyname or getaddrinfo */
795 error = getaddrinfo(NULL, "0", &hints, &res);
    [all...]
  /external/libpcap/Win32/Src/
getaddrinfo.c 49 * Mingw64 has its own implementation of getaddrinfo, mingw32 no
296 getaddrinfo(hostname, servname, hints, res) function
541 * replace gethostbyname() by getaddrinfo().
653 * XXX getaddrinfo() is a name->address
813 * XXX getaddrinfo() is a name->address
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 1 /* $NetBSD: getaddrinfo.c,v 1.91.6.1 2009/01/26 00:27:34 snj Exp $ */
2 /* $KAME: getaddrinfo.c,v 1.29 2000/08/31 17:26:57 itojun Exp $ */
58 __RCSID("$NetBSD: getaddrinfo.c,v 1.91.6.1 2009/01/26 00:27:34 snj Exp $");
107 __weak_alias(getaddrinfo,_getaddrinfo)
354 getaddrinfo(const char *hostname, const char *servname, function
590 switch (nsdispatch(&result, dtab, NSDB_HOSTS, "getaddrinfo",
    [all...]
  /bionic/libc/dns/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
430 if (fprintf(proxy, "getaddrinfo %s %s %d %d %d %d %u",
560 getaddrinfo(const char *hostname, const char *servname, function
821 switch (nsdispatch(&result, dtab, NSDB_HOSTS, "getaddrinfo",
    [all...]

Completed in 508 milliseconds