Hi,
I want to get list of my network interfaces such as the result of getifaddrs() and to implement this i think we need to use ioctl with SIOCGIFCONF , but this is not supported option in ioctl implementation yet.
any one know how to start implement it , or if there is another way to get all the network interface?
best,