Type Alias esp_idf_sys::ip6_addr_t

source ·
pub type ip6_addr_t = ip6_addr;
Expand description

This is the aligned version of ip6_addr_t, used as local variable, on the stack, etc.

Aliased Type§

struct ip6_addr_t {
    pub addr: [u32; 4],
    pub zone: u8,
}

Fields§

§addr: [u32; 4]§zone: u8