HomeSort by: relevance | last modified time | path
    Searched refs:EAI_FAIL (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
gai_strerror.c 50 {EAI_FAIL, "non-recoverable failure in name resolution"},
roken-common.h 216 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
eai_to_heim_errno.c 63 case EAI_FAIL:
  /src/external/gpl2/xcvs/dist/lib/
gai_strerror.c 51 { EAI_FAIL, N_("Non-recoverable failure in name resolution") },
getaddrinfo.h 56 # define EAI_FAIL -4 /* Non-recoverable failure in name res. */
  /src/external/mpl/dhcp/bind/dist/lib/irs/
getnameinfo.c 173 ERR(EAI_FAIL);
179 ERR(EAI_FAIL);
196 ERR(EAI_FAIL);
313 ERR(EAI_FAIL);
322 ERR(EAI_FAIL);
356 ERR(EAI_FAIL);
getaddrinfo.c 376 return (EAI_FAIL);
785 error = EAI_FAIL;
806 error = EAI_FAIL;
986 return (EAI_FAIL);
1009 return (EAI_FAIL);
1047 error = EAI_FAIL;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
netdb.d 112 EAI_FAIL
223 enum EAI_FAIL = -4;
307 enum EAI_FAIL = 4;
391 enum EAI_FAIL = 4;
498 enum EAI_FAIL = 4;
587 enum EAI_FAIL = -4;
665 enum EAI_FAIL = 4;
777 enum EAI_FAIL = 4;
860 enum EAI_FAIL = 4;
938 EAI_FAIL = -4
    [all...]
  /src/external/mpl/dhcp/bind/include/irs/
netdb.h 57 #undef EAI_FAIL
74 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
  /src/external/mpl/dhcp/bind/dist/lib/irs/include/irs/
netdb.h.in 57 #undef EAI_FAIL
74 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
  /src/external/ibm-public/postfix/dist/src/util/
myaddrinfo.h 79 #undef EAI_FAIL
80 #define EAI_FAIL 4
  /src/tests/include/
t_netdb.c 175 #ifdef EAI_FAIL
179 atf_tc_fail_nonfatal("EAI_FAIL not defined");
  /src/external/bsd/ntp/dist/include/
ntp_rfc2553.h 202 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
  /src/external/bsd/libbind/dist/irs/
getnameinfo.c 126 return EAI_FAIL;
130 if (len != salen) return EAI_FAIL;
142 if (salen != afd->a_socklen) return EAI_FAIL;
  /src/external/mit/libuv/dist/src/unix/
getaddrinfo.c 57 #if defined(EAI_FAIL)
58 case EAI_FAIL: return UV_EAI_FAIL;
  /src/include/
netdb.h 244 #define EAI_FAIL 4 /*%< non-recoverable failure in name resolution */
  /src/external/gpl3/gdb/dist/gnulib/import/
netdb.in.h 118 # define EAI_FAIL -4 /* Non-recoverable failure in name res. */
  /src/external/gpl3/gdb.old/dist/gnulib/import/
netdb.in.h 118 # define EAI_FAIL -4 /* Non-recoverable failure in name res. */
  /src/external/bsd/libevent/dist/include/event2/
util.h 714 #if defined(EAI_FAIL) && defined(EVENT__HAVE_GETADDRINFO)
715 #define EVUTIL_EAI_FAIL EAI_FAIL
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
util.h 714 #if defined(EAI_FAIL) && defined(EVENT__HAVE_GETADDRINFO)
715 #define EVUTIL_EAI_FAIL EAI_FAIL
  /src/external/bsd/libbind/dist/include/
netdb.h 215 #define EAI_FAIL 4 /*%< non-recoverable failure in name resolution */
  /src/external/bsd/ntp/dist/libntp/
ntp_rfc2553.c 240 "Non-recoverable failure in name resolution", /* EAI_FAIL */
450 return (EAI_FAIL);
  /src/lib/libc/net/
getnameinfo.c 268 return EAI_FAIL;
getaddrinfo.c 301 "Non-recoverable failure in name resolution", /* EAI_FAIL */
529 ERR(EAI_FAIL);
691 error = EAI_FAIL;
1190 error = EAI_FAIL;
  /src/share/examples/refuse/ian/libfetch/
common.c 63 { EAI_FAIL, FETCH_RESOLV, "Non-recoverable resolver failure" },

Completed in 42 milliseconds

1 2