I changed the address family to AF_INET6 adn using SOCKADDR_IN6. I got the DNS name resolution to work.
Thank you for all your help. Regards Swati -----Original Message----- From: Matti Aarnio [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 1:40 PM To: AGARWAL,SWATI (HP-FtCollins,ex1) Cc: 'Suresh Krishnan (QB/LMC)'; '[EMAIL PROTECTED]' Subject: Re: Reverse lookup for IPv6 on Windows The example code snippets are written with explite IPv4 lookups (AF_INET), NOT for AF_INET6 Another small detail is usage of SOCKADDR_IN, whereas correct one would be SOCKADDR_IN6 (All this without having any idea of what windows API supports, but knowing RFC API, and its UNIX incarnations.) -------------------------------------------------------------------- IETF IPng Working Group Mailing List IPng Home Page: http://playground.sun.com/ipng FTP archive: ftp://playground.sun.com/pub/ipng Direct all administrative requests to [EMAIL PROTECTED] --------------------------------------------------------------------
