| /freebsd-13-stable/contrib/ldns/compat/ |
| HD | fake-rfc2553.h | 154 #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/ |
| HD | fake-rfc2553.h | 149 #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/ |
| HD | fake-rfc2553.h | 151 #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/ |
| HD | socktohost.c | 64 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/ |
| HD | Makefile | 4 PROG= getaddrinfo 5 SRCS= getaddrinfo.c tables.h
|
| /freebsd-13-stable/contrib/tnftp/ |
| HD | tnftp.h | 47 # define getaddrinfo non_rfc2553_getaddrinfo macro 49 # undef getaddrinfo 310 int getaddrinfo(const char *, const char *, 493 #define getaddrinfo Rgetaddrinfo macro
|
| HD | todo | 6 autoconf test for HAVE_DECL_GETADDRINFO if providing getaddrinfo() override.
|
| /freebsd-13-stable/usr.sbin/lpr/common_source/ |
| HD | net.c | 104 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/ |
| HD | pnfsdsfile.c | 99 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/ |
| HD | CMakeLists.txt | 28 # 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/ |
| HD | nfsd.c | 334 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/ |
| HD | hosts_access.c | 360 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()
|
| HD | scaffold.c | 90 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/ |
| HD | expand_hostname.c | 80 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/ |
| HD | Makefile.inc | 8 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/ |
| HD | rsh.c | 754 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()
|
| HD | rshd.c | 928 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/ |
| HD | as.c | 75 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/ |
| HD | ping_test.sh | 31 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/ |
| HD | logger.c | 297 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/ |
| HD | nametoaddr.c | 207 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/ |
| HD | file.c | 86 if (getaddrinfo(hostname, NULL, NULL, &ai1) != 0) in find_host() 96 getaddrinfo(hp->hostname, NULL, NULL, &ai2) != 0) in find_host()
|
| HD | statd.c | 456 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/ |
| HD | support.h | 64 int getaddrinfo(const char *, const char *, const struct addrinfo *,
|
| /freebsd-13-stable/crypto/heimdal/kadmin/ |
| HD | kadm_conn.c | 246 e = getaddrinfo(NULL, p->port, &hints, &ai); in start_server() 249 e = getaddrinfo(NULL, portstr, &hints, &ai); in start_server()
|