Symbol: getaddrinfo
crypto/libressl/apps/nc/netcat.c
1092
if ((error = getaddrinfo(host, port, &hints, &res0)))
crypto/libressl/apps/nc/netcat.c
968
if ((error = getaddrinfo(host, port, &hints, &res0)))
crypto/libressl/apps/nc/netcat.c
990
if ((error = getaddrinfo(sflag, pflag, &ahints, &ares)))
crypto/libressl/apps/nc/socks.c
72
r = getaddrinfo(h, p, &hints, &res);
crypto/libressl/apps/openssl/s_socket.c
90
if ((i = getaddrinfo(host, port, &hints, &ai_top)) != 0) {
crypto/libressl/crypto/bio/b_sock.c
150
if ((error = getaddrinfo(h, p, &hints, &res)) != 0) {
crypto/libressl/crypto/bio/b_sock.c
54
if ((error = getaddrinfo(str, NULL, &hints, &res)) != 0) {
crypto/libressl/crypto/bio/b_sock.c
81
if ((error = getaddrinfo(NULL, str, &hints, &res)) != 0) {
crypto/libressl/tls/tls_client.c
108
if (getaddrinfo(h, p, &hints, &res0) != 0) {
crypto/libressl/tls/tls_client.c
111
if (getaddrinfo(h, p, &hints, &res0) != 0) {
crypto/libressl/tls/tls_client.c
115
if ((s = getaddrinfo(h, p, &hints, &res0)) != 0) {
crypto/openssh/addr.c
384
if (p == NULL || getaddrinfo(p, NULL, &hints, &ai) != 0)
crypto/openssh/addr.c
413
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
3832
if ((r = getaddrinfo(addr, strport, &hints, &aitop)) != 0) {
crypto/openssh/channels.c
4692
if ((gaierr = getaddrinfo(name, strport, &hints, &cctx->aitop))
crypto/openssh/channels.c
5017
if ((gaierr = getaddrinfo(NULL, strport,
crypto/openssh/channels.c
5238
if ((gaierr = getaddrinfo(buf, strport, &hints, &aitop)) != 0) {
crypto/openssh/dns.c
183
if (getaddrinfo(hostname, NULL, &hints, &ai) == 0) {
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/servconf.c
860
if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0)
crypto/openssh/ssh-keyscan.c
370
if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0) {
crypto/openssh/ssh.c
274
if ((gaierr = getaddrinfo(name, strport, &hints, &res)) != 0) {
crypto/openssh/ssh.c
319
if (getaddrinfo(name, strport, &hints, &res) != 0)
crypto/openssh/ssh.c
350
if ((gaierr = getaddrinfo(name, strport, &hints, &res)) != 0) {
crypto/openssh/sshconnect.c
383
if ((r = getaddrinfo(options.bind_address, NULL,
include/netdb.h
269
int getaddrinfo(const char * __restrict, const char * __restrict,
lib/libc/net/getaddrinfo.c
2152
error = getaddrinfo(addr, "0", &hints, &res0);
lib/libc/net/getaddrinfo.c
2260
error = getaddrinfo(addr, NULL, &hints, &res0);
lib/libc/net/rcmd.c
119
error = getaddrinfo(*ahost, num, &hints, &res);
lib/libc/net/rcmd.c
376
error = getaddrinfo(rhost, "0", &hints, &res);
lib/libc/net/rcmd.c
710
error = getaddrinfo(lhost, "0", &hints, &res);
lib/libc/net/rcmdsh.c
91
error = getaddrinfo(*ahost, num, &hints, &res);
lib/libc/resolv/res_init.c
383
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
382
if (getaddrinfo(host, "sunrpc", &hints, &res) != 0) {
lib/libcompat/4.3/rexec.c
321
gai = getaddrinfo(*ahost, servbuff, &hints, &res0);
lib/libfetch/common.c
369
if ((err = getaddrinfo(host, service, &hints, &res)) != 0) {
lib/libfetch/common.c
878
if (getaddrinfo(host, "443", &hints, &res) != 0)
lib/libftpio/ftpio.c
754
err = getaddrinfo(host, pbuf, &hints, &res0);
lib/libpam/modules/pam_unix/pam_unix.c
244
if (getaddrinfo(rhost, NULL, &hints, &res) == 0) {
lib/libutil/realhostname.c
138
error = getaddrinfo(buf, NULL, &hints, &res);
libexec/dma/dns.c
79
switch (getaddrinfo(host, servname, &hints, &res0)) {
libexec/ftpd/ftpcmd.y
291
i = getaddrinfo(result[1], result[2], &hints, &res);
libexec/ftpd/ftpd.c
3345
error = getaddrinfo(bindname, bindport, &hints, &res);
libexec/ftpd/ftpd.c
679
if (getaddrinfo(hrp->hostname, NULL, &hints, &res) == 0)
libexec/ftpd/ftpd.c
751
if (getaddrinfo(vhost, NULL, &hints, &res) != 0)
libexec/telnetd/telnetd.c
323
error = getaddrinfo(NULL, service, &hints, &res);
sbin/ifconfig/af_inet6.c
377
error = getaddrinfo(s, NULL, &hints, &res);
sbin/ifconfig/ifconfig.c
958
if ((ecode = getaddrinfo(src, NULL, NULL, &srcres)) != 0)
sbin/ifconfig/ifconfig.c
962
if ((ecode = getaddrinfo(dst, NULL, NULL, &dstres)) != 0)
sbin/ifconfig/ifwg.c
345
if ((error = getaddrinfo(host, service, NULL, &ai)) != 0)
sbin/iscontrol/fsm.c
125
if((val = getaddrinfo(op->targetAddress, pbuf, &hints, &res0)) != 0) {
sbin/mount_nfs/mount_nfs.c
517
if (getaddrinfo(hostp, portspec, &hints, &ai_nfs) != 0) {
sbin/mount_nfs/mount_nfs.c
519
if ((ecode = getaddrinfo(hostp, portspec, &hints, &ai_nfs))
sbin/mountd/mountd.c
1844
ecode = getaddrinfo(cp, NULL, &hints, &ai);
sbin/mountd/mountd.c
2130
if (getaddrinfo(cp, NULL, &hints, &ai) == 0)
sbin/mountd/mountd.c
608
if ((aicode = getaddrinfo(NULL, svcport_str,
sbin/mountd/mountd.c
618
if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str,
sbin/mountd/mountd.c
710
if((aicode = getaddrinfo(NULL, svcport_str, &hints,
sbin/nfsd/nfsd.c
249
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp);
sbin/nfsd/nfsd.c
268
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp6);
sbin/nfsd/nfsd.c
287
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp);
sbin/nfsd/nfsd.c
306
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp6);
sbin/nfsd/nfsd.c
394
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp);
sbin/nfsd/nfsd.c
463
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp6);
sbin/nfsd/nfsd.c
528
ecode = getaddrinfo(NULL, "nfs", &hints,
sbin/nfsd/nfsd.c
604
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp6);
sbin/nfsd/nfsd.c
746
ecode = getaddrinfo(hostptr, "nfs", &hints, ai);
sbin/ping6/ping6.c
460
ret_ga = getaddrinfo(optarg, NULL, &hints, &res);
sbin/ping6/ping6.c
533
ret_ga = getaddrinfo(target, NULL, &hints, &res);
sbin/ping6/ping6.c
566
error = getaddrinfo(gateway, NULL, &hints, &gres);
sbin/route/route.c
1105
if (getaddrinfo(str, "0", &hints, &res) != 0 ||
sbin/umount/umount.c
135
error = getaddrinfo(nfshost, NULL, &hints, &nfshost_ai);
sbin/umount/umount.c
423
getaddrinfo(hostp, NULL, &hints, &ai);
tools/tools/netrate/netblast/netblast.c
188
error = getaddrinfo(argv[1],argv[2], &hints, &res0);
usr.bin/finger/net.c
73
error = getaddrinfo(host, "finger", &hint, &ai0);
usr.bin/getaddrinfo/getaddrinfo.c
150
error = getaddrinfo(hostname, service, &hints, &addrinfo);
usr.bin/logger/logger.c
177
error = getaddrinfo(host, "syslog", &hints, &res);
usr.bin/logger/logger.c
180
error = getaddrinfo(host, "514", &hints, &res);
usr.bin/rpcinfo/rpcinfo.c
1570
if (getaddrinfo(host, "rpcbind", &hints, &res) != 0) {
usr.bin/rpcinfo/rpcinfo.c
556
if ((error = getaddrinfo(host, "rpcbind", &hints, &res))
usr.bin/telnet/commands.c
2182
error = getaddrinfo(src_addr, 0, &hints, &src_res);
usr.bin/telnet/commands.c
2185
error = getaddrinfo(src_addr, 0, &hints, &src_res);
usr.bin/telnet/commands.c
2247
error = getaddrinfo(hostname, portp, &hints, &res);
usr.bin/telnet/commands.c
2250
error = getaddrinfo(hostname, portp, &hints, &res);
usr.bin/telnet/commands.c
2887
error = getaddrinfo(cp, NULL, &hints, &res);
usr.bin/telnet/commands.c
2890
error = getaddrinfo(cp, NULL, &hints, &res);
usr.bin/tftp/main.c
182
error = getaddrinfo(host, port, &hints, &res0);
usr.bin/whois/whois.c
227
error = getaddrinfo(host, port, &hints, &res);
usr.sbin/dconschat/dconschat.c
550
error = getaddrinfo(host, service, &hints, &res);
usr.sbin/dntpd/socket.c
54
error = getaddrinfo(target, servname, &hints, &res0);
usr.sbin/ftp-proxy/ftp-proxy.c
730
error = getaddrinfo(fixed_proxy, NULL, &hints, &res);
usr.sbin/ftp-proxy/ftp-proxy.c
744
error = getaddrinfo(fixed_server, fixed_server_port, &hints,
usr.sbin/ftp-proxy/ftp-proxy.c
760
error = getaddrinfo(listen_ip, listen_port, &hints, &res);
usr.sbin/inetd/inetd.c
379
error = getaddrinfo(hostname, servname, &hints, &res);
usr.sbin/ip6addrctl/ip6addrctl.c
277
if ((e = getaddrinfo(prefix, NULL, &hints, &res)) != 0) {
usr.sbin/lpr/common_source/net.c
100
err = getaddrinfo(rhost, (rport == 0 ? "printer" : NULL),
usr.sbin/lpr/common_source/net.c
203
if ((error = getaddrinfo(lclhost, NULL, &hints, &local_res)) != 0) {
usr.sbin/lpr/common_source/net.c
215
if ((error = getaddrinfo(pp->remote_host, NULL,
usr.sbin/lpr/lpd/lpd.c
703
if (getaddrinfo(from_host, NULL, &hints, &res) == 0) {
usr.sbin/lpr/lpd/lpd.c
718
error = getaddrinfo(from_host, NULL, &hints, &res);
usr.sbin/lpr/lpd/lpd.c
856
error = getaddrinfo(NULL, "printer", &hints, &res);
usr.sbin/ndp/ndp.c
396
gai_error = getaddrinfo(host, NULL, &hints, &res);
usr.sbin/ndp/ndp.c
468
gai_error = getaddrinfo(host, NULL, &hints, &res);
usr.sbin/ndp/ndp.c
508
gai_error = getaddrinfo(host, NULL, &hints, &res);
usr.sbin/pfctl/pfctl.c
402
if ((ret_ga = getaddrinfo(addr, NULL, &hints, &res))) {
usr.sbin/pfctl/pfctl.c
451
if ((ret_ga = getaddrinfo(src_node_kill[0], NULL, NULL, &res[0]))) {
usr.sbin/pfctl/pfctl.c
483
if ((ret_ga = getaddrinfo(src_node_kill[1], NULL, NULL,
usr.sbin/pfctl/pfctl.c
557
if ((ret_ga = getaddrinfo(state_kill[0], NULL, NULL, &res[0]))) {
usr.sbin/pfctl/pfctl.c
589
if ((ret_ga = getaddrinfo(state_kill[1], NULL, NULL,
usr.sbin/pfctl/pfctl_parser.c
1540
if (getaddrinfo(s, "0", &hints, &res) == 0) {
usr.sbin/pfctl/pfctl_parser.c
1578
error = getaddrinfo(ps, NULL, &hints, &res0);
usr.sbin/rip6query/rip6query.c
119
error = getaddrinfo(argv[0], pbuf, &hints, &res);
usr.sbin/route6d/route6d.c
572
error = getaddrinfo(NULL, port, &hints, &res);
usr.sbin/route6d/route6d.c
621
error = getaddrinfo(RIP6_DEST, port, &hints, &res);
usr.sbin/rpc.lockd/lockd.c
395
if ((aicode = getaddrinfo(NULL, svcport_str,
usr.sbin/rpc.lockd/lockd.c
405
if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str,
usr.sbin/rpc.lockd/lockd.c
472
if((aicode = getaddrinfo(NULL, svcport_str, &hints,
usr.sbin/rpcbind/rpcbind.c
393
if ((aicode = getaddrinfo(hosts[nhostsbak],
usr.sbin/rpcbind/util.c
304
if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) {
usr.sbin/rpcbind/util.c
319
if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) {
usr.sbin/rrenumd/parser.y
197
error = getaddrinfo($1.cp, 0, &hints, &res);
usr.sbin/syslogd/syslogd.c
1958
error = getaddrinfo(f->f_un.f_forw.f_hname,
usr.sbin/syslogd/syslogd.c
2248
if (getaddrinfo(s, NULL, &hints, &res) == 0) {
usr.sbin/syslogd/syslogd.c
2374
if (getaddrinfo(name, NULL, &hints, &res) == 0)
usr.sbin/syslogd/syslogd.c
2656
error = getaddrinfo(bindhostname, bindservice, &hints, &res);
usr.sbin/tcpdrop/tcpdrop.c
262
error = getaddrinfo(lhost, lport, &hints, &local);
usr.sbin/tcpdrop/tcpdrop.c
267
error = getaddrinfo(fhost, fport, &hints, &foreign);
usr.sbin/traceroute6/traceroute6.c
547
error = getaddrinfo(*argv, NULL, &hints, &res);
usr.sbin/traceroute6/traceroute6.c
661
error = getaddrinfo(source, "0", &hints, &res);