Searched refs:EAI_SERVICE (Results 1 – 10 of 10) sorted by relevance
57 #undef EAI_SERVICE75 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
48 #undef EAI_SERVICE66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
5392 #ifdef EAI_SERVICE5393 PyModule_AddIntConstant(m, "EAI_SERVICE", EAI_SERVICE);
363 ERR(EAI_SERVICE); in getaddrinfo()
5290 #ifdef EAI_SERVICE5291 PyModule_AddIntConstant(m, "EAI_SERVICE", EAI_SERVICE);
204 #define EAI_SERVICE 9 /**< servname not supported for ai_socktype */ macro
929 return EAI_SERVICE; in get_port()949 return EAI_SERVICE; in get_port()951 return EAI_SERVICE; in get_port()973 return EAI_SERVICE; in get_port()
633 if err.errno == socket.EAI_SERVICE: