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

1234567

/freebsd-13-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-13-stable/contrib/bsnmp/lib/
H A Dsupport.h66 const char *gai_strerror(int);
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dsock_principal.c58 krb5_set_error_message (context, ret2, "getnameinfo: %s", gai_strerror(ret));
/freebsd-13-stable/contrib/unbound/compat/
H A Dfake-rfc2553.h158 #define gai_strerror(a) (gai_strerror_unbound(a)) macro
159 char *gai_strerror(int);
/freebsd-13-stable/contrib/ldns/compat/
H A Dfake-rfc2553.h163 #define gai_strerror(a) (ssh_gai_strerror(a)) macro
164 char *gai_strerror(int);
/freebsd-13-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-13-stable/lib/libc/net/
H A Dgai_strerror.c81 gai_strerror(int ecode) function
H A DMakefile.inc9 gai_strerror.c getaddrinfo.c \
41 getaddrinfo.3 gai_strerror.3 gethostbyname.3 \
H A Drcmdsh.c94 gai_strerror(error));
/freebsd-13-stable/crypto/heimdal/lib/ipc/
H A Dts-http.c87 errx(1, "%s", gai_strerror(ret));
/freebsd-13-stable/contrib/ntp/libntp/
H A Dsocktohost.c112 gai_strerror(a_info)));
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_rfc2553.h218 char *gai_strerror (int);
/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dnet.c109 fatal(pp, "%s\n", gai_strerror(error));
212 lclhost, gai_strerror(errno));
225 pp->remote_host, gai_strerror(errno));
/freebsd-13-stable/usr.sbin/nfsd/
H A Dnfsd.c338 err(1, "getaddrinfo udp: %s", gai_strerror(ecode));
362 err(1, "getaddrinfo udp6: %s", gai_strerror(ecode));
386 err(1, "getaddrinfo tcp: %s", gai_strerror(ecode));
410 err(1, "getaddrinfo tcp6: %s", gai_strerror(ecode));
545 gai_strerror(ecode));
619 gai_strerror(ecode));
691 gai_strerror(ecode));
769 gai_strerror(ecode));
892 gai_strerror(ecode));
1272 gai_strerror(ecod
[all...]
/freebsd-13-stable/contrib/ofed/librdmacm/examples/
H A Drdma_client.c59 printf("rdma_getaddrinfo: %s\n", gai_strerror(ret));
H A Drdma_server.c60 printf("rdma_getaddrinfo: %s\n", gai_strerror(ret));
H A Drdma_xclient.c85 printf("rdma_getaddrinfo: %s\n", gai_strerror(ret));
/freebsd-13-stable/contrib/netbsd-tests/net/net/
H A Dt_udp.c33 gai_strerror(e));
/freebsd-13-stable/contrib/netbsd-tests/net/sys/
H A Dt_rfc6056.c78 hostname, gai_strerror(error));
/freebsd-13-stable/crypto/heimdal/lib/wind/
H A Didn-lookup.c114 errx(1, "getaddrinfo failed: %s", gai_strerror(ret));
/freebsd-13-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-13-stable/usr.sbin/rpc.statd/
H A Dstatd.c463 gai_strerror(aicode));
473 nconf->nc_netid, gai_strerror(aicode));
593 gai_strerror(aicode));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp88 host_str.c_str(), port_str.c_str(), err, gai_strerror(err));
/freebsd-13-stable/crypto/heimdal/appl/test/
H A Dcommon.c155 errx (1, "%s: %s", hostname, gai_strerror(error));

Completed in 280 milliseconds

1234567