On Sun, Mar 7, 2010 at 8:02 AM, james anderson <james.anderson@setf.de> wrote:[...]if you really need this, you might look at the implementation for %get-ip-interfaces in clozure.
it uses getifaddrs in a fairly transparent manner, so, if you're unix-based, you should be ok with it.I need this to work on Windows and *nix, which is why I can't use IOlib or other Unix-based solutions. That said, Clozure does run on Windows, so hopefully the code you mentioned has already been ported.