Find available network interfaces in C/C++? [closed]

See the getifaddrs man page. There is an example program towards the end.

Leave a Comment