> i need to get MAC Address IP Address for IPv6 with C Programming for > OpenSolaris.
Based on your program it seems you're just interested in the hardware addresses tied to the system's local IP addresses; in that case you can use the SIOCLIFGETND ioctl for IPv6. Take a look at the phyint_get_lla() function inside in.ndpd for an example of how to use it. -- meem _______________________________________________ networking-discuss mailing list [email protected]
