Hi all,

I've been looking for a method of retrieving a list of all network interfaces in C.

I have found basically two methods.
1) using ioctl
2) using getifaddrs

The problem of ioctl is...