Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tllintx
  • Content: Threads
  • Order by date
  1. tllintx

    GDLC

    Has anyone installed a GDLC? specifically a dlc8023? what do I need to do to access this device? The code: llfd = open(&quot;/dev/dlc8023/ent0&quot;,O_RDWR) works fine. But the later code: write(llfd, (void *)&amp;lllbuff, 100) < 0) fails with an invalid argument error. Am I opening it...
  2. tllintx

    passing file pointers

    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!
  3. tllintx

    Determining MAC address from within a program

    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
  4. tllintx

    Config ethernet to be TCP/IP and IEEE 802.3 (et0)

    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...
  5. tllintx

    How do I config ethernet for TCP/IP and IEEE 802.3 (et0 driver)

    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...

Part and Inventory Search

Back
Top