Skip to main content

ip_addr_t

Type Alias ip_addr_t 

Source
pub type ip_addr_t = ip_addr;
Expand description

@ingroup ipaddr A union struct for both IP version’s addresses. ATTENTION: watch out for its size when adding IPv6 address scope!

Aliased Type§

#[repr(C)]
pub struct ip_addr_t { pub u_addr: ip_addr__bindgen_ty_1, pub type_: u8, }

Fields§

§u_addr: ip_addr__bindgen_ty_1§type_: u8

@ref lwip_ip_addr_type