2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

add EAI_OVERFLOW to lwres

This commit is contained in:
Mark Andrews
2014-06-17 10:20:24 +10:00
parent 51437e2eea
commit e177c7b814
2 changed files with 5 additions and 2 deletions

View File

@@ -63,7 +63,8 @@ static const char *gai_messages[] = {
"ai_socktype not supported",
"system error returned in errno",
"bad hints",
"bad protocol"
"bad protocol",
"overflow"
};
/*% Returns an error message corresponding to an error code returned by getaddrinfo() */

View File

@@ -88,6 +88,7 @@ struct addrinfo {
#undef EAI_SYSTEM
#undef EAI_BADHINTS
#undef EAI_PROTOCOL
#undef EAI_OVERFLOW
#undef EAI_MAX
#define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
@@ -103,7 +104,8 @@ struct addrinfo {
#define EAI_SYSTEM 11 /* system error returned in errno */
#define EAI_BADHINTS 12
#define EAI_PROTOCOL 13
#define EAI_MAX 14
#define EAI_OVERFLOW 14
#define EAI_MAX 15
/*
* Flag values for getaddrinfo()