Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <374B5838.84C11305@cisco.com>
Date: Tue, 25 May 1999 19:11:04 -0700
From: "Ashish C. Nagre" <ashishcn@cisco.com>
Reply-To: ashishcn@cisco.com
Organization: Cisco Systems
X-Mailer: Mozilla 4.03 [en] (WinNT; U)
MIME-Version: 1.0
To: cygwin@sourceware.cygnus.com
Subject: Question about porting
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hello,
I am new user of cygwin32 and am trying to port an application from UNIX
to NT. 
While executing the program croaks at the following piece of code :

	 if (ioctl(fd, SIOCGIFADDR, (char *)&ifr) < 0) {
         (void)sprintf(errbuf, "SIOCGIFADDR: %s: %s",
             device, strerror(errno));
         (void)close(fd);
         return (-1);
 where fd is a socket handle.
Anyone know what could the problem with it.
What the function is trying to do is find out all the IP addresses
associated with a network interface.
Thanks for your time.


Regards,
Ashish

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

