Mail Archives: cygwin/1999/05/25/22:11:35
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 AT sourceware DOT cygnus DOT com
- Raw text -