IP Aliasing in Linux
I am using RH7.1 How can I get the list of IPs that are currently UP on my system. I know 'ifconfig' system command gives this information (when invoked without any argument) but I need this information in my C-Program. I want to know that from which file 'ifconfig' gets this information or is there any API available for this purpose?
|