Searched refs:gai_strerror (Results 76 - 100 of 157) sorted by relevance

1234567

/freebsd-11-stable/usr.sbin/ip6addrctl/
H A Dip6addrctl.c277 gai_strerror(e));
/freebsd-11-stable/contrib/ntp/ntpdate/
H A Dntpdate.c1385 gai_strerror(error), error);
1387 gai_strerror(error), error);
1391 gai_strerror(error), error);
1393 gai_strerror(error), error);
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Drsh.c756 errx (1, "getaddrinfo: %s", gai_strerror(error));
993 errx (1, "getaddrinfo: %s", gai_strerror(error));
1020 errx (1, "getaddrinfo: %s", gai_strerror(error));
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c714 gai_strerror(error));
729 gai_strerror(error));
744 gai_strerror(error));
/freebsd-11-stable/usr.sbin/ndp/
H A Dndp.c404 gai_strerror(gai_error));
470 gai_strerror(gai_error));
507 gai_strerror(gai_error));
/freebsd-11-stable/lib/libc/tests/sys/
H A Dsendfile_test.c128 "getaddrinfo failed: %s", gai_strerror(error));
156 "getnameinfo failed: %s", gai_strerror(error));
189 "getnameinfo failed: %s", gai_strerror(error));
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c617 "traceroute6: %s\n", gai_strerror(error));
833 gai_strerror(error));
838 gai_strerror(error));
/freebsd-11-stable/crypto/heimdal/appl/test/
H A Dhttp_client.c62 errx (1, "getaddrinfo(%s): %s", hostname, gai_strerror(error));
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dhprop.c66 warnx ("%s: %s", hostname, gai_strerror(error));
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_for_creds.c241 hostname, gai_strerror(ret));
/freebsd-11-stable/usr.bin/whois/
H A Dwhois.c269 err(EX_NOHOST, "%s: %s", host, gai_strerror(error));
/freebsd-11-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c201 gai_strerror(e));
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dmckey.c453 printf("getaddrinfo failed (%s) - invalid hostname or IP address\n", gai_strerror(ret));
/freebsd-11-stable/sbin/umount/
H A Dumount.c155 errx(1, "%s: %s", nfshost, gai_strerror(error));
/freebsd-11-stable/usr.sbin/portsnap/phttpget/
H A Dphttpget.c351 gai_strerror(error));
/freebsd-11-stable/usr.sbin/rrenumd/
H A Dparser.y198 $1.cp, gai_strerror(error));
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c556 fprintf(stderr, "%s for %s:%d\n", gai_strerror(ret), servername, port);
608 fprintf(stderr, "%s for port %d\n", gai_strerror(ret), port);
H A Dsrq_pingpong.c168 fprintf(stderr, "%s for %s:%d\n", gai_strerror(n), servername, port);
259 fprintf(stderr, "%s for port %d\n", gai_strerror(n), port);
H A Drc_pingpong.c173 fprintf(stderr, "%s for %s:%d\n", gai_strerror(n), servername, port);
249 fprintf(stderr, "%s for port %d\n", gai_strerror(n), port);
/freebsd-11-stable/sbin/mount_nfs/
H A Dmount_nfs.c584 errx(1, "%s: %s", hostp, gai_strerror(ecode));
587 gai_strerror(ecode));
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_intres.c547 gai_strerror(gai_resp->retcode),
1147 gai_strerror(rescode), rescode, again ? "" : "not "));
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl.c503 errx(1, "getaddrinfo: %s", gai_strerror(ret_ga));
552 errx(1, "getaddrinfo: %s", gai_strerror(ret_ga));
586 gai_strerror(ret_ga));
658 errx(1, "getaddrinfo: %s", gai_strerror(ret_ga));
692 gai_strerror(ret_ga));
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c2255 fprintf(stderr, "%s: %s\n", src_addr, gai_strerror(error));
2324 fprintf(stderr, "%s: %s\n", hostname, gai_strerror(error));
2971 fprintf(stderr, "%s: %s\n", cp, gai_strerror(error));
/freebsd-11-stable/crypto/heimdal/appl/push/
H A Dpush.c111 errx (1, "getaddrinfo(%s): %s", hostname, gai_strerror(error));
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c183 portstr, gai_strerror(error));

Completed in 480 milliseconds

1234567