is_started: boolmax_packet_size: u32config_data: Configis_configured: booladdress_count: u32address_list: [*]AddressInfogroup_count: u32group_table: [*]Addressroute_count: u32route_table: [*]RouteTableneighbor_count: u32neighbor_cache: [*]NeighborCacheprefix_count: u32prefix_table: [*]AddressInfoicmp_type_count: u32icmp_type_list: [*]IcmpTypepub const Mode = extern struct {
is_started: bool,
max_packet_size: u32,
config_data: Config,
is_configured: bool,
address_count: u32,
address_list: [*]AddressInfo,
group_count: u32,
group_table: [*]Address,
route_count: u32,
route_table: [*]RouteTable,
neighbor_count: u32,
neighbor_cache: [*]NeighborCache,
prefix_count: u32,
prefix_table: [*]AddressInfo,
icmp_type_count: u32,
icmp_type_list: [*]IcmpType,
}