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

123456789

/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.h63 #undef getaddrinfo macro
64 #define getaddrinfo idn_resolver_getaddrinfo macro
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dfake-rfc2553.h150 #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 *,
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/include/
H A Dgai.h50 * This file is included in getaddrinfo.c and getnameinfo.c.
51 * See getaddrinfo.c and getnameinfo.c.
92 int getaddrinfo(const char *, const char *,
/macosx-10.10.1/bind9-45.101/bind9/contrib/queryperf/
H A Dconfigure.in61 AC_CHECK_FUNC(getaddrinfo,
62 AC_DEFINE(HAVE_GETADDRINFO, 1, [Define to 1 if you have the `getaddrinfo' function.]),
63 [AC_LIBOBJ(getaddrinfo)])
/macosx-10.10.1/network_cmds-457/mnc.tproj/
H A Dmnc_opts.c141 /* Set some hints for getaddrinfo */
152 getaddrinfo(argv[optind], config.port, &hints, &config.group)) != 0)
166 getaddrinfo(argv[optind], config.port, &hints, &config.source))
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Daddrinfo.h76 * Error return codes from getaddrinfo()
94 * Flag values for getaddrinfo()
144 #undef getaddrinfo macro
145 #define getaddrinfo getaddrinfo__compat macro
160 extern int getaddrinfo __P((
/macosx-10.10.1/ntp-92/libntp/
H A Ddecodenetnum.c44 err = getaddrinfo(cp, NULL, &hints, &ai);
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dexpand_hostname.c80 error = getaddrinfo (orig_hostname, NULL, &hints, &ai);
160 error = getaddrinfo (orig_hostname, NULL, &hints, &ai);
/macosx-10.10.1/ruby-106/ruby/sample/
H A Ddualstack-httpd.rb9 res = Socket.getaddrinfo(nil, port, nil, Socket::SOCK_STREAM, nil, Socket::AI_PASSIVE)
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetaddrinfo_hostspec.c38 /* getaddrinfo via string specifying host and port */
92 return getaddrinfo (host, portstr, &hints, ai);
H A Dgetnameinfo_verified.c74 ret = getaddrinfo (host, serv, &hints, &ai);
H A Dgetaddrinfo-test.c81 ret = getaddrinfo (nodename, servname, &hints, &res);
/macosx-10.10.1/bind9-45.101/bind9/lib/export/samples/
H A Dsample-gai.c40 error = getaddrinfo(hostname, "http", &hints, &res0);
42 fprintf(stderr, "getaddrinfo failed for %s,family=%d: %s\n",
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dresolve.c130 /* getaddrinfo() resolve */
140 rc = (getaddrinfo)(host, "80", &hints, &ai);
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/
H A Daddrinfo.h35 * Error return codes from getaddrinfo()
56 * Flag values for getaddrinfo()
85 extern int getaddrinfo (const char *, const char *,
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/win32/include/
H A Dconfig.h156 getaddrinfo at runtime. It will fallback to Microsoft emulation,
178 #define getaddrinfo sasl_getaddrinfo macro
/macosx-10.10.1/postfix-255/postfix/auxiliary/name-addr-test/
H A Dgetaddrinfo.c2 * getaddrinfo(3) (name->address lookup) tester.
6 * cc -o getaddrinfo getaddrinfo.c (BSD, Linux)
8 * cc -o getaddrinfo getaddrinfo.c -lsocket -lnsl (SunOS 5.x)
10 * Run as: getaddrinfo hostname
45 if ((err = getaddrinfo(argv[1], NO_SERVICE, &hints, &res0)) != 0) {
H A Dgetnameinfo.c51 if ((err = getaddrinfo(host, NO_SERVICE, &hints, &res0)) != 0) {
52 fprintf(stderr, "getaddrinfo %s: %s\n", host, gai_strerror(err));
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dgetaddrinfo_port.c126 err = getaddrinfo(NULL, "ssh", NULL, &addi);
/macosx-10.10.1/netcat-22/
H A Dsourceroute.c216 error = getaddrinfo(cp, NULL, &hints, &res);
224 error = getaddrinfo(cp, NULL, &hints, &res);
/macosx-10.10.1/rsync-45/rsync/
H A Daccess.c104 if (getaddrinfo(addr, NULL, &hints, &resa) != 0) {
110 gai = getaddrinfo(tok, NULL, &hints, &rest);
/macosx-10.10.1/Heimdal-398.1.2/lib/ipc/
H A Dts-http.c85 ret = getaddrinfo(NULL, "8080", &hints, &res0);
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dtnftp.h47 # define getaddrinfo non_rfc2553_getaddrinfo macro
49 # undef getaddrinfo macro
312 int getaddrinfo(const char *, const char *,
495 #define getaddrinfo Rgetaddrinfo macro
/macosx-10.10.1/ntp-92/include/
H A Dntp_rfc2553.h135 * Flag values for getaddrinfo()
170 * Error return codes from getaddrinfo()
188 int getaddrinfo (const char *, const char *,
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dsaslauthd.h38 /* Do we have a getaddrinfo? */
316 #define getaddrinfo sasl_getaddrinfo macro

Completed in 707 milliseconds

123456789