Searched refs:gai_strerror (Results 1 - 25 of 157) sorted by relevance

1234567

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgai_strerror.c66 gai_strerror(int ecode) function
73 return "unknown error code in gai_strerror";
H A Dgetaddrinfo-test.c83 errx(1, "error: %s\n", gai_strerror(ret));
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dsock_principal.c58 krb5_set_error_message (context, ret2, "getnameinfo: %s", gai_strerror(ret));
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsupport.h66 const char *gai_strerror(int);
/freebsd-11-stable/contrib/ldns/compat/
H A Dfake-rfc2553.h163 #define gai_strerror(a) (ssh_gai_strerror(a)) macro
164 char *gai_strerror(int);
H A Dfake-rfc2553.c90 gai_strerror(int err) function
/freebsd-11-stable/contrib/unbound/compat/
H A Dfake-rfc2553.h158 #define gai_strerror(a) (gai_strerror_unbound(a)) macro
159 char *gai_strerror(int);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h160 #define gai_strerror(a) (_ssh_compat_gai_strerror(a)) macro
161 char *gai_strerror(int);
/freebsd-11-stable/lib/libc/net/
H A Dgai_strerror.c79 gai_strerror(int ecode) function
H A Drcmdsh.c92 gai_strerror(error));
H A DMakefile.inc8 gai_strerror.c getaddrinfo.c \
40 getaddrinfo.3 gai_strerror.3 gethostbyname.3 \
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_rfc2553.h218 char *gai_strerror (int);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsocktohost.c112 gai_strerror(a_info)));
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A Dts-http.c87 errx(1, "%s", gai_strerror(ret));
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dnet.c107 fatal(pp, "%s\n", gai_strerror(error));
210 lclhost, gai_strerror(errno));
223 pp->remote_host, gai_strerror(errno));
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_udp.c33 gai_strerror(e));
/freebsd-11-stable/contrib/netbsd-tests/net/sys/
H A Dt_rfc6056.c78 hostname, gai_strerror(error));
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Didn-lookup.c114 errx(1, "getaddrinfo failed: %s", gai_strerror(ret));
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drdma_xclient.c85 printf("rdma_getaddrinfo: %s\n", gai_strerror(ret));
H A Drdma_server.c60 printf("rdma_getaddrinfo: %s\n", gai_strerror(ret));
H A Drdma_client.c59 printf("rdma_getaddrinfo: %s\n", gai_strerror(ret));
/freebsd-11-stable/usr.sbin/nfsd/
H A Dnfsd.c294 err(1, "getaddrinfo udp: %s", gai_strerror(ecode));
318 err(1, "getaddrinfo udp6: %s", gai_strerror(ecode));
342 err(1, "getaddrinfo tcp: %s", gai_strerror(ecode));
366 err(1, "getaddrinfo tcp6: %s", gai_strerror(ecode));
500 gai_strerror(ecode));
574 gai_strerror(ecode));
646 gai_strerror(ecode));
724 gai_strerror(ecode));
847 gai_strerror(ecode));
/freebsd-11-stable/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c449 gai_strerror(error));
477 gai_strerror(error));
541 gai_strerror(error));
675 fprintf(stderr, "getnameinfo: %s\n", gai_strerror(error));
682 fprintf(stderr, "getnameinfo: %s\n", gai_strerror(error));
/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c460 gai_strerror(aicode));
470 nconf->nc_netid, gai_strerror(aicode));
590 gai_strerror(aicode));
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dh_gai.c172 printf("%s\n", gai_strerror(error));

Completed in 182 milliseconds

1234567