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!
We have an old home-grown system that still communicates IEEE 802.3. It needs to know our mac address so it can respond to us correctly. so I need to be able to retrieve that information while processing so it can be relayed to the older system.
I'm sorry but I am very familiar with setting up link level networking but I must support it for communication to some older processors. I want to make sure I understand correctly.<br><br>I need to use smit and assign the IP address of the en0 interface to the et0 interface? That IP will then be...
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.