how to get IP address of current machine from C++ code?

From: Christopher Friesen (cfriesen@nortelnetworks.com)
Date: Fri Nov 03 2000 - 12:37:08 EST


I would like to get the IP address of one of the interfaces of the
machine that I'm currently on from within some C++ code. It looks like
I should be able to do this by doing an

ioctl(atoi(fd, SIOCGIFADDR, &ifr)

with the interface name set in the appropriate field in ifr, but I'm not
sure how I should be getting the proper value for fd. I would
appreciate some help on this, or if there is a better way then I'd love
to hear it.

Thanks,

Chris

--
Chris Friesen                    | MailStop: 043/33/F10  
Nortel Networks                  | work: (613) 765-0557
3500 Carling Avenue              | fax:  (613) 765-2986
Nepean, ON K2H 8E9 Canada        | email: cfriesen@nortelnetworks.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Nov 07 2000 - 21:00:14 EST