Searched refs:getaddrinfo (Results 1 - 25 of 51) sorted by relevance

123

/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3socket.inc23 file path=usr/share/man/man3socket/getaddrinfo.3socket
71 target=getaddrinfo.3socket
77 target=getaddrinfo.3socket
83 target=getaddrinfo.3socket
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dgethost.c37 error = getaddrinfo(name, NULL, &hints, &ai);
/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/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/krb5/os/
H A Dhostaddr.c57 r = getaddrinfo (name, 0, &hints, &ai);
60 r = getaddrinfo (name, 0, &hints, &ai);
H A Dhst_realm.c175 err = getaddrinfo (name, 0, &hints, &ai);
/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/
H A DMakefile.com30 getaddrinfo.o getnameinfo.o getnetent.o getnetent_r.o \
/illumos-gate/usr/src/man/man3xnet/
H A DMakefile52 MANLINKS= getaddrinfo.3xnet \
82 getaddrinfo.3xnet := LINKSRC = freeaddrinfo.3xnet
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drdate.c103 * getaddrinfo() may take a long time, because it can involve
106 * functions invoked by getaddrinfo().
116 rc = getaddrinfo(argv[1], "time", &hints, &res);
H A Dwhois.c228 error = getaddrinfo(host, port, &hints, &res);
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Daddr_match.c107 if (getaddrinfo(hostname, NULL, &hints, &res) == 0) {
/illumos-gate/usr/src/cmd/lms/tools/
H A DATNetworkTool.cpp275 if (0 != (error = getaddrinfo(hbuf, pbuf, &hints, &paddrp))) {
390 if ((error = getaddrinfo(NULL, "0", &hints, &paddrp)) != 0) {
495 if ((error = getaddrinfo(NULL, port, &hints, &paddrp)) != 0) {
607 if ((error = getaddrinfo(host, port, &hints, &paddrp)) != 0) {
619 if ((error = getaddrinfo(host, port, &hints, &paddrp)) != 0) {
675 if ((error = getaddrinfo(NULL, port, &hints, &paddrp)) != 0) {
/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/libsmbfs/smb/
H A Dgetaddr.c113 * Returns an EAI_xxx error number like getaddrinfo(3)
157 gaierr = getaddrinfo(srvaddr_str, NULL, &hints, &res);
181 * Return the original error from getaddrinfo
185 "getaddrinfo: %s: %s"), 0,
/illumos-gate/usr/src/man/man3socket/
H A DMakefile27 getaddrinfo.3socket \
167 freeaddrinfo.3socket := LINKSRC = getaddrinfo.3socket
168 gai_strerror.3socket := LINKSRC = getaddrinfo.3socket
169 getnameinfo.3socket := LINKSRC = getaddrinfo.3socket
/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/libsocket/inet/
H A Drexec.c93 rc = getaddrinfo(*ahost, aport, &hints, &res);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h308 getaddrinfo((name), NULL, NULL, (addr_ptr))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c553 if ((error = getaddrinfo(host, port, &hints, &res)))
554 errx(1, "getaddrinfo: %s", gai_strerror(error));
573 if ((error = getaddrinfo(sflag, pflag, &ahints, &ares)))
574 errx(1, "getaddrinfo: %s", gai_strerror(error));
628 if ((error = getaddrinfo(host, port, &hints, &res)))
629 errx(1, "getaddrinfo: %s", gai_strerror(error));
H A Dsocks.c83 r = getaddrinfo(h, p, &hints, &res);
87 errx(1, "getaddrinfo(\"%.64s\", \"%.64s\"): %s", h, p,
/illumos-gate/usr/src/lib/libresolv2/
H A DMakefile.com51 getaddrinfo.o gethostent.o getnameinfo.o getnetent.o \
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdliptun.c129 if (getaddrinfo(params->iptun_param_laddr, NULL, &hints, &ai) !=
143 if (getaddrinfo(params->iptun_param_raddr, NULL, &hints, &ai) !=
/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);
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgeneric.c170 err = getaddrinfo(hostname, NULL, NULL, &ai);

Completed in 99 milliseconds

123