Skip to content

Commit

Permalink
(EAI_OVERFLOW): Define.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Mar 13, 2004
1 parent 26301a1 commit d0b2306
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resolv/netdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ struct gaicb
# define EAI_ADDRFAMILY -9 /* Address family for NAME not supported. */
# define EAI_MEMORY -10 /* Memory allocation failure. */
# define EAI_SYSTEM -11 /* System error returned in `errno'. */
# define EAI_OVERFLOW -12 /* Argument buffer overflow. */
# ifdef __USE_GNU
# define EAI_INPROGRESS -100 /* Processing request in progress. */
# define EAI_CANCELED -101 /* Request canceled. */
Expand All @@ -609,6 +610,9 @@ struct gaicb
# define NI_NOFQDN 4 /* Only return nodename portion. */
# define NI_NAMEREQD 8 /* Don't return numeric addresses. */
# define NI_DGRAM 16 /* Look up UDP service rather than TCP. */
# ifdef __USE_GNU
# define NI_IDN 32 /* Convert name from IDN format. */
# endif

/* Translate name of a service location and/or a service name to set of
socket addresses.
Expand Down

0 comments on commit d0b2306

Please sign in to comment.