Searched refs:getaddrinfo (Results 151 - 175 of 265) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtelnetd.c340 error = getaddrinfo(NULL, service, &hints, &res);
/freebsd-11-stable/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c253 error = getaddrinfo(ntp_host, ntp_port, &hints, &res0);
742 error = getaddrinfo(val, NULL, &hints, &res0);
/freebsd-11-stable/lib/libc/tests/nss/
H A Dgethostby_test.c771 printf("using getaddrinfo() to resolve %s\n", he->h_name);
776 rv = getaddrinfo(he->h_name, NULL, &hints, &ai);
783 rv = getaddrinfo(he->h_name, NULL, &hints, &ai);
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l110 * To quote the MSDN page for getaddrinfo() at
114 * "Support for getaddrinfo on Windows 2000 and older versions
115 * The getaddrinfo function was added to the Ws2_32.dll on Windows XP and
119 * getaddrinfo function is defined to the WspiapiGetAddrInfo inline
122 * Wship6.dll (the file containing getaddrinfo in the IPv6 Technology
123 * Preview for Windows 2000) does not include getaddrinfo, then a
124 * version of getaddrinfo is implemented inline based on code in the
126 * platforms that do not natively support the getaddrinfo function."
128 * We use getaddrinfo(), so we include Wspiapi.h here.
405 if (getaddrinfo(yytex
[all...]
H A Dpcap-rpcap.c960 retval = getaddrinfo(host, "0", &hints, &addrinfo);
963 pcap_snprintf(errbuf, PCAP_ERRBUF_SIZE, "getaddrinfo() %s",
2782 retval = getaddrinfo(host, "0", &hints, &addrinfo);
2785 pcap_snprintf(errbuf, PCAP_ERRBUF_SIZE, "getaddrinfo() %s", gai_strerror(retval));
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c614 error = getaddrinfo(*argv, NULL, &hints, &res);
830 error = getaddrinfo(source, "0", &hints, &res);
/freebsd-11-stable/sbin/ifconfig/
H A Difconfig.c1044 if ((ecode = getaddrinfo(src, NULL, NULL, &srcres)) != 0)
1048 if ((ecode = getaddrinfo(dst, NULL, NULL, &dstres)) != 0)
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A DMakefile.in50 freeaddrinfo.c freehostent.c gai_strerror.c getaddrinfo.c \
67 check_PROGRAMS = base64-test$(EXEEXT) getaddrinfo-test$(EXEEXT) \
83 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
215 getaddrinfo_test_SOURCES = getaddrinfo-test.c
216 getaddrinfo_test_OBJECTS = getaddrinfo-test.$(OBJEXT)
290 $(libtest_la_SOURCES) base64-test.c getaddrinfo-test.c \
298 base64-test.c getaddrinfo-test.c getifaddrs-test.c hex-test.c \
741 getaddrinfo-test$(EXEEXT): $(getaddrinfo_test_OBJECTS) $(getaddrinfo_test_DEPENDENCIES)
742 @rm -f getaddrinfo-test$(EXEEXT)
803 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getaddrinfo
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dgetaddrinfo.c1 /* $KAME: getaddrinfo.c,v 1.15 2000/07/09 04:37:24 itojun Exp $ */
55 __FBSDID("$FreeBSD: stable/11/lib/libc/net/getaddrinfo.c 327238 2017-12-27 14:50:07Z ume $");
390 getaddrinfo(const char *hostname, const char *servname, function
1272 * RFC3493 requires getaddrinfo() to accept AF_INET formats
1740 const int op_id = 0; /* identifies the getaddrinfo for the cache */
1943 switch (_nsdispatch(&result, dtab, NSDB_HOSTS, "getaddrinfo",
2444 error = getaddrinfo(addr, "0", &hints, &res0);
2576 error = getaddrinfo(addr, NULL, &hints, &res0);
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c700 if (getaddrinfo(hrp->hostname, NULL, &hints, &res) == 0)
772 if (getaddrinfo(vhost, NULL, &hints, &res) != 0)
810 /* XXX: getaddrinfo() can't do alias check */
3421 error = getaddrinfo(bindname, bindport, &hints, &res);
/freebsd-11-stable/crypto/heimdal/etc/
H A DMakefile.in49 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
/freebsd-11-stable/crypto/heimdal/include/
H A DMakefile.in53 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
/freebsd-11-stable/crypto/heimdal/include/gssapi/
H A DMakefile.in49 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
/freebsd-11-stable/usr.bin/rpcinfo/
H A Drpcinfo.c574 if ((error = getaddrinfo(host, "rpcbind", &hints, &res))
1585 if (getaddrinfo(host, "rpcbind", &hints, &res) != 0) {
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c1578 if (getaddrinfo(s, "0", &hints, &res) == 0) {
1616 error = getaddrinfo(ps, NULL, &hints, &res0);
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c887 if ((aicode = getaddrinfo(NULL, svcport_str,
898 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str,
1026 if ((aicode = getaddrinfo(NULL, port_str, &hints,
2830 ecode = getaddrinfo(cp, NULL, &hints, &ai);
3262 if (getaddrinfo(cp, NULL, &hints, &ai) == 0)
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c627 ret = getaddrinfo(name, port, &hints, &res0);
/freebsd-11-stable/lib/libcasper/services/cap_dns/
H A Dcap_dns.c228 nvlist_add_string(nvl, "cmd", "getaddrinfo");
646 error = getaddrinfo(hostname, servname, hintsp, &res);
754 else if (strcmp(cmd, "getaddrinfo") == 0)
/freebsd-11-stable/contrib/tnftp/src/
H A Dutil.c1257 if (getaddrinfo(addr, "0", &hints, &res) != 0)
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dlog.c1031 wsret = getaddrinfo(SIGNAL_SOCKET_HOST,
1043 "getaddrinfo() failed to return address list");
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c673 error = getaddrinfo(host, service, &hints, &res);
/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c1082 error = getaddrinfo(buffer, NULL, &hints, &info);
1084 strlcpy(buffer, "getaddrinfo failed\n", length);
/freebsd-11-stable/contrib/ldns-host/
H A Dldns-host.c997 do err = getaddrinfo(server, NULL, &hints, &ailist);
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dconfig.c789 error = getaddrinfo(host, NULL, &hints, &res);
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drping.c1129 ret = getaddrinfo(dst, NULL, NULL, &res);
1131 printf("getaddrinfo failed (%s) - invalid hostname or IP address\n", gai_strerror(ret));

Completed in 275 milliseconds

1234567891011