[][src]Function netstat2::iterate_sockets_info

pub fn iterate_sockets_info(
    af_flags: AddressFamilyFlags,
    proto_flags: ProtocolFlags
) -> Result<impl Iterator<Item = Result<SocketInfo, Error>>, Error>

Iterate through sockets information.