This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: getaddrinfo(), getnameinfo() and friends question


On Mon, 31 Jul 2000, Andreas Jaeger wrote:

> -# define AI_V4MAPPED	0x0008	/* IPv4-mapped addresses are acceptable.  */
> -# define AI_ALL		0x0010	/* Return both IPv4 and IPv6 addresses.  */
> -# define AI_ADDRCONFIG	0x0020	/* Use configuration of this host to choose
> -				   returned address type.  */
> -# define AI_DEFAULT	(AI_V4MAPPED | AI_ADDRCONFIG)

This seems be wrong. draft-ietf-ipngwg-rfc2553bis-00.txt says
that these values can be used in ai_flags for getaddrinfo().

I think that these ai_flags options are very usefull and that's
why I asked about glibc draft-rfc2553 compatibility.

> -- 
>  Andreas Jaeger
>   SuSE Labs aj@suse.de
>    private aj@arthur.inka.de
>     http://www.suse.de/~aj

-- 
Arkadiusz Miśkiewicz         http://www.misiek.eu.org/
PLD GNU/Linux [IPv6 enabled]  http://www.pld.org.pl/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]