mbgtools-lx  4.2.8

Global network configuration settings. More...

#include <gpsdefs.h>

Data Fields

MBG_HOSTNAME hostname
 hostname, eventually FQDN including domain name More...
 
uint8_t num_intf_link
 number of detected/configured physical network interfaces (links), see MBG_NET_INTF_LINK_INFO_IDX More...
 
uint8_t num_intf_addr
 number of configured interface addresses, see MBG_NET_INTF_ADDR_INFO_IDX More...
 
uint8_t num_dns_srvr
 number of configured DNS servers, see MBG_IP_ADDR_IDX More...
 
uint8_t num_dns_srch_dom
 number of configured DNS search domains, see MBG_NET_NAME_IDX More...
 
uint8_t num_intf_route
 number of configured interface routes, see MBG_NET_INTF_ROUTE_INFO_IDX More...
 
uint8_t reserved
 currently reserved, always 0 More...
 
uint16_t flags
 currently reserved, always 0 More...
 

Detailed Description

Global network configuration settings.

Definition at line 11844 of file gpsdefs.h.

Field Documentation

◆ flags

uint16_t MBG_NET_GLB_CFG_SETTINGS::flags

currently reserved, always 0

Definition at line 11855 of file gpsdefs.h.

◆ hostname

MBG_HOSTNAME MBG_NET_GLB_CFG_SETTINGS::hostname

hostname, eventually FQDN including domain name

Definition at line 11846 of file gpsdefs.h.

◆ num_dns_srch_dom

uint8_t MBG_NET_GLB_CFG_SETTINGS::num_dns_srch_dom

number of configured DNS search domains, see MBG_NET_NAME_IDX

Definition at line 11851 of file gpsdefs.h.

◆ num_dns_srvr

uint8_t MBG_NET_GLB_CFG_SETTINGS::num_dns_srvr

number of configured DNS servers, see MBG_IP_ADDR_IDX

Definition at line 11850 of file gpsdefs.h.

◆ num_intf_addr

uint8_t MBG_NET_GLB_CFG_SETTINGS::num_intf_addr

number of configured interface addresses, see MBG_NET_INTF_ADDR_INFO_IDX

Definition at line 11849 of file gpsdefs.h.

Referenced by mbg_get_all_net_cfg_info(), and mbg_get_all_net_status_info().

◆ num_intf_link

uint8_t MBG_NET_GLB_CFG_SETTINGS::num_intf_link

number of detected/configured physical network interfaces (links), see MBG_NET_INTF_LINK_INFO_IDX

Definition at line 11848 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().

◆ num_intf_route

uint8_t MBG_NET_GLB_CFG_SETTINGS::num_intf_route

number of configured interface routes, see MBG_NET_INTF_ROUTE_INFO_IDX

Definition at line 11852 of file gpsdefs.h.

Referenced by mbg_get_all_net_cfg_info(), and mbg_get_all_net_status_info().

◆ reserved

uint8_t MBG_NET_GLB_CFG_SETTINGS::reserved

currently reserved, always 0

Definition at line 11854 of file gpsdefs.h.


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