Searched refs:EAI_SERVICE (Results 1 – 25 of 42) sorted by relevance
12
27 return EAI_SERVICE; in __lookup_serv()37 return EAI_SERVICE; in __lookup_serv()42 if (name) return EAI_SERVICE; in __lookup_serv()50 if (!*name) return EAI_SERVICE; in __lookup_serv()54 if (port > 65535) return EAI_SERVICE; in __lookup_serv()78 return EAI_SERVICE; in __lookup_serv()113 return cnt > 0 ? cnt : EAI_SERVICE; in __lookup_serv()
48 #undef EAI_SERVICE66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
363 ERR(EAI_SERVICE); in getaddrinfo()
171 #ifndef EAI_SERVICE172 #define EAI_SERVICE 9 macro
202 case EAI_SERVICE: in ff_gai_strerror()
80 #if defined(EAI_SERVICE) in uv__getaddrinfo_translate_error()81 case EAI_SERVICE: return UV_EAI_SERVICE; in uv__getaddrinfo_translate_error()
310 return EAI_SERVICE; in lwip_getaddrinfo()313 return EAI_SERVICE; in lwip_getaddrinfo()
103 const char *result = gai_strerror(EAI_SERVICE); in gai_strerror_0800()
69 #define EAI_SERVICE 201 macro
49 #define EAI_SERVICE -8 macro
68 C(EAI_SERVICE) in f()
156 pub const EAI_SERVICE: ::c_int = 9; constant
145 EAI_SERVICE
174 EAI_SERVICE
218 EAI_SERVICE
266 EAI_SERVICE
247 EAI_SERVICE
324 EAI_SERVICE
477 pub const EAI_SERVICE: ::c_int = -8; constant
91 XX(EAI_SERVICE, "service not available for socket type") \