Searched refs:EAI_SOCKTYPE (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgai_strerror.c58 {EAI_SOCKTYPE, "ai_socktype not supported"},
H A Dgetaddrinfo.c60 return EAI_SOCKTYPE; /* XXX */
91 return EAI_SOCKTYPE;
H A Droken-common.h222 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */ macro
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Deai_to_heim_errno.c81 case EAI_SOCKTYPE:
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dgetaddrinfo.h59 # define EAI_SOCKTYPE -7 /* `ai_socktype' not supported. */ macro
H A Dgai_strerror.c57 { EAI_SOCKTYPE, N_("ai_socktype not supported") },
H A Dgetaddrinfo.c82 return EAI_SOCKTYPE; /* FIXME: Better return code? */
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dnetdb.h83 #undef EAI_SOCKTYPE macro
98 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */ macro
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dnetdb.d118 EAI_SOCKTYPE
228 enum EAI_SOCKTYPE = -7;
312 enum EAI_SOCKTYPE = 10;
396 enum EAI_SOCKTYPE = 10;
503 enum EAI_SOCKTYPE = 10;
590 enum EAI_SOCKTYPE = -7;
671 enum EAI_SOCKTYPE = 10;
782 enum EAI_SOCKTYPE = 10;
865 enum EAI_SOCKTYPE = 10;
940 EAI_SOCKTYPE
[all...]
/netbsd-current/external/mpl/dhcp/bind/include/irs/
H A Dnetdb.h63 #undef EAI_SOCKTYPE macro
80 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */ macro
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmyaddrinfo.h90 #undef EAI_SOCKTYPE macro
91 #define EAI_SOCKTYPE 10 macro
/netbsd-current/tests/include/
H A Dt_netdb.c215 #ifdef EAI_SOCKTYPE
219 atf_tc_fail_nonfatal("EAI_SOCKTYPE not defined");
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_rfc2553.h208 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */ macro
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dntp_rfc2553.c246 "ai_socktype not supported", /* EAI_SOCKTYPE */
343 return (EAI_SOCKTYPE);
356 return (EAI_SOCKTYPE);
387 return (EAI_SOCKTYPE);
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dgetaddrinfo.c83 #if defined(EAI_SOCKTYPE)
84 case EAI_SOCKTYPE: return UV_EAI_SOCKTYPE;
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dnetdb.in.h121 # define EAI_SOCKTYPE -7 /* 'ai_socktype' not supported. */ macro
/netbsd-current/include/
H A Dnetdb.h250 #define EAI_SOCKTYPE 10 /*%< ai_socktype not supported */ macro
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dutil.h698 #if defined(EAI_SOCKTYPE) && defined(EVENT__HAVE_GETADDRINFO)
699 #define EVUTIL_EAI_SOCKTYPE EAI_SOCKTYPE
/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Dutil.h747 #if defined(EAI_SOCKTYPE) && defined(EVENT__HAVE_GETADDRINFO)
748 #define EVUTIL_EAI_SOCKTYPE EAI_SOCKTYPE
/netbsd-current/external/mpl/dhcp/bind/dist/lib/irs/
H A Dgetaddrinfo.c298 return (EAI_SOCKTYPE);
311 return (EAI_SOCKTYPE);
361 return (EAI_SOCKTYPE);
1250 return (EAI_SOCKTYPE);
/netbsd-current/external/bsd/libbind/dist/include/
H A Dnetdb.h221 #define EAI_SOCKTYPE 10 /*%< ai_socktype not supported */ macro
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgetaddrinfo.c217 "ai_socktype not supported", /*%< EAI_SOCKTYPE */
1028 return EAI_SOCKTYPE;
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dutil-int.c936 { EAI_SOCKTYPE, N_("ai_socktype not supported") },
/netbsd-current/external/bsd/libpcap/dist/
H A Dsockutils.c996 case EAI_SOCKTYPE:
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h92 XX(EAI_SOCKTYPE, "socket type not supported") \

Completed in 222 milliseconds

12