I need to obtain my MAC address from within a C program running on AIX. I know I can get the information from the shell using the 'netstat -i' or 'lscfg -vl ent0' commands. But how do I use one of those commands or another command within my code?<br><br>Thanks!<br>TLL