Home
last modified time | relevance | path

Searched refs:getaddrinfo (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/freebsd-13-stable/contrib/ldns/compat/
HDfake-rfc2553.h154 #ifdef getaddrinfo
155 # undef getaddrinfo
157 #define getaddrinfo(a,b,c,d) (ssh_getaddrinfo(a,b,c,d)) macro
158 int getaddrinfo(const char *, const char *,
/freebsd-13-stable/contrib/unbound/compat/
HDfake-rfc2553.h149 #ifdef getaddrinfo
150 # undef getaddrinfo
152 #define getaddrinfo(a,b,c,d) (getaddrinfo_unbound(a,b,c,d)) macro
153 int getaddrinfo(const char *, const char *,
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDfake-rfc2553.h151 #ifdef getaddrinfo
152 # undef getaddrinfo
154 #define getaddrinfo(a,b,c,d) (ssh_getaddrinfo(a,b,c,d)) macro
155 int getaddrinfo(const char *, const char *,
/freebsd-13-stable/contrib/ntp/libntp/
HDsocktohost.c64 a_info = getaddrinfo(pbuf, svc, &hints, &alist); in socktohost()
74 a_info = getaddrinfo(pbuf, svc, &hints, &alist); in socktohost()
80 a_info = getaddrinfo(pbuf, svc, &hints, &alist); in socktohost()
/freebsd-13-stable/usr.bin/getaddrinfo/
HDMakefile4 PROG= getaddrinfo
5 SRCS= getaddrinfo.c tables.h
/freebsd-13-stable/contrib/tnftp/
HDtnftp.h47 # define getaddrinfo non_rfc2553_getaddrinfo macro
49 # undef getaddrinfo
310 int getaddrinfo(const char *, const char *,
493 #define getaddrinfo Rgetaddrinfo macro
HDtodo6 autoconf test for HAVE_DECL_GETADDRINFO if providing getaddrinfo() override.
/freebsd-13-stable/usr.sbin/lpr/common_source/
HDnet.c104 error = getaddrinfo(rhost, (rport == 0 ? "printer" : NULL), in getport()
207 if ((errno = getaddrinfo(lclhost, NULL, &hints, &local_res)) != 0) { in checkremote()
219 if ((errno = getaddrinfo(pp->remote_host, NULL, in checkremote()
/freebsd-13-stable/usr.sbin/pnfsdsfile/
HDpnfsdsfile.c99 if (getaddrinfo(hostn, NULL, NULL, &res) != 0) in main()
102 if (getaddrinfo(cp, NULL, NULL, &newres) != 0) in main()
126 if (getaddrinfo(optarg, NULL, NULL, &res) != 0) in main()
135 if (getaddrinfo(optarg, NULL, NULL, &res) != 0) in main()
/freebsd-13-stable/contrib/libpcap/rpcapd/
HDCMakeLists.txt28 # Find library needed for getaddrinfo.
33 check_function_exists(getaddrinfo STDLIBS_HAVE_GETADDRINFO)
35 check_library_exists(xnet getaddrinfo "" LIBXNET_HAS_GETADDRINFO)
42 check_library_exists(socket getaddrinfo "" LIBSOCKET_HAS_GETADDRINFO)
/freebsd-13-stable/usr.sbin/nfsd/
HDnfsd.c334 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp); in main()
358 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp6); in main()
382 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp); in main()
406 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp6); in main()
554 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp); in main()
634 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp6); in main()
711 ecode = getaddrinfo(NULL, "nfs", &hints, in main()
796 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp6); in main()
925 ecode = getaddrinfo(hostptr, "nfs", &hints, ai); in setbindhost()
1059 error = getaddrinfo(hostname, NULL, &hints, &aip); in start_server()
[all …]
/freebsd-13-stable/contrib/tcp_wrappers/
HDhosts_access.c360 if ((ret = getaddrinfo(tok + 1, NULL, &hints, &res)) == 0) { in string_match()
365 if (ret != 0 || getaddrinfo(string, NULL, &hints, &res) != 0) in string_match()
436 if (getaddrinfo(string, NULL, &hints, &res) != 0) in masked_match6()
454 if (getaddrinfo(net_tok + 1, NULL, &hints, &res) != 0) { in masked_match6()
HDscaffold.c90 if (getaddrinfo(host, NULL, &hints, &res) == 0) in find_inet_addr()
97 if (getaddrinfo(host, NULL, &hints, &res) != 0) { in find_inet_addr()
/freebsd-13-stable/crypto/heimdal/lib/krb5/
HDexpand_hostname.c80 error = getaddrinfo (orig_hostname, NULL, &hints, &ai); in krb5_expand_hostname()
160 error = getaddrinfo (orig_hostname, NULL, &hints, &ai); in krb5_expand_hostname_realms()
/freebsd-13-stable/lib/libc/net/
HDMakefile.inc8 gai_strerror.c getaddrinfo.c \
40 getaddrinfo.3 gai_strerror.3 gethostbyname.3 \
59 MLINKS+=getaddrinfo.3 freeaddrinfo.3
/freebsd-13-stable/crypto/heimdal/appl/rsh/
HDrsh.c754 error = getaddrinfo (NULL, "0", &hints, &eai); in doit()
986 error = getaddrinfo(host, "kshell", &hints, &ai); in main()
988 error = getaddrinfo(host, "544", &hints, &ai); in main()
990 error = getaddrinfo(host, port_str, &hints, &ai); in main()
1013 error = getaddrinfo(host, "shell", &hints, &ai); in main()
1015 error = getaddrinfo(host, "514", &hints, &ai); in main()
1017 error = getaddrinfo(host, port_str, &hints, &ai); in main()
HDrshd.c928 error = getaddrinfo (NULL, port_str, &hints, &ai); in main()
936 error = getaddrinfo(NULL, "ekshell", &hints, &ai); in main()
939 error = getaddrinfo(NULL, portstr, &hints, &ai); in main()
944 error = getaddrinfo(NULL, "kshell", &hints, &ai); in main()
947 error = getaddrinfo(NULL, portstr, &hints, &ai); in main()
955 error = getaddrinfo(NULL, "shell", &hints, &ai); in main()
958 error = getaddrinfo(NULL, portstr, &hints, &ai); in main()
/freebsd-13-stable/contrib/traceroute/
HDas.c75 error = getaddrinfo(server, "whois", &hints, &res0); in as_setup()
78 error = getaddrinfo(server, "43", &hints, &res0); in as_setup()
/freebsd-13-stable/sbin/ping/tests/
HDping_test.sh31 if ! getaddrinfo -f inet localhost 1>/dev/null 2>&1; then
37 if ! getaddrinfo -f inet6 localhost 1>/dev/null 2>&1; then
/freebsd-13-stable/usr.bin/logger/
HDlogger.c297 error = getaddrinfo(hbuf, sbuf, &hints, &res0); in socksetup()
325 error = getaddrinfo(dst, svcname, &hints, &res0); in socksetup()
328 error = getaddrinfo(dst, "514", &hints, &res0); in socksetup()
/freebsd-13-stable/contrib/libpcap/
HDnametoaddr.c207 error = getaddrinfo(name, NULL, &hints, &res); in pcap_nametoaddrinfo()
343 error = getaddrinfo(NULL, name, &hints, &res); in pcap_nametoport()
387 error = getaddrinfo(NULL, name, &hints, &res); in pcap_nametoport()
/freebsd-13-stable/usr.sbin/rpc.statd/
HDfile.c86 if (getaddrinfo(hostname, NULL, NULL, &ai1) != 0) in find_host()
96 getaddrinfo(hp->hostname, NULL, NULL, &ai2) != 0) in find_host()
HDstatd.c456 if ((aicode = getaddrinfo(NULL, svcport_str, in create_service()
467 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str, in create_service()
588 if ((aicode = getaddrinfo(NULL, port_str, &hints, in complete_service()
/freebsd-13-stable/contrib/bsnmp/lib/
HDsupport.h64 int getaddrinfo(const char *, const char *, const struct addrinfo *,
/freebsd-13-stable/crypto/heimdal/kadmin/
HDkadm_conn.c246 e = getaddrinfo(NULL, p->port, &hints, &ai); in start_server()
249 e = getaddrinfo(NULL, portstr, &hints, &ai); in start_server()

12345678910>>...14