Searched refs:EAI_MEMORY (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/contrib/ldns/compat/
H A Dfake-rfc2553.c58 return (EAI_MEMORY);
65 return (EAI_MEMORY);
75 return (EAI_MEMORY);
95 case EAI_MEMORY:
181 return (EAI_MEMORY);
188 return (EAI_MEMORY);
195 return (EAI_MEMORY);
215 return (EAI_MEMORY);
H A Dfake-rfc2553.h130 #ifndef EAI_MEMORY
131 # define EAI_MEMORY (INT_MAX - 2) macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.c59 return (EAI_MEMORY);
66 return (EAI_MEMORY);
76 return (EAI_MEMORY);
96 case EAI_MEMORY:
187 return (EAI_MEMORY);
194 return (EAI_MEMORY);
201 return (EAI_MEMORY);
221 return (EAI_MEMORY);
H A Dfake-rfc2553.h124 #ifndef EAI_MEMORY
125 # define EAI_MEMORY (INT_MAX - 2) macro
/freebsd-current/contrib/unbound/compat/
H A Dfake-rfc2553.c56 return (EAI_MEMORY);
63 return (EAI_MEMORY);
73 return (EAI_MEMORY);
93 case EAI_MEMORY:
177 return (EAI_MEMORY);
184 return (EAI_MEMORY);
191 return (EAI_MEMORY);
211 return (EAI_MEMORY);
H A Dfake-rfc2553.h125 #ifndef EAI_MEMORY
126 # define EAI_MEMORY (INT_MAX - 2) macro
/freebsd-current/crypto/heimdal/lib/roken/
H A Dgai_strerror.c50 {EAI_MEMORY, "memory allocation failure"},
H A Dgetaddrinfo.c115 return EAI_MEMORY;
142 return EAI_MEMORY;
162 return EAI_MEMORY;
256 return EAI_MEMORY;
H A Droken-common.h204 #define EAI_MEMORY 6 /* memory allocation failure */ macro
/freebsd-current/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c65 case EAI_MEMORY:
/freebsd-current/lib/libc/net/
H A Dgetnameinfo.c210 return EAI_MEMORY;
215 return EAI_MEMORY;
286 return EAI_MEMORY;
308 return EAI_MEMORY;
437 return (EAI_MEMORY);
446 return (EAI_MEMORY);
501 return EAI_MEMORY;
528 return (EAI_MEMORY);
H A Dgetaddrinfo.c322 error = EAI_MEMORY; \
1168 error = EAI_MEMORY;
1264 ERR(EAI_MEMORY);
1360 return EAI_MEMORY;
1400 return EAI_MEMORY;
/freebsd-current/contrib/ntp/include/
H A Dntp_rfc2553.h202 #define EAI_MEMORY 6 /* memory allocation failure */ macro
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_netdb.c191 #ifdef EAI_MEMORY
195 atf_tc_fail_nonfatal("EAI_MEMORY not defined");
/freebsd-current/include/
H A Dnetdb.h170 #define EAI_MEMORY 6 /* memory allocation failure */ macro
/freebsd-current/contrib/tnftp/
H A Dtnftp.h233 #undef EAI_MEMORY macro
234 #define EAI_MEMORY 6 /* memory allocation failure */ macro
/freebsd-current/contrib/ntp/libntp/
H A Dntp_rfc2553.c240 "Memory allocation failure", /* EAI_MEMORY */
300 return (EAI_MEMORY);
476 return (EAI_MEMORY);
/freebsd-current/lib/libcasper/services/cap_dns/
H A Dcap_dns.c245 return (EAI_MEMORY);
273 return (EAI_MEMORY);
295 return (EAI_MEMORY);
541 error = EAI_MEMORY;
548 error = EAI_MEMORY;
/freebsd-current/lib/libcasper/services/cap_net/
H A Dcap_net.c311 return (EAI_MEMORY);
329 return (EAI_MEMORY);
341 return (EAI_MEMORY);
363 return (EAI_MEMORY);
882 error = EAI_MEMORY;
889 error = EAI_MEMORY;
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h722 #if defined(EAI_MEMORY) && defined(EVENT__HAVE_GETADDRINFO)
723 #define EVUTIL_EAI_MEMORY EAI_MEMORY
/freebsd-current/contrib/libevent/include/event2/
H A Dutil.h722 #if defined(EAI_MEMORY) && defined(EVENT__HAVE_GETADDRINFO)
723 #define EVUTIL_EAI_MEMORY EAI_MEMORY
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbio_addr.c721 # ifdef EAI_MEMORY
722 case EAI_MEMORY:
/freebsd-current/contrib/libpcap/
H A Dsockutils.c960 case EAI_MEMORY:

Completed in 1914 milliseconds