All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.unidbg.linux.struct.IFReq32 Maven / Gradle / Ivy

There is a newer version: 0.9.8
Show newest version
package com.github.unidbg.linux.struct;

import com.sun.jna.Pointer;

import java.util.Arrays;
import java.util.List;

public class IFReq32 extends IFReq {

    IFReq32(Pointer p) {
        super(p);
    }

    public byte[] ifr_ifru = new byte[IFNAMSIZ];

    @Override
    protected List getFieldOrder() {
        return Arrays.asList("ifrn_name", "ifr_ifru");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy