mbgtools-lx
4.2.8
|
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... | |
Network interface route specific settings.
uint32_t MBG_NET_INTF_ROUTE_SETTINGS::ass_addr_index |
Index of the associated interface address, see MBG_NET_INTF_ADDR_SETTINGS::addr_index, Valid if MBG_NET_INTF_ROUTE_SETTINGS::type is MBG_NET_INTF_ROUTE_TYPE_DEST_GATEWAY or MBG_NET_INTF_ROUTE_TYPE_DEST_ADDR
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().
MBG_IP_ADDR MBG_NET_INTF_ROUTE_SETTINGS::dst |
Destination IP address, only used if MBG_NET_INTF_ROUTE_SETTINGS::type is MBG_NET_INTF_ROUTE_TYPE_DEST_GATEWAY or MBG_NET_INTF_ROUTE_TYPE_DEST_ADDR
uint8_t MBG_NET_INTF_ROUTE_SETTINGS::dst_prefix_bits |
MBG_IP_ADDR MBG_NET_INTF_ROUTE_SETTINGS::gateway |
Gateway IP address, only used if type is MBG_NET_INTF_ROUTE_TYPE_DEFAULT_GATEWAY or MBG_NET_INTF_ROUTE_TYPE_DEST_GATEWAY
Definition at line 12270 of file gpsdefs.h.
Referenced by mbg_get_all_net_cfg_info(), mbg_get_all_net_status_info(), and mbg_save_all_net_cfg_info().
uint8_t MBG_NET_INTF_ROUTE_SETTINGS::reserved_1 |
uint16_t MBG_NET_INTF_ROUTE_SETTINGS::reserved_2 |
uint32_t MBG_NET_INTF_ROUTE_SETTINGS::reserved_3 |
uint32_t MBG_NET_INTF_ROUTE_SETTINGS::reserved_4 |
uint32_t MBG_NET_INTF_ROUTE_SETTINGS::reserved_5 |
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().