Has anyone installed a GDLC? specifically a dlc8023? what do I need to do to access this device?
The code: llfd = open("/dev/dlc8023/ent0",O_RDWR)
works fine.
But the later code:
write(llfd, (void *)&lllbuff, 100) < 0)
fails with an invalid argument error.
Am I opening it...
If you open a file within a particular task and pass the file pointer to another task, can the second task read from the file pointer? or is access limited to the task that opens the file?
Thanks!
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
Help!<br><br>we have one LAN hardware interface. However, the way I understand AIX is it creates two interfaces for this hardware. the en0 and et0 drivers. the en0 driver is used for TCP/IP communications. I've already assigned an IP address to this interface, we have code that creates sockets...
Help! <br><br>We have one LAN hardware interface. However, the way I understand AIX is it creates two interfaces for this hardware device. the en0 and et0 drivers. the en0 driver is used for TCP/IP communications. I've already assigned an IP address to this interface, we have code that creates...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.