RE: Finding MAC address of interface - programming question

2001-08-03 Thread Robert Watson
e interface. You may want to > check out UNPv1. > > Jag > > -Original Message- > From: Chris Faulhaber [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 3:56 PM > To: Michael VanLoon > Cc: '[EMAIL PROTECTED]' > Subject: Re: Finding MAC addres

Re: Finding MAC address of interface - programming question

2001-08-01 Thread Hal Snyder
Michael VanLoon <[EMAIL PROTECTED]> writes: > Thanks that's just exactly the information I was looking for. :-) > > I'm slow grunging through the code and man pages that take this apart. > > As far as UNPv1 I assume you're referring to Stevens' "Unix Network > Programming"? If I'm not mistaken

Re: Finding MAC address of interface - programming question

2001-08-01 Thread Dmitry Diky
the code as follows (at least it works in my case) : #include #include #include #include #include #include #include #include #include #include /* IP */ #include #include #include #include /* OSI */ #include #include #include #include #include #include #include #include

Re: Finding MAC address of interface - programming question

2001-08-01 Thread Andrzej Bialecki
Michael VanLoon wrote: > > > From: Chris Faulhaber [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, July 31, 2001 3:56 PM > > > > On Tue, Jul 31, 2001 at 03:56:40PM -0700, Michael VanLoon wrote: > > > Please point me to a more appropriate forum if there is > > one. I'm kinda out > > > of my depth o

Re: Finding MAC address of interface - programming question

2001-07-31 Thread Julian Elischer
Michael VanLoon wrote: > > Please point me to a more appropriate forum if there is one. I'm kinda out > of my depth on this question. Pseudo code is fine. :-) > > What I'm looking for is how to enumerate the network interfaces and get the > Ethernet MAC address of one programmatically. Can an

RE: Finding MAC address of interface - programming question

2001-07-31 Thread Michael VanLoon
rface. > You may want to > check out UNPv1. > > Jag > > -Original Message- > From: Chris Faulhaber [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 3:56 PM > To: Michael VanLoon > Cc: '[EMAIL PROTECTED]' > Subject: Re: Finding MAC addre

RE: Finding MAC address of interface - programming question

2001-07-31 Thread Jag Johal
27;[EMAIL PROTECTED]' Subject: Re: Finding MAC address of interface - programming question On Tue, Jul 31, 2001 at 03:56:40PM -0700, Michael VanLoon wrote: > Please point me to a more appropriate forum if there is one. I'm kinda out > of my depth on this question. Pseudo code is fine.

RE: Finding MAC address of interface - programming question

2001-07-31 Thread Michael VanLoon
> From: Chris Faulhaber [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 3:56 PM > > On Tue, Jul 31, 2001 at 03:56:40PM -0700, Michael VanLoon wrote: > > Please point me to a more appropriate forum if there is > one. I'm kinda out > > of my depth on this question. Pseudo code is fine.

Re: Finding MAC address of interface - programming question

2001-07-31 Thread Chris Faulhaber
On Tue, Jul 31, 2001 at 03:56:40PM -0700, Michael VanLoon wrote: > Please point me to a more appropriate forum if there is one. I'm kinda out > of my depth on this question. Pseudo code is fine. :-) > > What I'm looking for is how to enumerate the network interfaces and get the > Ethernet MAC a

Finding MAC address of interface - programming question

2001-07-31 Thread Michael VanLoon
Please point me to a more appropriate forum if there is one. I'm kinda out of my depth on this question. Pseudo code is fine. :-) What I'm looking for is how to enumerate the network interfaces and get the Ethernet MAC address of one programmatically. Can anyone point me in the right direction