Help: how do get the ethernet (mac) address in c 
Author Message
 Help: how do get the ethernet (mac) address in c

Plaese help:

how I can get the ethernet (mac) address in c on SGI (IRIX5.x) and
MSVC41 ?

--
Hans Froehlich
Daimler Benz AG, PO BOX 2360, D-89013 Ulm, Germany
Phone: +49-731-505-2914      Fax: +49-731-505-4214



Sat, 21 Nov 1998 03:00:00 GMT  
 Help: how do get the ethernet (mac) address in c


Quote:
>how I can get the ethernet (mac) address in c on SGI (IRIX5.x) and
>MSVC41 ?

Ethernet addresses are not a C feature.  For an IRIX-specific solution,
try comp.sys.sgi.misc.

Dan
--
Dan Pop
CERN, CN Division

Mail:  CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland



Sat, 21 Nov 1998 03:00:00 GMT  
 Help: how do get the ethernet (mac) address in c

: how I can get the ethernet (mac) address in c on SGI (IRIX5.x) and
: MSVC41 ?

In standard C, which is what this newsgroup is about, it generally
involves:

void get_ethernet_address()
{
    ...
    printf("What's your Ethernet address?");
    scanf("%d.%d.%d.%d.%d.%d", ...);
    ...

Quote:
}

The answer you are actually looking for, in other words, is better
asked in the appropriate newsgroup that contain platform-specific
discussions.  Try comp.programmer.unix or some of the MS-DOS programmer
newsgroups.


Sat, 21 Nov 1998 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. MAC ADDRESS ie Ethernet Card Address

2. Getting the ethernet address from an ethernet card.

3. How to get ethernet(MAC) address?

4. Get Ethernet address (MAC)?

5. Get Ethernet address (MAC)?

6. How do I get the MAC address of a Ethernet Card

7. Ethernet Interface MAC Address

8. c code for the MAC Address from an Ethernet Adapter

9. Get Ethernet address (MAC)?

10. How do I get the MAC address of a Ethernet Card

11. How to get the Node ( aka MAC or Ethernet ) Address of the computer in VC++

12. how to get the MAC address of ethernet adapter

 

 
Powered by phpBB® Forum Software