Re: Question about getting IP addresses

2003-01-23 Thread Jeff Trawick
Damir Dezeljin wrote: Hi. I create an APR socket and bind it to 0.0.0.0: . How can I get all the IP addresses on which the socket is listening? no APR way to do that... probably no portable way to do that... on most BSD-like network stacks you can use ioctl(SIOCGIFCONF) to iterate through the int

Question about getting IP addresses

2003-01-23 Thread Damir Dezeljin
Hi. I create an APR socket and bind it to 0.0.0.0: . How can I get all the IP addresses on which the socket is listening? Regards, Dezo