mbgtools-lx  4.2.8
MBG_NET_INTF_ROUTE_SETTINGS Struct Reference

Network interface route specific settings. More...

#include <gpsdefs.h>

Data Fields

uint8_t type
 Type of the route entry, see MBG_NET_INTF_ROUTE_TYPES. More...
 
uint8_t reserved_1
 Reserved, currently 0. More...
 
uint16_t reserved_2
 Reserved, currently 0. More...
 
MBG_IP_ADDR gateway
 
MBG_IP_ADDR dst
 
uint8_t dst_prefix_bits
 Prefix Bits for the destination address. More...
 
uint32_t ass_if_index
 Index of the associated interface link, see MBG_NET_INTF_LINK_SETTINGS::if_index. More...
 
uint32_t ass_addr_index
 
uint32_t reserved_3
 Reserved, currently 0. More...
 
uint32_t reserved_4
 Reserved, currently 0. More...
 
uint32_t reserved_5
 Reserved, currently 0. More...
 

Detailed Description

Network interface route specific settings.

Note
Use link_mac and ass_addr_idx to identify the associated network address and network link (via address)

Definition at line 12264 of file gpsdefs.h.

Field Documentation

◆ ass_addr_index

uint32_t MBG_NET_INTF_ROUTE_SETTINGS::ass_addr_index

◆ ass_if_index

uint32_t MBG_NET_INTF_ROUTE_SETTINGS::ass_if_index

Index of the associated interface link, see MBG_NET_INTF_LINK_SETTINGS::if_index.

Definition at line 12276 of file gpsdefs.h.

Referenced by mbg_get_all_net_cfg_info(), and mbg_get_all_net_status_info().

◆ dst

MBG_IP_ADDR MBG_NET_INTF_ROUTE_SETTINGS::dst

◆ dst_prefix_bits

uint8_t MBG_NET_INTF_ROUTE_SETTINGS::dst_prefix_bits

Prefix Bits for the destination address.

Definition at line 12274 of file gpsdefs.h.

◆ gateway

MBG_IP_ADDR MBG_NET_INTF_ROUTE_SETTINGS::gateway

◆ reserved_1

uint8_t MBG_NET_INTF_ROUTE_SETTINGS::reserved_1

Reserved, currently 0.

Definition at line 12267 of file gpsdefs.h.

◆ reserved_2

uint16_t MBG_NET_INTF_ROUTE_SETTINGS::reserved_2

Reserved, currently 0.

Definition at line 12268 of file gpsdefs.h.

◆ reserved_3

uint32_t MBG_NET_INTF_ROUTE_SETTINGS::reserved_3

Reserved, currently 0.

Definition at line 12280 of file gpsdefs.h.

◆ reserved_4

uint32_t MBG_NET_INTF_ROUTE_SETTINGS::reserved_4

Reserved, currently 0.

Definition at line 12281 of file gpsdefs.h.

◆ reserved_5

uint32_t MBG_NET_INTF_ROUTE_SETTINGS::reserved_5

Reserved, currently 0.

Definition at line 12282 of file gpsdefs.h.

◆ type

uint8_t MBG_NET_INTF_ROUTE_SETTINGS::type

Type of the route entry, see MBG_NET_INTF_ROUTE_TYPES.

Definition at line 12266 of file gpsdefs.h.

Referenced by mbg_get_all_net_cfg_info(), and mbg_get_all_net_status_info().


The documentation for this struct was generated from the following file: