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

1234567891011>>

/freebsd-13-stable/sbin/ifconfig/
H A Daf_inet6.c353 error = getaddrinfo(s, NULL, &hints, &res);
H A Difconfig.c1079 if ((ecode = getaddrinfo(src, NULL, NULL, &srcres)) != 0)
1083 if ((ecode = getaddrinfo(dst, NULL, NULL, &dstres)) != 0)
/freebsd-13-stable/sbin/iscontrol/
H A Dfsm.c130 if((val = getaddrinfo(op->targetAddress, pbuf, &hints, &res0)) != 0) {
131 fprintf(stderr, "getaddrinfo(%s): %s\n", op->targetAddress, gai_strerror(val));
/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat_logging.c469 if ((error = getaddrinfo(hostname, p+1, &hints, &res0)) != 0) {
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c180 error = getaddrinfo(iporhost, portstr, &hints, &res);
182 pjdlog_debug(1, "getaddrinfo(%s, %s) failed: %s.", iporhost,
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c697 a_info = getaddrinfo(hname, svc, &hints, &ai);
707 a_info = getaddrinfo(hname, svc, &hints, &ai);
713 a_info = getaddrinfo(hname, svc, &hints, &ai);
1949 * that getaddrinfo doesn't: [2001::1]:1234
1956 } else if (getaddrinfo(hname, "ntp", &hints, &ai) == 0) {
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dsend_to_kdc.c285 ret = getaddrinfo (proxy, portstr, &hints, &ai);
/freebsd-13-stable/crypto/openssh/
H A Dssh-keyscan.c337 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0) {
338 error("getaddrinfo %s: %s", host, ssh_gai_strerror(gaierr));
/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Db_addr.c31 * getnameinfo() and getaddrinfo(). If that macro doesn't exist,
560 * It should ONLY be called when getaddrinfo() and friends
706 switch ((gai_ret = getaddrinfo(host, service, &hints, res))) {
808 * anyway [above getaddrinfo/gai_strerror is]. We just let
/freebsd-13-stable/usr.sbin/iscsid/
H A Discsid.c147 error = getaddrinfo(addr, port, &hints, ai);
150 log_errx(1, "getaddrinfo for %s failed: %s",
/freebsd-13-stable/usr.sbin/pppctl/
H A Dpppctl.c512 gai = getaddrinfo(addr, port, &hints, &res);
/freebsd-13-stable/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c786 error = getaddrinfo(hostname, NULL, &hints, &aip);
/freebsd-13-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-13-stable/lib/libfetch/
H A Dcommon.c366 if ((err = getaddrinfo(host, service, &hints, &res)) != 0) {
875 if (getaddrinfo(host, "443", &hints, &res) != 0)
/freebsd-13-stable/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c255 error = getaddrinfo(ntp_host, ntp_port, &hints, &res0);
744 error = getaddrinfo(val, NULL, &hints, &res0);
/freebsd-13-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-13-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-13-stable/lib/libc/net/
H A Dgetaddrinfo.c1 /* $KAME: getaddrinfo.c,v 1.15 2000/07/09 04:37:24 itojun Exp $ */
392 getaddrinfo(const char *hostname, const char *servname, function
1274 * RFC3493 requires getaddrinfo() to accept AF_INET formats
1742 const int op_id = 0; /* identifies the getaddrinfo for the cache */
1945 switch (_nsdispatch(&result, dtab, NSDB_HOSTS, "getaddrinfo",
2446 error = getaddrinfo(addr, "0", &hints, &res0);
2578 error = getaddrinfo(addr, NULL, &hints, &res0);
/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c716 if (getaddrinfo(hrp->hostname, NULL, &hints, &res) == 0)
788 if (getaddrinfo(vhost, NULL, &hints, &res) != 0)
826 /* XXX: getaddrinfo() can't do alias check */
3473 error = getaddrinfo(bindname, bindport, &hints, &res);
/freebsd-13-stable/crypto/heimdal/etc/
H A DMakefile.in49 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
/freebsd-13-stable/crypto/heimdal/include/
H A DMakefile.in53 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
/freebsd-13-stable/crypto/heimdal/include/gssapi/
H A DMakefile.in49 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_parser.c1679 if (getaddrinfo(s, "0", &hints, &res) == 0) {
1717 error = getaddrinfo(ps, NULL, &hints, &res0);
/freebsd-13-stable/contrib/bsnmp/lib/
H A Dsnmpclient.c937 error = getaddrinfo(snmp_client.chost, snmp_client.cport, &hints, &res0);
2005 error = getaddrinfo(str, NULL, &hints, &res);

Completed in 164 milliseconds

1234567891011>>