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

  /src/external/gpl2/xcvs/dist/lib/
getaddrinfo.c 19 __RCSID("$NetBSD: getaddrinfo.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
26 #include "getaddrinfo.h"
62 getaddrinfo (const char *restrict nodename, function
  /src/external/bsd/nsd/dist/compat/
fake-rfc2553.c 148 getaddrinfo(const char *hostname, const char *servname, function
fake-rfc2553.h 156 #ifdef getaddrinfo
157 # undef getaddrinfo macro
159 #define getaddrinfo(a,b,c,d) (ssh_getaddrinfo(a,b,c,d)) macro
160 int getaddrinfo(const char *, const char *,
  /src/external/bsd/unbound/dist/compat/
fake-rfc2553.c 148 getaddrinfo(const char *hostname, const char *servname, function
fake-rfc2553.h 149 #ifdef getaddrinfo
150 # undef getaddrinfo macro
152 #define getaddrinfo(a,b,c,d) (getaddrinfo_unbound(a,b,c,d)) macro
153 int getaddrinfo(const char *, const char *,
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getaddrinfo.c 1 /* $NetBSD: getaddrinfo.c,v 1.3 2023/06/19 21:41:45 christos Exp $ */
373 getaddrinfo(const char *nodename, function
  /src/external/bsd/ntp/dist/libntp/
ntp_rfc2553.c 283 getaddrinfo (const char *nodename, const char *servname, function
  /src/external/gpl3/gdb/dist/gnulib/import/
netdb.in.h 98 our getaddrinfo replacement doesn't use them (yet). Setting them
100 system getaddrinfo implementations that would be confused by
113 /* Error values for 'getaddrinfo' function. */
148 GNULIB getaddrinfo() replacement, so are not yet needed.
164 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html>. */
167 # undef getaddrinfo macro
168 # define getaddrinfo rpl_getaddrinfo macro
170 _GL_FUNCDECL_RPL (getaddrinfo, int,
176 _GL_CXXALIAS_RPL (getaddrinfo, int,
183 _GL_FUNCDECL_SYS (getaddrinfo, int
196 _GL_CXXALIASWARN (getaddrinfo); variable
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
netdb.in.h 98 our getaddrinfo replacement doesn't use them (yet). Setting them
100 system getaddrinfo implementations that would be confused by
113 /* Error values for 'getaddrinfo' function. */
148 GNULIB getaddrinfo() replacement, so are not yet needed.
164 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html>. */
167 # undef getaddrinfo macro
168 # define getaddrinfo rpl_getaddrinfo macro
170 _GL_FUNCDECL_RPL (getaddrinfo, int,
176 _GL_CXXALIAS_RPL (getaddrinfo, int,
183 _GL_FUNCDECL_SYS (getaddrinfo, int
196 _GL_CXXALIASWARN (getaddrinfo); variable
    [all...]
  /src/external/mpl/dhcp/bind/include/irs/
netdb.h 49 * Error return codes from getaddrinfo(). EAI_INSECUREDATA is our own extension
89 * Flag values for getaddrinfo()
156 #ifdef getaddrinfo
157 #undef getaddrinfo macro
159 #define getaddrinfo irs_getaddrinfo macro
172 getaddrinfo(const char *hostname, const char *servname,
  /src/external/bsd/libbind/dist/irs/
getaddrinfo.c 1 /* $NetBSD: getaddrinfo.c,v 1.1.1.1 2009/04/12 15:33:44 christos Exp $ */
3 /* $KAME: getaddrinfo.c,v 1.14 2001/01/06 09:41:15 jinmei Exp $ */
63 * gethostbyname2 from getaddrinfo will end up in wrong search order, as
322 getaddrinfo(hostname, servname, hints, res) function
  /src/external/mpl/dhcp/bind/dist/lib/irs/
getaddrinfo.c 1 /* $NetBSD: getaddrinfo.c,v 1.1 2024/02/18 20:57:47 christos Exp $ */
19 * getaddrinfo() is used to get a list of IP addresses and port
67 * getaddrinfo() will return a null-terminated string
96 * After a successful call to getaddrinfo(), *res is a pointer to a
105 * All of the information returned by getaddrinfo() is dynamically
109 * successful call to getaddrinfo() is released by freeaddrinfo().
110 * ai is a pointer to a struct addrinfo created by a call to getaddrinfo().
114 * getaddrinfo() returns zero on success or one of the error codes
116 * servname are NULL getaddrinfo() returns #EAI_NONAME.
120 * getaddrinfo(), freeaddrinfo()
243 getaddrinfo(const char *hostname, const char *servname, function
    [all...]
  /src/lib/libc/net/
getaddrinfo.c 1 /* $NetBSD: getaddrinfo.c,v 1.128 2026/02/12 16:26:54 christos Exp $ */
2 /* $KAME: getaddrinfo.c,v 1.29 2000/08/31 17:26:57 itojun Exp $ */
58 __RCSID("$NetBSD: getaddrinfo.c,v 1.128 2026/02/12 16:26:54 christos Exp $");
100 __weak_alias(getaddrinfo,_getaddrinfo)
454 getaddrinfo(const char *hostname, const char *servname, function
1184 switch (nsdispatch(&result, dtab, NSDB_HOSTS, "getaddrinfo",
1321 * RFC3493 section 6.1, requires getaddrinfo() to accept
2348 error = getaddrinfo(addr, NULL, &hints, &res0);
2453 error = getaddrinfo(addr, NULL, &hints, &res0);
2869 if ((e = getaddrinfo(argv[i], NULL, NULL, &sai)) != 0
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr-int.h 344 uv_getaddrinfo_t getaddrinfo; member in union:isc__nm_uvreq::__anon24395
  /src/lib/libc/include/
namespace.h 361 #define getaddrinfo _getaddrinfo macro

Completed in 44 milliseconds