HomeSort by: relevance | last modified time | path
    Searched refs:getaddrinfo (Results 1 - 25 of 246) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/usr.bin/getaddrinfo/
Makefile 6 PROG= getaddrinfo
7 SRCS= getaddrinfo.c support.c
  /src/lib/librumpres/
Makefile 21 SRCS= getaddrinfo.c getifaddrs.c getnameinfo.c
26 COPTS.getaddrinfo.c+= ${CC_WNO_STRINGOP_OVERFLOW}
  /src/usr.bin/getnameinfo/
Makefile 7 GETADDRINFO:=${.PARSEDIR}/../getaddrinfo
9 .include "${GETADDRINFO}/Makefile.inc"
11 .PATH.c: ${GETADDRINFO}
15 CPPFLAGS+= -I${GETADDRINFO}
  /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/bsd/nsd/dist/compat/
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.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/external/bsd/ntp/dist/libntp/
socktohost.c 66 a_info = getaddrinfo(pbuf, svc, &hints, &alist);
76 a_info = getaddrinfo(pbuf, svc, &hints, &alist);
82 a_info = getaddrinfo(pbuf, svc, &hints, &alist);
is_ip_address.c 77 if (getaddrinfo(tmpbuf, NULL, &hints, &result) == 0) {
  /src/tests/lib/libc/net/getaddrinfo/
Makefile 7 TESTSDIR= ${TESTSBASE}/lib/libc/net/getaddrinfo
  /src/external/gpl2/xcvs/dist/lib/
canon-host.c 30 #include "getaddrinfo.h"
47 getaddrinfo(). Use ch_strerror_r() or gai_strerror() to convert a *CHERROR
61 getaddrinfo spec <http://www.opengroup.org/susv3xsh/getaddrinfo.html">,
74 status = getaddrinfo (host, NULL, &hints, &res);
getaddrinfo.h 22 /* Get getaddrinfo declarations, if available. Also get 'socklen_t',
52 /* Error values for `getaddrinfo' function. */
77 <http://www.opengroup.org/susv3xsh/getaddrinfo.html>. */
78 extern int getaddrinfo (const char *restrict nodename,
85 <http://www.opengroup.org/susv3xsh/getaddrinfo.html>. */
88 /* Convert error return from getaddrinfo() to a string.
  /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/mpl/dhcp/bind/dist/lib/irs/include/irs/
netdb.h.in 49 * Error return codes from getaddrinfo(). EAI_INSECUREDATA is our own extension
89 * Flag values for getaddrinfo()
154 #ifdef getaddrinfo
155 #undef getaddrinfo
157 #define getaddrinfo irs_getaddrinfo
170 getaddrinfo(const char *hostname, const char *servname,
  /src/tests/lib/libc/net/
Makefile 7 TESTS_SUBDIRS+= getaddrinfo
  /src/usr.sbin/ypserv/common/
localhostname.c 77 error = getaddrinfo(hostname, NULL, &hints, &res);
79 errx(1, "getaddrinfo(%s) failed: %s", hostname,
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
expand_hostname.c 79 error = getaddrinfo (orig_hostname, NULL, &hints, &ai);
156 error = getaddrinfo (orig_hostname, NULL, &hints, &ai);
  /src/crypto/external/bsd/netpgp/dist/src/hkpclient/
hkpc.c 57 if ((rc = getaddrinfo(hostname, portstr, &hints, &res)) != 0) {
59 if ((rc = getaddrinfo(hostname, "hkp", &hints, &res)) != 0) {
60 (void) fprintf(stderr, "getaddrinfo: %s",
  /src/external/bsd/ntp/dist/scripts/lib/NTP/
Util.pm 18 Socket->import(qw(getaddrinfo getnameinfo SOCK_RAW AF_INET));
76 ($err, $res) = getaddrinfo($host, '', {socktype => SOCK_RAW});
77 die "getaddrinfo failed: $err\n" if $err;
  /src/lib/libform/
type_ipv6.c 68 if (getaddrinfo(args, "0", &hints, &res) != 0) {
  /src/lib/libwrap/
socket.c 190 if (getaddrinfo(append_dot(host->name), "0", &hints, &res0) == 0)
192 if (getaddrinfo(host->name, "0", &hints, &res0) == 0)
204 * by getaddrinfo(hostname).
206 * Verify also that getnameinfo() and getaddrinfo() return the same
209 * On some sites, getaddrinfo("localhost") returns "localhost.domain".
211 * can't believe the address list from getaddrinfo("localhost")
219 if (getaddrinfo(append_dot(host->name), "0", &hints, &res0) != 0)
221 if (getaddrinfo(host->name, "0", &hints, &res0) != 0)
229 tcpd_warn("can't verify hostname: getaddrinfo(%s, %d) failed",
235 * The getnameinfo() and getaddrinfo() calls did not retur
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getaddrinfo_hostspec.c 40 /* getaddrinfo via string specifying host and port */
94 return getaddrinfo (host, portstr, &hints, ai);
getnameinfo_verified.c 76 ret = getaddrinfo (host, serv, &hints, &ai);
  /src/external/bsd/ipf/dist/lib/
gethost.c 66 getaddrinfo(name, NULL, &hints, &res);
  /src/external/mit/libuv/dist/test/
benchmark-getaddrinfo.c 66 BENCHMARK_IMPL(getaddrinfo) {
86 fprintf(stderr, "getaddrinfo: %.0f req/s\n",

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 910