Type Alias eoe_param_t

Source
pub type eoe_param_t = eoe_param;
Expand description

EoE IP request structure, storage only, no need to pack

Aliased Type§

struct eoe_param_t {
    pub _bitfield_align_1: [u8; 0],
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
    pub mac: eoe_ethaddr,
    pub ip: eoe_ip4_addr,
    pub subnet: eoe_ip4_addr,
    pub default_gateway: eoe_ip4_addr,
    pub dns_ip: eoe_ip4_addr,
    pub dns_name: [i8; 32],
}

Fields§

§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§mac: eoe_ethaddr§ip: eoe_ip4_addr§subnet: eoe_ip4_addr§default_gateway: eoe_ip4_addr§dns_ip: eoe_ip4_addr§dns_name: [i8; 32]