How to get a list of net interfaces and information about them?

Is there a way to get a list of network interfaces with std and is there any function to extract basic info about them (IP addresses, mtu)? I found only a resolve function that only gives you an index of an interface.