This is the mail archive of the libc-alpha@sourceware.cygnus.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() in glibc


On Fri, 09 Jul 1999, Arkadiusz Miśkiewicz wrote:

> I soon will check this test program with bind library from bind-8.2.1...
> 

this is result:

misiek@linstar get$ rpm -q bind-devel
bind-devel-8.2.1-1
misiek@linstar get$ gcc getaddrinfo.c -o gett -I/usr/include/bind -lbind
misiek@linstar get$ ./gett
PORT
switch (ai->ai_family)
NON PASSIVE IPv4        127.0.0.1       (on KAME 127.0.0.1)
case end
PORT
switch (ai->ai_family)
NON PASSIVE IPv6        ::1     (on KAME ::1)
case end
for ai = aitop end
PORT
switch (ai->ai_family)
PASSIVE IPv6            ::      (on KAME ::)
case end
PORT
switch (ai->ai_family)
PASSIVE IPv4            0.0.0.0 (on KAME 0.0.0.0)
case end
for ai = aitop end
end of end ;)
misiek@linstar get$


I realy need answer 8)

-- 
 _____  __    ____       arkadiusz miśkiewicz      misiek@pld.org.pl
 \  _  \\  \  \    \  tel. +48 604395925  sysadm: zsz2.starachowice.pl
 |   __/|  |__|  |  | http://www.pld.org.pl/ http://www.misiek.eu.org/
 /__/   /____//____/     Polish Linux Distribution with IPv6 support



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