Re: Best way to determine what ip address are assigned to a given network interface.

2009-08-27 Thread glenn andreas
On Aug 27, 2009, at 9:21 AM, Sherm Pendley wrote: On Thu, Aug 27, 2009 at 10:09 AM, Mark McCray wrote: I've seen a bunch of methods for getting a list of ip addresses that a machine may have. But i haven't seen a Cocoa way of figuring out what ip address is attached to a given interface.

Re: Best way to determine what ip address are assigned to a given network interface.

2009-08-27 Thread Sherm Pendley
On Thu, Aug 27, 2009 at 10:09 AM, Mark McCray wrote: > I've seen a bunch of methods for getting a list of ip addresses that a > machine may have. But i haven't seen a Cocoa way of figuring out what > ip address is attached to a given interface.  NSHost give's you IPs > but which network interfaces

Best way to determine what ip address are assigned to a given network interface.

2009-08-27 Thread Mark McCray
Hello, I've seen a bunch of methods for getting a list of ip addresses that a machine may have. But i haven't seen a Cocoa way of figuring out what ip address is attached to a given interface.  NSHost give's you IPs but which network interfaces those IPs are attached to. Can this be done with the