crypto/heimdal/appl/ftp/ftp/ftp.c
73
error = getaddrinfo (host, portstr, &hints, &ai);
crypto/heimdal/appl/ftp/ftp/ruserpass.c
90
error = getaddrinfo (hostname_str, NULL, &hints, &ai);
crypto/heimdal/appl/gssmask/gssmaestro.c
627
ret = getaddrinfo(name, port, &hints, &res0);
crypto/heimdal/appl/kf/kf.c
298
error = getaddrinfo (hostname, portstr, &hints, &ai);
crypto/heimdal/appl/login/utmp_login.c
64
ret = getaddrinfo (hostname, NULL, NULL, &ai);
crypto/heimdal/appl/push/push.c
109
error = getaddrinfo (hostname, portstr, &hints, &ai);
crypto/heimdal/appl/rsh/rsh.c
1013
error = getaddrinfo(host, "shell", &hints, &ai);
crypto/heimdal/appl/rsh/rsh.c
1015
error = getaddrinfo(host, "514", &hints, &ai);
crypto/heimdal/appl/rsh/rsh.c
1017
error = getaddrinfo(host, port_str, &hints, &ai);
crypto/heimdal/appl/rsh/rsh.c
754
error = getaddrinfo (NULL, "0", &hints, &eai);
crypto/heimdal/appl/rsh/rsh.c
986
error = getaddrinfo(host, "kshell", &hints, &ai);
crypto/heimdal/appl/rsh/rsh.c
988
error = getaddrinfo(host, "544", &hints, &ai);
crypto/heimdal/appl/rsh/rsh.c
990
error = getaddrinfo(host, port_str, &hints, &ai);
crypto/heimdal/appl/rsh/rshd.c
928
error = getaddrinfo (NULL, port_str, &hints, &ai);
crypto/heimdal/appl/rsh/rshd.c
936
error = getaddrinfo(NULL, "ekshell", &hints, &ai);
crypto/heimdal/appl/rsh/rshd.c
939
error = getaddrinfo(NULL, portstr, &hints, &ai);
crypto/heimdal/appl/rsh/rshd.c
944
error = getaddrinfo(NULL, "kshell", &hints, &ai);
crypto/heimdal/appl/rsh/rshd.c
947
error = getaddrinfo(NULL, portstr, &hints, &ai);
crypto/heimdal/appl/rsh/rshd.c
955
error = getaddrinfo(NULL, "shell", &hints, &ai);
crypto/heimdal/appl/rsh/rshd.c
958
error = getaddrinfo(NULL, portstr, &hints, &ai);
crypto/heimdal/appl/telnet/telnet/commands.c
1577
error = getaddrinfo (hbuf, NULL, &hints, &ai);
crypto/heimdal/appl/telnet/telnet/commands.c
2168
error = getaddrinfo (hostname, portstr, &hints, &ai);
crypto/heimdal/appl/telnet/telnet/commands.c
2605
error = getaddrinfo(cp, NULL, &hints, &res);
crypto/heimdal/appl/test/common.c
153
error = getaddrinfo (hostname, portstr, &hints, &ai);
crypto/heimdal/appl/test/http_client.c
60
error = getaddrinfo (hostname, port, &hints, &ai);
crypto/heimdal/kadmin/kadm_conn.c
246
e = getaddrinfo(NULL, p->port, &hints, &ai);
crypto/heimdal/kadmin/kadm_conn.c
249
e = getaddrinfo(NULL, portstr, &hints, &ai);
crypto/heimdal/kdc/hprop.c
64
error = getaddrinfo (hostname, port, &hints, &ai);
crypto/heimdal/lib/ipc/ts-http.c
85
ret = getaddrinfo(NULL, "8080", &hints, &res0);
crypto/heimdal/lib/kadm5/init_c.c
431
error = getaddrinfo (hostname, portstr, &hints, &ai);
crypto/heimdal/lib/kadm5/ipropd_slave.c
64
error = getaddrinfo (master, port_str, &hints, &ai);
crypto/heimdal/lib/kadm5/log.c
1031
wsret = getaddrinfo(SIGNAL_SOCKET_HOST,
crypto/heimdal/lib/krb5/addr_families.c
1185
error = getaddrinfo (string, NULL, NULL, &ai);
crypto/heimdal/lib/krb5/expand_hostname.c
160
error = getaddrinfo (orig_hostname, NULL, &hints, &ai);
crypto/heimdal/lib/krb5/expand_hostname.c
80
error = getaddrinfo (orig_hostname, NULL, &hints, &ai);
crypto/heimdal/lib/krb5/get_for_creds.c
235
ret = getaddrinfo (hostname, NULL, NULL, &ai);
crypto/heimdal/lib/krb5/krbhst.c
396
ret = getaddrinfo(host->hostname, portstr, &hints, &host->ai);
crypto/heimdal/lib/krb5/krbhst.c
414
ret = getaddrinfo(hostname, portstr, &hints, &host->ai);
crypto/heimdal/lib/krb5/krbhst.c
524
ret = getaddrinfo(host, portstr, &hints, &ai);
crypto/heimdal/lib/krb5/krbhst.c
574
ret = getaddrinfo(host, port, &hints, &ai);
crypto/heimdal/lib/krb5/send_to_kdc.c
285
ret = getaddrinfo (proxy, portstr, &hints, &ai);
crypto/heimdal/lib/krb5/verify_krb5_conf.c
206
ret = getaddrinfo(hostname, service, &hints, &ai);
crypto/heimdal/lib/krb5/verify_krb5_conf.c
209
ret = getaddrinfo(hostname, service, &hints, &ai);
crypto/heimdal/lib/roken/getaddrinfo-test.c
81
ret = getaddrinfo (nodename, servname, &hints, &res);
crypto/heimdal/lib/roken/getaddrinfo_hostspec.c
92
return getaddrinfo (host, portstr, &hints, ai);
crypto/heimdal/lib/roken/getnameinfo_verified.c
74
ret = getaddrinfo (host, serv, &hints, &ai);
crypto/heimdal/lib/roken/mini_inetd.c
189
error = getaddrinfo (NULL, portstr, &hints, &ai);
crypto/heimdal/lib/wind/idn-lookup.c
112
ret = getaddrinfo(encoded, NULL, &hints, &ai);
crypto/krb5/src/appl/sample/sclient/sclient.c
129
aierr = getaddrinfo(argv[1], portstr, &aihints, &ap);
crypto/krb5/src/kdc/t_sockact.c
104
if (getaddrinfo(host, nbuf, &hints, &ai_list) != 0)
crypto/krb5/src/kprop/kprop.c
231
error = getaddrinfo(host, port, &hints, &answers);
crypto/krb5/src/kprop/kpropd.c
372
error = getaddrinfo(NULL, port, &hints, res);
crypto/krb5/src/kprop/kpropd.c
376
return getaddrinfo(NULL, port, &hints, res);
crypto/krb5/src/lib/apputils/net-server.c
993
err = getaddrinfo(addr.address, "0", &hints, &ai_list);
crypto/krb5/src/lib/kadm5/clnt/client_init.c
536
err = getaddrinfo(hostname, portbuf, &hint, &addrs);
crypto/krb5/src/lib/krad/client.c
275
retval = gai_error_code(getaddrinfo(srv, svc, &hints, ai));
crypto/krb5/src/lib/krad/t_packet.c
203
noerror(gai_error_code(getaddrinfo("127.0.0.1", "radius", &hints, &ai)));
crypto/krb5/src/lib/krad/t_remote.c
67
noerror(gai_error_code(getaddrinfo("127.0.0.1", "radius", &hints, &ai)));
crypto/krb5/src/lib/krb5/os/hostaddr.c
53
r = getaddrinfo (name, 0, &hints, &ai);
crypto/krb5/src/lib/krb5/os/hostaddr.c
56
r = getaddrinfo (name, 0, &hints, &ai);
crypto/krb5/src/lib/krb5/os/hostrealm.c
270
err = getaddrinfo(buf, NULL, &hints, &ai);
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
856
err = getaddrinfo(entry->hostname, portbuf, &hint, &addrs);
crypto/krb5/src/lib/krb5/os/sn2princ.c
104
err = getaddrinfo(host, 0, &hint, &ai);
crypto/krb5/src/util/support/fake-addrinfo.c
116
getaddrinfo (/*@in@*/ /*@null@*/ const char *,
crypto/krb5/src/util/support/fake-addrinfo.c
1324
return getaddrinfo(node, service, hints, aip);
crypto/krb5/src/util/support/fake-addrinfo.c
325
return getaddrinfo(name, serv, hint, res);
crypto/krb5/src/util/support/fake-addrinfo.c
467
int getaddrinfo (const char *name, const char *serv,
crypto/openssh/addr.c
384
if (p == NULL || getaddrinfo(p, NULL, &hints, &ai) != 0)
crypto/openssh/addr.c
414
if (h == NULL || getaddrinfo(h, s, &hints, &ai) != 0)
crypto/openssh/audit-bsm.c
142
if ((r = getaddrinfo(host, NULL, NULL, &ai)) != 0) {
crypto/openssh/channels.c
3836
if ((r = getaddrinfo(addr, strport, &hints, &aitop)) != 0) {
crypto/openssh/channels.c
4696
if ((gaierr = getaddrinfo(name, strport, &hints, &cctx->aitop))
crypto/openssh/channels.c
5021
if ((gaierr = getaddrinfo(NULL, strport,
crypto/openssh/channels.c
5243
if ((gaierr = getaddrinfo(buf, strport, &hints, &aitop)) != 0) {
crypto/openssh/dns.c
183
if (getaddrinfo(hostname, NULL, &hints, &ai) == 0) {
crypto/openssh/openbsd-compat/fake-rfc2553.h
151
#ifdef getaddrinfo
crypto/openssh/openbsd-compat/fake-rfc2553.h
155
int getaddrinfo(const char *, const char *,
crypto/openssh/packet.c
584
if (getaddrinfo(name, NULL, &hints, &ai) == 0) {
crypto/openssh/packet.c
606
if (getaddrinfo(name, NULL, &hints, &aitop) != 0) {
crypto/openssh/regress/netcat.c
1417
r = getaddrinfo(h, p, &hints, &res);
crypto/openssh/regress/netcat.c
621
if ((error = getaddrinfo(host, port, &hints, &res)))
crypto/openssh/regress/netcat.c
648
if ((error = getaddrinfo(sflag, pflag, &ahints, &ares)))
crypto/openssh/regress/netcat.c
733
if ((error = getaddrinfo(host, port, &hints, &res)))
crypto/openssh/servconf.c
885
if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0)
crypto/openssh/ssh-keyscan.c
371
if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0) {
crypto/openssh/ssh.c
1481
errgai = getaddrinfo(host, NULL, &hints, &ai);
crypto/openssh/ssh.c
275
if ((gaierr = getaddrinfo(name, strport, &hints, &res)) != 0) {
crypto/openssh/ssh.c
320
if (getaddrinfo(name, strport, &hints, &res) != 0)
crypto/openssh/ssh.c
351
if ((gaierr = getaddrinfo(name, strport, &hints, &res)) != 0) {
crypto/openssh/sshconnect.c
383
if ((r = getaddrinfo(options.bind_address, NULL,
crypto/openssl/crypto/bio/bio_addr.c
741
switch ((gai_ret = getaddrinfo(host, service, &hints, res))) {
crypto/openssl/doc/designs/ddd/ddd-03-fd-blocking.c
163
rc = getaddrinfo(argv[1], argv[2], &hints, &result);
crypto/openssl/doc/designs/ddd/ddd-04-fd-nonblocking.c
331
rc = getaddrinfo(argv[1], argv[2], &hints, &result);
crypto/openssl/doc/designs/ddd/ddd-05-mem-nonblocking.c
384
rc = getaddrinfo(argv[1], argv[2], &hints, &result);
crypto/openssl/doc/designs/ddd/ddd-06-mem-uv.c
740
rc = getaddrinfo(argv[1], argv[2], &hints, &result);
crypto/openssl/test/bio_tfo_test.c
241
if (!TEST_int_eq(getaddrinfo(NULL, "0", &hints, &ai), 0))
include/netdb.h
250
int getaddrinfo(const char *, const char *,
lib/libc/net/getaddrinfo.c
2454
error = getaddrinfo(addr, "0", &hints, &res0);
lib/libc/net/getaddrinfo.c
2586
error = getaddrinfo(addr, NULL, &hints, &res0);
lib/libc/net/rcmd.c
119
error = getaddrinfo(*ahost, num, &hints, &res);
lib/libc/net/rcmd.c
378
error = getaddrinfo(rhost, "0", &hints, &res);
lib/libc/net/rcmd.c
711
error = getaddrinfo(lhost, "0", &hints, &res);
lib/libc/net/rcmdsh.c
88
error = getaddrinfo(*ahost, num, &hints, &res);
lib/libc/resolv/res_init.c
372
if (getaddrinfo(cp, sbuf, &hints, &ai) == 0) {
lib/libc/rpc/clnt_bcast.c
137
if (getaddrinfo(NULL, "sunrpc", &hints, &res) != 0) {
lib/libc/rpc/rpcb_clnt.c
354
if (getaddrinfo(host, "sunrpc", &hints, &res) != 0) {
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
102
rv = getaddrinfo(goodname_dot, NULL, &hints, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
107
rv = getaddrinfo(badname, NULL, &hints, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
112
rv = getaddrinfo(badname_dot, NULL, &hints, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
129
rv = getaddrinfo(goodname, NULL, &hints, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
134
rv = getaddrinfo(goodname_dot, NULL, &hints, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
152
rv = getaddrinfo(goodname, "666", &hints, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
157
rv = getaddrinfo(goodname_dot, "666", &hints, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
174
rv = getaddrinfo(goodname, NULL, &hints, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
179
rv = getaddrinfo(goodname_dot, NULL, &hints, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
199
rv = getaddrinfo(goodname, NULL, &hints, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
204
rv = getaddrinfo(goodname_dot, NULL, &hints, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
230
rv = getaddrinfo(ipv6onlyname, NULL, &hints4, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
235
rv = getaddrinfo(ipv6onlyname_dot, NULL, &hints4, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
240
rv = getaddrinfo(ipv4onlyname, NULL, &hints6, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
245
rv = getaddrinfo(ipv4onlyname_dot, NULL, &hints6, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
250
rv = getaddrinfo(badname, NULL, &hints4, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
255
rv = getaddrinfo(badname_dot, NULL, &hints6, &res);
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
97
rv = getaddrinfo(goodname, NULL, &hints, &res);
lib/libc/tests/nss/getaddrinfo_test.c
387
rv = getaddrinfo(line, NULL, &hints, &result);
lib/libc/tests/nss/gethostby_test.c
773
rv = getaddrinfo(he->h_name, NULL, &hints, &ai);
lib/libc/tests/nss/gethostby_test.c
780
rv = getaddrinfo(he->h_name, NULL, &hints, &ai);
lib/libc/tests/resolv/resolv_test.c
111
error = getaddrinfo(host, portstr, &hints, &res);
lib/libc/tests/sys/sendfile_test.c
123
error = getaddrinfo(host, serv, &hints, res);
lib/libcasper/services/cap_dns/cap_dns.c
649
error = getaddrinfo(hostname, servname, hintsp, &res);
lib/libcasper/services/cap_dns/cap_dns.h
101
return (getaddrinfo(hostname, servname, hints, res));
lib/libcasper/services/cap_dns/tests/dns_test.c
248
syserr = getaddrinfo("freebsd.org", "25", hintsp, &ais);
lib/libcasper/services/cap_dns/tests/dns_test.c
265
syserr = getaddrinfo("freebsd.org", "25", hintsp, &ais);
lib/libcasper/services/cap_dns/tests/dns_test.c
282
syserr = getaddrinfo("freebsd.org", "25", hintsp, &ais);
lib/libcasper/services/cap_net/cap_net.c
1023
error = getaddrinfo(hostname, servname, hintsp, &res);
lib/libcasper/services/cap_net/cap_net.h
98
#define cap_getaddrinfo(chan, ...) getaddrinfo(__VA_ARGS__)
lib/libcasper/services/cap_net/tests/net_test.c
202
sysret = getaddrinfo(domain, servname, &hints, &origres);
lib/libfetch/common.c
375
if ((err = getaddrinfo(host, service, &hints, &res)) != 0) {
lib/libfetch/common.c
883
if (getaddrinfo(host, "443", &hints, &res) != 0)
lib/libipsec/policy_parse.y
233
error = getaddrinfo(buf->buf, serv, &hints, &res);
lib/libpam/modules/pam_radius/pam_radius.c
113
if (getaddrinfo(nas_ipaddr, NULL, &hints, &res) == 0 &&
lib/libpam/modules/pam_unix/pam_unix.c
250
if (getaddrinfo(rhost, NULL, &hints, &res) == 0) {
lib/libpmcstat/libpmcstat_logging.c
466
if ((error = getaddrinfo(hostname, p+1, &hints, &res0)) != 0) {
lib/libutil/realhostname.c
139
error = getaddrinfo(buf, NULL, &hints, &res);
libexec/phttpget/phttpget.c
342
error = getaddrinfo(env_HTTP_PROXY ? env_HTTP_PROXY : servername,
sbin/dumpon/dumpon.c
630
error = getaddrinfo(server, NULL, &hints, &res);
sbin/hastd/proto_tcp.c
174
error = getaddrinfo(iporhost, portstr, &hints, &res);
sbin/ifconfig/af_inet6.c
455
int error = getaddrinfo(addr_str, NULL, &hints, &res);
sbin/ifconfig/af_inet6.c
565
error = getaddrinfo(s, NULL, &hints, &res);
sbin/ifconfig/carp.c
236
if (getaddrinfo(val, NULL, &hints, &res) != 0)
sbin/ifconfig/ifconfig.c
1272
if ((ecode = getaddrinfo(src, NULL, NULL, &srcres)) != 0)
sbin/ifconfig/ifconfig.c
1276
if ((ecode = getaddrinfo(dst, NULL, NULL, &dstres)) != 0)
sbin/ifconfig/ifpfsync.c
219
if ((ecode = getaddrinfo(val, NULL, NULL, &peerres)) != 0)
sbin/ifconfig/ifvxlan.c
220
if ((error = getaddrinfo(addr, NULL, NULL, &ai)) != 0)
sbin/ifconfig/ifvxlan.c
284
if ((error = getaddrinfo(addr, NULL, NULL, &ai)) != 0)
sbin/ifconfig/ifvxlan.c
348
if ((error = getaddrinfo(addr, NULL, NULL, &ai)) != 0)
sbin/ipf/libipf/gethost.c
63
getaddrinfo(name, NULL, &hints, &res);
sbin/ipfw/ipfw2.c
4539
if (getaddrinfo(*av, NULL, NULL, &res))
sbin/ipfw/tables.c
1650
if (getaddrinfo(n, NULL, &hints, &res) == 0) {
sbin/mount_nfs/mount_nfs.c
647
resolved = (getaddrinfo(hostp, portspec, &hints, &ai_nfs) == 0);
sbin/mount_nfs/mount_nfs.c
661
if ((ecode = getaddrinfo(hostp, portspec, &hints,
sbin/nvmecontrol/fabrics.c
160
error = getaddrinfo(address, port, &hints, &list);
sbin/pfctl/pfctl.c
1088
if (getaddrinfo(s, sbs, &hints, &ai) != 0)
sbin/pfctl/pfctl.c
1470
error = getaddrinfo(source, NULL, &hints, &res);
sbin/pfctl/pfctl.c
687
if ((ret_ga = getaddrinfo(addr, NULL, &hints, &res))) {
sbin/pfctl/pfctl_parser.c
1979
if (getaddrinfo(s, NULL, &hints, &res) == 0) {
sbin/pfctl/pfctl_parser.c
2018
if (getaddrinfo(ps, NULL, &hints, &res0) != 0)
sbin/pflowctl/pflowctl.c
481
if ((error = getaddrinfo(ip, port, &hints, &res0)) != 0)
sbin/ping/main.c
156
error = getaddrinfo(target, NULL, &hints, &res);
sbin/route/route.c
1301
ecode = getaddrinfo(str, NULL, &hints, &res);
sbin/setkey/parse.y
1327
error = getaddrinfo(host, port, &hints, &res);
sbin/setkey/test-pfkey.c
498
if (getaddrinfo(str, serv, &hints, &res) != 0 || res->ai_next) {
sbin/umount/umount.c
151
error = getaddrinfo(nfshost, NULL, &hints, &nfshost_ai);
sbin/umount/umount.c
369
getaddrinfo(hostp, NULL, &hints, &ai);
tests/sys/kern/ktls_test.c
231
error = getaddrinfo(host, port, &hints, &tofree);
tests/sys/netinet/ip6_v4mapped_test.c
258
error = getaddrinfo("127.0.0.1", NULL, &ai_hint, &aip);
tests/sys/netinet/ip6_v4mapped_test.c
344
error = getaddrinfo("127.0.0.1", NULL, &ai_hint, &aip);
tests/sys/netinet/ip6_v4mapped_test.c
364
error = getaddrinfo("127.0.0.1", NULL, &ai_hint, &aip);
tools/regression/gaithrstress/gaithrstress.c
124
error = getaddrinfo(hostname, NULL, hints, &res);
tools/regression/netinet/ipmulticast/ipmulticast.c
443
error = getaddrinfo(basegroup_str, NULL, &aih, &aip);
tools/regression/netinet/ipmulticast/ipmulticast.c
471
error = getaddrinfo(ifaddr_str, NULL, &aih, &aip);
tools/regression/netinet/ipmulticast/ipmulticast.c
535
error = getaddrinfo(argv[i], NULL, &aih, &aip);
tools/regression/netinet6/inet6_rth/inet6_rth-segments.c
120
if (0 != getaddrinfo("::1", NULL, (const struct addrinfo *)&hints, &res))
tools/tools/fib_multibind/sink.c
76
error = getaddrinfo(addr, portstr, &hints, &res);
tools/tools/kttcp/kttcp.c
200
error = getaddrinfo(host, portstr, &hints, &addr);
tools/tools/netrate/netblast/netblast.c
186
error = getaddrinfo(argv[1],argv[2], &hints, &res0);
tools/tools/netrate/netreceive/netreceive.c
228
error = getaddrinfo(NULL, argv[1], &hints, &res0);
tools/tools/netrate/netsend/netsend.c
295
if (getaddrinfo(argv[1], NULL, &hints, &res) != 0) {
tools/tools/nvmf/nvmfd/nvmfd.c
81
error = getaddrinfo(NULL, port, &hints, &list);
tools/tools/nvmf/nvmfdd/nvmfdd.c
59
error = getaddrinfo(address, port, &hints, &list);
tools/tools/so_splice/pingpong.c
52
error = getaddrinfo(host, port, &hints, &res);
tools/tools/so_splice/proxy.c
371
error = getaddrinfo(host, port, &hints, &res);
tools/tools/switch_tls/switch_tls.c
284
error = getaddrinfo(lhost, lport, &hints, &local);
tools/tools/switch_tls/switch_tls.c
289
error = getaddrinfo(fhost, fport, &hints, &foreign);
usr.bin/finger/net.c
74
error = getaddrinfo(host, "finger", &hint, &ai0);
usr.bin/getaddrinfo/getaddrinfo.c
150
error = getaddrinfo(hostname, service, &hints, &addrinfo);
usr.bin/logger/logger.c
284
error = getaddrinfo(hbuf, sbuf, &hints, &res0);
usr.bin/logger/logger.c
312
error = getaddrinfo(dst, svcname, &hints, &res0);
usr.bin/logger/logger.c
315
error = getaddrinfo(dst, "514", &hints, &res0);
usr.bin/rpcinfo/rpcinfo.c
1577
if (getaddrinfo(host, "rpcbind", &hints, &res) != 0) {
usr.bin/rpcinfo/rpcinfo.c
565
if ((error = getaddrinfo(host, "rpcbind", &hints, &res))
usr.bin/tftp/main.c
299
error = getaddrinfo(host, lport, &hints, &res0);
usr.bin/w/w.c
288
if (getaddrinfo(p, NULL, &hints, &res) == 0) {
usr.bin/whois/whois.c
282
error = getaddrinfo(host, hport, &hints, &res);
usr.sbin/bhyve/gdb.c
2219
error = getaddrinfo(saddr, sport, &hints, &gdbaddr);
usr.sbin/bhyve/rfb.c
1405
if ((e = getaddrinfo(hostname, servname, &hints, &ai)) != 0) {
usr.sbin/bhyve/uart_backend.c
449
if (getaddrinfo(addr, port, &hints, &src_addr) != 0) {
usr.sbin/ctld/ctld.cc
646
error = getaddrinfo(addr.c_str(), port.c_str(), &hints, &ai);
usr.sbin/dconschat/dconschat.c
667
error = getaddrinfo(host, service, &hints, &res);
usr.sbin/inetd/inetd.c
404
error = getaddrinfo(hostname, servname, &hints, &res);
usr.sbin/ip6addrctl/ip6addrctl.c
326
if ((e = getaddrinfo(prefix, NULL, &hints, &res)) != 0) {
usr.sbin/iscsid/iscsid.c
211
error = getaddrinfo(addr, port, &hints, ai);
usr.sbin/jail/config.c
620
gicode = getaddrinfo(hostname, NULL, &hints, &ai0);
usr.sbin/lpr/common_source/net.c
102
error = getaddrinfo(rhost, (rport == 0 ? "printer" : NULL),
usr.sbin/lpr/common_source/net.c
205
if ((errno = getaddrinfo(lclhost, NULL, &hints, &local_res)) != 0) {
usr.sbin/lpr/common_source/net.c
217
if ((errno = getaddrinfo(pp->remote_host, NULL,
usr.sbin/lpr/lpd/lpd.c
715
if (getaddrinfo(from_host, NULL, &hints, &res) == 0) {
usr.sbin/lpr/lpd/lpd.c
730
error = getaddrinfo(from_host, NULL, &hints, &res);
usr.sbin/lpr/lpd/lpd.c
868
error = getaddrinfo(NULL, "printer", &hints, &res);
usr.sbin/mountd/mountd.c
1110
if ((aicode = getaddrinfo(NULL, port_str, &hints,
usr.sbin/mountd/mountd.c
3052
ecode = getaddrinfo(cp, NULL, &hints, &ai);
usr.sbin/mountd/mountd.c
3483
if (getaddrinfo(cp, NULL, &hints, &ai) == 0)
usr.sbin/mountd/mountd.c
971
if ((aicode = getaddrinfo(NULL, svcport_str,
usr.sbin/mountd/mountd.c
982
if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str,
usr.sbin/mtest/mtest.c
310
error = getaddrinfo(str1, "0", &hints, &res);
usr.sbin/mtest/mtest.c
327
error = getaddrinfo(str3, "0", &hints, &res);
usr.sbin/mtest/mtest.c
568
error = getaddrinfo(str1, "0", &hints, &res);
usr.sbin/ndp/ndp.c
505
int gai_error = getaddrinfo(host, NULL, &hints, &res);
usr.sbin/nfscbd/nfscbd.c
130
error = getaddrinfo(myname, NULL, &hints, &aip);
usr.sbin/nfsd/nfsd.c
1074
error = getaddrinfo(hostname, NULL, &hints, &aip);
usr.sbin/nfsd/nfsd.c
1320
ecode = getaddrinfo(cp, NULL, &hints, &ai_tcp);
usr.sbin/nfsd/nfsd.c
333
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp);
usr.sbin/nfsd/nfsd.c
357
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp6);
usr.sbin/nfsd/nfsd.c
381
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp);
usr.sbin/nfsd/nfsd.c
405
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp6);
usr.sbin/nfsd/nfsd.c
567
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp);
usr.sbin/nfsd/nfsd.c
647
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp6);
usr.sbin/nfsd/nfsd.c
724
ecode = getaddrinfo(NULL, "nfs", &hints,
usr.sbin/nfsd/nfsd.c
809
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp6);
usr.sbin/nfsd/nfsd.c
938
ecode = getaddrinfo(hostptr, "nfs", &hints, ai);
usr.sbin/nfsuserd/nfsuserd.c
150
error = getaddrinfo(hostname, NULL, &hints, &aip);
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
185
if (getaddrinfo(host, NULL, &hints, &res) != 0)
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
247
if (getaddrinfo(host, NULL, &hints, &res) != 0)
usr.sbin/pnfsdsfile/pnfsdsfile.c
102
if (getaddrinfo(cp, NULL, NULL, &newres) != 0)
usr.sbin/pnfsdsfile/pnfsdsfile.c
126
if (getaddrinfo(optarg, NULL, NULL, &res) != 0)
usr.sbin/pnfsdsfile/pnfsdsfile.c
135
if (getaddrinfo(optarg, NULL, NULL, &res) != 0)
usr.sbin/pnfsdsfile/pnfsdsfile.c
99
if (getaddrinfo(hostn, NULL, NULL, &res) != 0)
usr.sbin/pppctl/pppctl.c
509
gai = getaddrinfo(addr, port, &hints, &res);
usr.sbin/rip6query/rip6query.c
111
error = getaddrinfo(argv[0], pbuf, &hints, &res);
usr.sbin/route6d/route6d.c
620
error = getaddrinfo(NULL, port, &hints, &res);
usr.sbin/route6d/route6d.c
690
error = getaddrinfo(RIP6_DEST, port, &hints, &res);
usr.sbin/rpc.lockd/lockd.c
635
if ((aicode = getaddrinfo(NULL, svcport_str,
usr.sbin/rpc.lockd/lockd.c
647
if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str,
usr.sbin/rpc.lockd/lockd.c
801
if ((aicode = getaddrinfo(NULL, port_str, &hints,
usr.sbin/rpc.statd/file.c
86
if (getaddrinfo(hostname, NULL, NULL, &ai1) != 0)
usr.sbin/rpc.statd/file.c
96
getaddrinfo(hp->hostname, NULL, NULL, &ai2) != 0)
usr.sbin/rpc.statd/procs.c
128
if (getaddrinfo(arg->mon_name, NULL, NULL, &ai) == 0) {
usr.sbin/rpc.statd/procs.c
182
if (getaddrinfo(arg->mon_id.mon_name, NULL, NULL, &ai) != 0)
usr.sbin/rpc.statd/statd.c
456
if ((aicode = getaddrinfo(NULL, svcport_str,
usr.sbin/rpc.statd/statd.c
467
if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str,
usr.sbin/rpc.statd/statd.c
588
if ((aicode = getaddrinfo(NULL, port_str, &hints,
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
874
error = getaddrinfo(hostname, NULL, &hints, &aip);
usr.sbin/rpcbind/rpcbind.c
463
if ((aicode = getaddrinfo(hosts[nhostsbak], servname, &hints,
usr.sbin/rpcbind/rpcbind.c
733
if (getaddrinfo(hosts[i], NULL, &hints, &res) != 0)
usr.sbin/rpcbind/util.c
330
if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) {
usr.sbin/rpcbind/util.c
347
if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) {
usr.sbin/rrenumd/parser.y
194
error = getaddrinfo($1.cp, 0, &hints, &res);
usr.sbin/setaudit/setaudit.c
130
error = getaddrinfo(sflag, NULL, &hints, &res);
usr.sbin/syslogd/syslogd.c
3172
error = getaddrinfo(f->f_hname, p ? p : "syslog", &hints, &res);
usr.sbin/syslogd/syslogd.c
3500
if (getaddrinfo(s, NULL, &hints, &res) == 0) {
usr.sbin/syslogd/syslogd.c
445
error = getaddrinfo(name, serv, &hints, &res0);
usr.sbin/tcpdrop/tcpdrop.c
302
error = getaddrinfo(lhost, lport, &hints, &local);
usr.sbin/tcpdrop/tcpdrop.c
307
error = getaddrinfo(fhost, fport, &hints, &foreign);
usr.sbin/traceroute/as.c
74
error = getaddrinfo(server, "whois", &hints, &res0);
usr.sbin/traceroute/as.c
77
error = getaddrinfo(server, "43", &hints, &res0);
usr.sbin/virtual_oss/virtual_oss/httpd.c
624
if ((error = getaddrinfo(host, port, &hints, &res)))
usr.sbin/ypldap/ypldap_dns.c
217
error = getaddrinfo(s, NULL, &hints, &res0);
usr.sbin/ypserv/yp_main.c
280
error = getaddrinfo(blep->ble_hostname, servname,
usr.sbin/ypserv/yp_main.c
428
error = getaddrinfo(NULL, servname, &hints, &res0);