Searched refs:getaddrinfo (Results 76 - 100 of 265) sorted by relevance

1234567891011

/freebsd-11-stable/tools/tools/netrate/netreceive/
H A Dnetreceive.c35 #include <netdb.h> /* getaddrinfo */
230 error = getaddrinfo(NULL, argv[1], &hints, &res0);
/freebsd-11-stable/usr.sbin/nfscbd/
H A Dnfscbd.c132 error = getaddrinfo(myname, NULL, &hints, &aip);
/freebsd-11-stable/tools/tools/kttcp/
H A Dkttcp.c201 error = getaddrinfo(host, portstr, &hints, &addr);
/freebsd-11-stable/bin/cat/
H A Dcat.c343 error = getaddrinfo(rpath, NULL, &hints, &res0);
/freebsd-11-stable/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c1 /* $NetBSD: getaddrinfo.c,v 1.4 2014/04/22 02:23:03 ginsbach Exp $ */
33 __FBSDID("$FreeBSD: stable/11/usr.bin/getaddrinfo/getaddrinfo.c 315640 2017-03-20 16:44:55Z vangyzen $");
153 error = getaddrinfo(hostname, service, &hints, &addrinfo);
/freebsd-11-stable/usr.sbin/ypldap/
H A Dypldap_dns.c218 error = getaddrinfo(s, NULL, &hints, &res0);
/freebsd-11-stable/sbin/ifconfig/
H A Difpfsync.c113 if ((ecode = getaddrinfo(val, NULL, &hints, &peerres)) != 0)
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dtcpdmatch.c236 if (getaddrinfo(client, NULL, &hints, &res) == 0) {
/freebsd-11-stable/contrib/serf/auth/
H A Dauth_spnego_sspi.c171 if (getaddrinfo(hostname, NULL, &hints, &addrinfo)) {
/freebsd-11-stable/usr.bin/
H A DMakefile55 getaddrinfo \
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c2249 error = getaddrinfo(src_addr, 0, &hints, &src_res);
2252 error = getaddrinfo(src_addr, 0, &hints, &src_res);
2318 error = getaddrinfo(hostname, portp, &hints, &res);
2321 error = getaddrinfo(hostname, portp, &hints, &res);
2965 error = getaddrinfo(cp, NULL, &hints, &res);
2968 error = getaddrinfo(cp, NULL, &hints, &res);
/freebsd-11-stable/lib/libipsec/
H A Dpolicy_parse.y235 error = getaddrinfo(buf->buf, serv, &hints, &res);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c206 ret = getaddrinfo(hostname, service, &hints, &ai);
209 ret = getaddrinfo(hostname, service, &hints, &ai);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A DMakefile.am27 getaddrinfo-test \
H A Dgetaddrinfo.c369 getaddrinfo(const char *nodename, function
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c143 n = getaddrinfo(servername, service, &hints, &res);
218 n = getaddrinfo(NULL, service, &hints, &res);
H A Duc_pingpong.c143 n = getaddrinfo(servername, service, &hints, &res);
220 n = getaddrinfo(NULL, service, &hints, &res);
/freebsd-11-stable/crypto/openssh/
H A Dauth.c851 if (getaddrinfo(name, NULL, &hints, &ai) == 0) {
873 if (getaddrinfo(name, NULL, &hints, &aitop) != 0) {
874 logit("reverse mapping checking getaddrinfo for %.700s "
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcbind.c413 if ((aicode = getaddrinfo(hosts[nhostsbak],
688 if (getaddrinfo(hosts[i], NULL, &hints, &res) != 0)
/freebsd-11-stable/contrib/libpcap/
H A Dsockutils.c662 * This function basically calls the getaddrinfo() calls, and it performs a set of sanity checks
694 * of the one of the corresponding variable used into the standard getaddrinfo() socket function. We suggest
702 retval = getaddrinfo(host, port, hints, addrinfo);
729 pcap_snprintf(errbuf, errbuflen, "getaddrinfo(): socket type not supported");
742 pcap_snprintf(errbuf, errbuflen, "getaddrinfo(): multicast addresses are not valid when using TCP streams");
1295 retval = getaddrinfo(token, NULL, &hints, &addrinfo);
1304 * Note that at least one call to getaddrinfo()
1349 * At least one getaddrinfo() call failed;
1357 * All getaddrinfo() calls succeeded, but
1576 * the same result can be obtained by using the getaddrinfo()
[all...]
/freebsd-11-stable/contrib/netcat/
H A Dsocks.c72 r = getaddrinfo(h, p, &hints, &res);
76 errx(1, "getaddrinfo(\"%.64s\", \"%.64s\"): %s", h, p,
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_rfc2553.c281 getaddrinfo (const char *nodename, const char *servname, function
/freebsd-11-stable/lib/libpam/modules/pam_radius/
H A Dpam_radius.c111 if (getaddrinfo(nas_ipaddr, NULL, &hints, &res) == 0 &&
/freebsd-11-stable/tools/tools/netrate/netsend/
H A Dnetsend.c297 if (getaddrinfo(argv[1], NULL, &hints, &res) != 0) {
/freebsd-11-stable/lib/libc/tests/resolv/
H A Dresolv_test.c105 error = getaddrinfo(host, portstr, &hints, &res);

Completed in 359 milliseconds

1234567891011