diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-05-21 11:22:31 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-05-21 11:22:31 +0000 |
| commit | 734aa10414ca862b145afe3a9448e5c70ded101f (patch) | |
| tree | a82b4c284a5ddf2b821903c9504a21a50b34beb7 /include | |
| parent | d808369aa12220bdee2c6dd87b8059221c3e8c93 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/netdb.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/netdb.h b/include/netdb.h index 6e7d8189695a..33a5051bcbd6 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -168,9 +168,10 @@ struct addrinfo { #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ #define EAI_SOCKTYPE 10 /* ai_socktype not supported */ #define EAI_SYSTEM 11 /* system error returned in errno */ -#define EAI_BADHINTS 12 -#define EAI_PROTOCOL 13 -#define EAI_MAX 14 +#define EAI_BADHINTS 12 /* invalid value for hints */ +#define EAI_PROTOCOL 13 /* resolved protocol is unknown */ +#define EAI_OVERFLOW 14 /* argument buffer overflow */ +#define EAI_MAX 15 /* * Flag values for getaddrinfo() |
