Symbol: getaddrinfo
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
407
error = getaddrinfo(addr, serv, &hints, &res);
crypto/dist/ipsec-tools/src/racoon/kmpstat.c
217
error = getaddrinfo(name, port, &hint, &ai);
crypto/dist/ipsec-tools/src/racoon/oakley.c
1815
error = getaddrinfo(altname, NULL, &hints, &res);
crypto/dist/ipsec-tools/src/racoon/prsa_par.y
266
err = getaddrinfo($1, NULL, &hints, &res);
crypto/dist/ipsec-tools/src/racoon/prsa_par.y
295
err = getaddrinfo($1, NULL, &hints, &res);
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
662
if (getaddrinfo(av[0], "4500", &hints, &res) != 0)
crypto/dist/ipsec-tools/src/racoon/sockmisc.c
789
error = getaddrinfo(host, port, &hints, &res);
crypto/dist/ipsec-tools/src/setkey/parse.y
1597
error = getaddrinfo(host, port, &hints, &res);
dist/pf/sbin/pfctl/pfctl.c
406
if ((ret_ga = getaddrinfo(addr, NULL, &hints, &res))) {
dist/pf/sbin/pfctl/pfctl.c
455
if ((ret_ga = getaddrinfo(src_node_kill[0], NULL, NULL, &res[0]))) {
dist/pf/sbin/pfctl/pfctl.c
487
if ((ret_ga = getaddrinfo(src_node_kill[1], NULL, NULL,
dist/pf/sbin/pfctl/pfctl.c
565
if ((ret_ga = getaddrinfo(state_kill[0], NULL, NULL, &res[0]))) {
dist/pf/sbin/pfctl/pfctl.c
597
if ((ret_ga = getaddrinfo(state_kill[1], NULL, NULL,
dist/pf/sbin/pfctl/pfctl_parser.c
1544
if (getaddrinfo(s, "0", &hints, &res) == 0) {
dist/pf/sbin/pfctl/pfctl_parser.c
1582
error = getaddrinfo(ps, NULL, &hints, &res0);
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
739
error = getaddrinfo(fixed_proxy, NULL, &hints, &res);
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
753
error = getaddrinfo(fixed_server, fixed_server_port, &hints,
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
769
error = getaddrinfo(listen_ip, listen_port, &hints, &res);
include/netdb.h
349
int getaddrinfo(const char * __restrict, const char * __restrict,
lib/libc/net/getaddrinfo.c
100
__weak_alias(getaddrinfo,_getaddrinfo)
lib/libc/net/getaddrinfo.c
2348
error = getaddrinfo(addr, NULL, &hints, &res0);
lib/libc/net/getaddrinfo.c
2453
error = getaddrinfo(addr, NULL, &hints, &res0);
lib/libc/net/getaddrinfo.c
2869
if ((e = getaddrinfo(argv[i], NULL, NULL, &sai)) != 0)
lib/libc/net/rcmd.c
116
error = getaddrinfo(*ahost, pbuf, &hints, &res);
lib/libc/net/rcmd.c
174
error = getaddrinfo(*ahost, pbuf, &hints, &res);
lib/libc/net/rcmd.c
611
error = getaddrinfo(rhost, "0", &hints, &res);
lib/libc/net/rcmd.c
940
error = getaddrinfo(lhost, "0", &hints, &res);
lib/libc/net/rcmd.c
996
error = getaddrinfo(remotehost, "0", &hints, &res);
lib/libc/resolv/res_init.c
440
if (getaddrinfo(cp, sbuf, &hints, &ai) == 0 &&
lib/libc/rpc/clnt_bcast.c
158
if (getaddrinfo(NULL, "sunrpc", &hints, &res) != 0) {
lib/libc/rpc/rpcb_clnt.c
371
if (getaddrinfo(host, "sunrpc", &hints, &res) != 0) {
lib/libform/type_ipv6.c
68
if (getaddrinfo(args, "0", &hints, &res) != 0) {
lib/libpam/modules/pam_radius/pam_radius.c
133
if (getaddrinfo(nas_ipaddr, NULL, &hints, &res) == 0 &&
lib/libwrap/hosts_access.c
481
if (getaddrinfo(net_tok, "0", &hints, &res) == 0) {
lib/libwrap/hosts_access.c
496
if (getaddrinfo(mask_tok, "0", &hints, &res) == 0) {
lib/libwrap/hosts_access.c
540
if (getaddrinfo(string, "0", &hints, &res) == 0) {
lib/libwrap/socket.c
190
if (getaddrinfo(append_dot(host->name), "0", &hints, &res0) == 0)
lib/libwrap/socket.c
192
if (getaddrinfo(host->name, "0", &hints, &res0) == 0)
lib/libwrap/socket.c
219
if (getaddrinfo(append_dot(host->name), "0", &hints, &res0) != 0)
lib/libwrap/socket.c
221
if (getaddrinfo(host->name, "0", &hints, &res0) != 0)
libexec/ftpd/conf.c
242
error = getaddrinfo(arg, "0", &hints, &res);
libexec/ftpd/ftpd.c
3307
if (getaddrinfo(result[1], result[2], &hints, &res))
libexec/ftpd/ftpd.c
528
error = getaddrinfo(NULL, "ftp", &hints, &res0);
libexec/httpd/daemon-bozo.c
144
e = getaddrinfo(httpd->bindaddress, portnum, &h, &r0);
libexec/identd/identd.c
227
error = getaddrinfo(proxy, NULL, &hints, &ai);
libexec/identd/identd.c
592
error = getaddrinfo(address, port, &hints, &res0);
libexec/rlogind/rlogind.c
301
gaierror = getaddrinfo(hostnamebuf, "0", &hints, &res0);
libexec/rshd/rshd.c
409
gaierror = getaddrinfo(remotehost, pbuf, &hints, &res0);
libexec/telnetd/telnetd.c
372
error = getaddrinfo(NULL, service, &hints, &res);
sbin/ifconfig/parse.c
366
rc = getaddrinfo(arg, servname, &hints, &result);
sbin/iscsid/iscsid_discover.c
508
retval = getaddrinfo((char *)isns->address, port, &hints, &ai);
sbin/iscsid/iscsid_driverif.c
110
if (getaddrinfo((char *)addr, NULL, &hints, &ai0))
sbin/iscsid/iscsid_driverif.c
290
ret = getaddrinfo((char *)addr->address, portnum, &hints, &ai0);
sbin/iscsid/iscsid_driverif.c
559
ret = getaddrinfo((char *)addr->address, portnum, &hints, &ai0);
sbin/mount_nfs/getnfsargs.c
137
if (getaddrinfo(hostp, "nfs", &hints, &ai_nfs) != 0) {
sbin/mount_nfs/getnfsargs.c
139
if ((ecode = getaddrinfo(hostp, "nfs", &hints, &ai_nfs)) != 0) {
sbin/mount_nfs/getnfsargs_small.c
216
if ((ecode = getaddrinfo(hostp, "nfs", &hints, &ai_nfs)) != 0) {
sbin/mount_portal/pt_tcp.c
106
if (getaddrinfo(host, port, &hints, &res) != 0)
sbin/ping6/ping6.c
484
ret_ga = getaddrinfo(optarg, NULL, &hints, &res);
sbin/ping6/ping6.c
583
ret_ga = getaddrinfo(target, NULL, &hints, &res);
sbin/ping6/ping6.c
616
error = getaddrinfo(gateway, NULL, &hints, &gres);
sbin/route/route.c
857
if (getaddrinfo(s, "0", &hints, &res) != 0) {
sbin/route/route.c
863
if (getaddrinfo(s, "0", &hints, &res) != 0)
sbin/umount/umount.c
161
if (getaddrinfo(nfshost, NULL, &hints, &nfshost_ai) != 0) {
sbin/umount/umount.c
272
if (getaddrinfo(hostp, NULL, &hints, &ai) != 0)
share/examples/refuse/ian/libfetch/common.c
245
if (getaddrinfo(addr, NULL, &hints, &res0) != 0)
share/examples/refuse/ian/libfetch/common.c
277
if ((err = getaddrinfo(host, pbuf, &hints, &res0)) != 0) {
tests/lib/libc/net/getaddrinfo/h_gai.c
170
error = getaddrinfo(p, q, &ai, &res);
tests/lib/libpthread/h_resolv.c
107
error = getaddrinfo(host, NULL, NULL, &res);
tests/lib/libutil/t_sockaddr_snprintf.c
266
if (getaddrinfo("morden.netbsd.org", "https", NULL, &res) == 0) {
tests/net/inpcb/inpcb_bind.c
364
if ((error = getaddrinfo(baddr_s, bport_s, &hints, &baddr)))
tests/net/inpcb/inpcb_bind.c
370
if ((error = getaddrinfo(NULL, bport_s, &hints, &any)))
tests/net/inpcb/inpcb_bind.c
385
if ((error = getaddrinfo(bmifa_s, NULL, &hints, &mifa)))
tests/net/inpcb/inpcb_bind.c
407
if ((error = getaddrinfo(bmifa_s, NULL, &hints, &mifa)))
tests/net/ipsec/natt_terminator.c
92
e = getaddrinfo(addr, port, &hints, &res);
tests/net/mcast/mcast.c
199
e = getaddrinfo(host, port, &hints, &ai0);
tests/net/net/t_udp.c
31
e = getaddrinfo("localhost", "9999", &hints, &res);
tests/net/sys/t_rfc6056.c
75
error = getaddrinfo(hostname, service, &hints, &res);
tests/usr.sbin/inetd/t_inetd.c
248
ATF_REQUIRE_EQ_MSG(error = getaddrinfo(address, port, &hints, &res), 0,
usr.bin/finger/net.c
85
error = getaddrinfo(host, "finger", &hints, &res0);
usr.bin/ftp/fetch.c
639
error = getaddrinfo(host, port, &hints, &res0);
usr.bin/ftp/ftp.c
175
error = getaddrinfo(host, port, &hints, &res0);
usr.bin/ftp/main.c
463
error = getaddrinfo(src_addr, NULL, &hints, &bindai);
usr.bin/ftp/util.c
1263
if (getaddrinfo(addr, "0", &hints, &res) != 0)
usr.bin/getaddrinfo/getaddrinfo.c
142
error = getaddrinfo(hostname, service, &hints, &addrinfo);
usr.bin/nc/netcat.c
1060
if ((error = getaddrinfo(host, port, &hints, &res0)))
usr.bin/nc/netcat.c
961
if ((error = getaddrinfo(host, port, &hints, &res0)))
usr.bin/nc/netcat.c
982
if ((error = getaddrinfo(sflag, pflag, &ahints, &ares)))
usr.bin/nc/socks.c
76
r = getaddrinfo(h, p, &hints, &res);
usr.bin/rpcinfo/rpcinfo.c
1631
if (getaddrinfo(host, "sunrpc", &hints, &res) != 0) {
usr.bin/rpcinfo/rpcinfo.c
572
if ((error = getaddrinfo(host, "sunrpc", &hints, &res))
usr.bin/rusers/rusers.c
241
ecode = getaddrinfo(host, NULL, NULL, &ai);
usr.bin/systat/netcmds.c
169
if (getaddrinfo(args, "0", &hints, &res0) != 0) {
usr.bin/telnet/commands.c
2160
error = getaddrinfo(hostname, portp, &hints, &res0);
usr.bin/telnet/commands.c
2176
error = getaddrinfo(hostname, portp, &hints, &res0);
usr.bin/tftp/main.c
256
error = getaddrinfo(host, port, &hints, &res0);
usr.bin/whois/whois.c
190
error = getaddrinfo(server, port, &hints, &res);
usr.bin/whois/whois.c
353
getaddrinfo(server, NULL, &hints, &res) != 0)) {
usr.sbin/faithd/faithd.c
277
error = getaddrinfo(NULL, service, &hints, &res);
usr.sbin/faithd/ftp.c
789
error = getaddrinfo(hostp, portp, &hints, &res);
usr.sbin/faithd/prefix.c
81
if (getaddrinfo(p, "0", &hints, &res))
usr.sbin/inetd/parse.c
269
error = getaddrinfo(host, port, &hints, &res);
usr.sbin/ip6addrctl/ip6addrctl.c
277
if ((e = getaddrinfo(prefix, NULL, &hints, &res)) != 0) {
usr.sbin/lpr/common_source/common.c
159
error = getaddrinfo(hostname, port, &hints, &res);
usr.sbin/lpr/common_source/common.c
384
error = getaddrinfo(gethost(RM), NULL, &hints, &res0);
usr.sbin/lpr/lpd/lpd.c
642
error = getaddrinfo(fromb, NULL, &hints, &res);
usr.sbin/lpr/lpd/lpd.c
751
error = getaddrinfo((blist_addrs == 0) ? NULL : blist[blidx],
usr.sbin/mountd/get_net.c
156
if (getaddrinfo(cp, NULL, &hints, &ai) == 0)
usr.sbin/mountd/mountd.c
1883
ecode = getaddrinfo(cp, NULL, &hints, &ai);
usr.sbin/ndp/ndp.c
309
gai_error = getaddrinfo(host, NULL, &hints, &res);
usr.sbin/ndp/ndp.c
375
gai_error = getaddrinfo(host, NULL, &hints, &res);
usr.sbin/ndp/ndp.c
402
gai_error = getaddrinfo(host, NULL, &hints, &res);
usr.sbin/nfsd/nfsd.c
173
ecode = getaddrinfo(NULL, "nfs", &hints, &cfg->ai);
usr.sbin/npf/npfctl/npf_data.c
151
ret = getaddrinfo(name, NULL, &hint, &ai);
usr.sbin/npf/npfctl/npf_data.c
487
e = getaddrinfo(NULL, port, NULL, &rai);
usr.sbin/puffs/mount_9p/ninepuffs.c
89
ret = getaddrinfo(hostname, portname, &hints, &ai0);
usr.sbin/rdate/rdate.c
123
error = getaddrinfo(hname, "time", &hints, &res0);
usr.sbin/rip6query/rip6query.c
118
error = getaddrinfo(argv[0], pbuf, &hints, &res);
usr.sbin/route6d/route6d.c
563
error = getaddrinfo(NULL, port, &hints, &res);
usr.sbin/route6d/route6d.c
601
error = getaddrinfo(RIP6_DEST, port, &hints, &res);
usr.sbin/rpc.statd/stat_proc.c
115
if (getaddrinfo(arg->mon_id.mon_name, NULL, NULL, &ai) != 0) {
usr.sbin/rpc.statd/stat_proc.c
70
if (getaddrinfo(arg->mon_name, NULL, NULL, &ai) == 0) {
usr.sbin/rpcbind/rpcbind.c
452
if ((aicode = getaddrinfo(hosts[nhostsbak],
usr.sbin/rpcbind/rpcbind.c
758
if (getaddrinfo(hosts[i], NULL, &hints, &res) != 0)
usr.sbin/rpcbind/util.c
314
if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) {
usr.sbin/rpcbind/util.c
329
if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) {
usr.sbin/syslogd/syslogd.c
3982
error = getaddrinfo(f->f_un.f_forw.f_hname, "syslog", &hints,
usr.sbin/syslogd/syslogd.c
4145
error = getaddrinfo(hostname, "syslog", &hints, &res);
usr.sbin/syslogd/tls.c
1010
error = getaddrinfo(conn_info->hostname,
usr.sbin/syslogd/tls.c
849
error = getaddrinfo(bindhostname, (port ? port : "syslog-tls"),
usr.sbin/tcpdchk/scaffold.c
58
error = getaddrinfo(host, "0", &hints, &res);
usr.sbin/tcpdrop/tcpdrop.c
85
if ((gaierr = getaddrinfo(host, serv, &hints, &ai)) != 0)
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/traceroute6/traceroute6.c
498
error = getaddrinfo(*argv, NULL, &hints, &res);
usr.sbin/traceroute6/traceroute6.c
605
error0 = getaddrinfo(source, "0", &hints0, &res0);
usr.sbin/wgconfig/wgconfig.c
564
error = getaddrinfo(addr, port, &hints, &res);
usr.sbin/wgconfig/wgconfig.c
614
error = getaddrinfo(ip, 0, &hints, &res);
usr.sbin/ypserv/common/localhostname.c
77
error = getaddrinfo(hostname, NULL, &hints, &res);
usr.sbin/ypserv/stdhosts/stdhosts.c
115
getaddrinfo(k, "0", &hints, &res) == 0) {