Searched defs:getaddrinfo (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dfake-addrinfo.h54 On Mac OS X, getaddrinfo results aren't cached (though
65 that looks for getaddrinfo (or whatever) in the system library, and
89 supporting IPv6 at all, they really should be doing getaddrinfo
128 not for getaddrinfo. RFC 3493 says they're part of the interface
129 for getaddrinfo, and getipnodeby* are deprecated. Our fake
130 getaddrinfo implementation here does IPv4 only anyways. */
190 friends, which RFC 3493 says are now part of the getaddrinfo
223 #undef getaddrinfo macro
224 #define getaddrinfo krb5int_getaddrinfo macro
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_netdb.h14 /* AI_NUMERICSERV is not a valid flag for getaddrinfo */
33 #define getaddrinfo res_getaddrinfo /* libsocket */ macro
34 int getaddrinfo __P((const char *, const char *,
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c49 * getaddrinfo() returns EAI_NONAME in some cases, however
74 * This is a private, undocumented, flag that getaddrinfo() uses for
76 * no IPv6 addresses, getaddrinfo() should return non-IPv4 mapped addresses. On
78 * Therefore this private flag indicates to getaddrinfo that we shouldn't do
83 /* function prototypes for used by getaddrinfo() routine */
91 * getaddrinfo:
98 * independent fashion using the getaddrinfo() function
105 * - getaddrinfo() must be thread safe
109 * getaddrinfo() that are not filled in through an explicit
148 * getaddrinfo() shal
547 getaddrinfo(const char *hostname, const char *servname, function
[all...]
/illumos-gate/usr/src/man/man3xnet/
H A DMakefile52 MANLINKS= getaddrinfo.3xnet \
82 getaddrinfo.3xnet := LINKSRC = freeaddrinfo.3xnet
/illumos-gate/usr/src/lib/libsasl/include/
H A Dconfig.h185 /* define if your system has getaddrinfo() */
427 #define getaddrinfo sasl_getaddrinfo macro
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c1 /* $KAME: getaddrinfo.c,v 1.14 2001/01/06 09:41:15 jinmei Exp $ */
61 * gethostbyname2 from getaddrinfo will end up in wrong search order, as
320 getaddrinfo(hostname, servname, hints, res) function
/illumos-gate/usr/src/head/
H A Dnetdb.h128 * libsocket. See lib/libsocket/inet/getaddrinfo.c for more information.
312 #pragma redefine_extname getaddrinfo __xnet_getaddrinfo
314 #define getaddrinfo __xnet_getaddrinfo macro
318 int getaddrinfo(const char *_RESTRICT_KYWD,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c53 On Mac OS X, getaddrinfo results aren't cached (though
64 that looks for getaddrinfo (or whatever) in the system library, and
88 supporting IPv6 at all, they really should be doing getaddrinfo
114 getaddrinfo (/*@in@*/ /*@null@*/ const char *,
163 either getaddrinfo or one of these two flavors of
315 return getaddrinfo(name, serv, hint, res);
340 #undef getaddrinfo macro
341 #define getaddrinfo my_fake_getaddrinfo macro
410 "getaddrinfo(hostname %s, service %s,\n"
464 int getaddrinfo (cons
1068 int getaddrinfo (const char *name, const char *serv, function
1099 getaddrinfo (const char *name, const char *serv, const struct addrinfo *hint, function
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c101 #undef getaddrinfo macro
105 #define getaddrinfo local_getaddrinfo macro
120 getaddrinfo(const char* node, const char* service, const struct addrinfo* hint, struct addrinfo **addr) function
262 fd = getaddrinfo(s, t, &hint, &addr);

Completed in 97 milliseconds