Re: [Kaboodle-devel] Help with interface list problem

2002-09-03 Thread Igor Kotelevsky
ot;Pyrenean" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Scott C. Best" <[EMAIL PROTECTED]> Cc: "Igor Kotelevsky" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Kaboodle-devel" <[EMAIL PROTECTED]> Sent: Tuesday, September 03, 200

Re: [Kaboodle-devel] Help with interface list problem

2002-09-02 Thread Scott C. Best
Pyrenean: This is a good approach; I think it should work. -Scott On Mon, 2 Sep 2002, Pyrenean wrote: > Hello. > > Sorry this is cryptic. Today was not a holiday here. > I'm tired:-) > > I didn't like the GetIFTable approach very well. > > I dug a bit and found this

Re: [Kaboodle-devel] Help with interface list problem

2002-09-02 Thread Pyrenean
Hello. Sorry this is cryptic. Today was not a holiday here. I'm tired:-) I didn't like the GetIFTable approach very well. I dug a bit and found this and then this which mentioned one could do this

Re: [Kaboodle-devel] Help with interface list problem

2002-09-01 Thread Pyrenean
Hello. int cip =0; IN_ADDR inAddr; char name[257]; gethostname (name,257); hostent *phstin; phstin = gethostbyname(name); for(;;){ unsigned long ulAddress; memcpy( (char FAR *)&ulAddress,

[Kaboodle-devel] Help with interface list problem

2002-09-01 Thread Scott C. Best
Does anyone on the list have a suggestion of how Kaboodle can obtain the list of all interfaces? More importantly, how Kaboodle can iterate thru that list and query for "IP address" and "default-gateway IP address" for each interface. Any suggestions appreciated! Any suggestions