get/set ifconfig entries through by programmatically

2007-06-01 Thread bsenthil
Is it possible to get/set ifconfig entries through by programmatically. If yes, please send me the code snippet ... I am trying to get/set ipaddress by executing the command ifconfig . ___ freebsd-questions@freebsd.org mailing list http

Re: get/set ifconfig entries through by programmatically

2007-06-01 Thread M. Warner Losh
In message: [EMAIL PROTECTED] bsenthil [EMAIL PROTECTED] writes: : Is it possible to get/set ifconfig entries through by programmatically. : If yes, please send me the code snippet ... : : I am trying to get/set ipaddress by executing the command ifconfig . To get the addresses

Re: get/set ifconfig entries through by programmatically

2007-06-01 Thread John E Hein
bsenthil wrote at 01:46 +0530 on Jun 2, 2007: Is it possible to get/set ifconfig entries through by programmatically. If yes, please send me the code snippet ... I am trying to get/set ipaddress by executing the command ifconfig . - use SIOCAIFADDR ioctl; man netintro(4) - see source