mbgtools-lx  4.2.8

Global current network settings and supported features. More...

#include <gpsdefs.h>

Data Fields

MBG_NET_GLB_CFG_SETTINGS glb_settings
 
uint16_t n_supp_intf_link
 max. number of supported physical network interfaces (links), see MBG_NET_INTF_LINK_SETTINGS_IDX, MBG_NET_INTF_LINK_INFO_IDX More...
 
uint16_t n_supp_intf_addr
 max. number of supported interface addresses, see MBG_NET_INTF_ADDR_SETTINGS_IDX, MBG_NET_INTF_ADDR_INFO_IDX More...
 
uint16_t n_supp_dns_srvr
 max. number of supported DNS server addresses, using MBG_IP_ADDR_IDX records More...
 
uint16_t n_supp_dns_srch_dom
 max. number of supported DNS search domain records, using MBG_NET_NAME_IDX records More...
 
uint16_t n_supp_intf_route
 max. number of supported interface routes, see MBG_NET_INTF_ROUTE_SETTINGS_IDX, MBG_NET_INTF_ROUTE_INFO_IDX More...
 
uint16_t max_hostname_len
 max. length of hostname including trailing 0; if set to 0, max. length is 256 (see rfc1123) More...
 
uint32_t reserved_1
 currently reserved, always 0 More...
 
uint32_t reserved_2
 currently reserved, always 0 More...
 
uint32_t feat_flags
 Feature flags, see MBG_NET_GLB_CFG_INFO_MASKS. More...
 
uint32_t flags_2
 currently reserved, always 0 More...
 

Detailed Description

Global current network settings and supported features.

Definition at line 11869 of file gpsdefs.h.

Field Documentation

◆ feat_flags

uint32_t MBG_NET_GLB_CFG_INFO::feat_flags

Feature flags, see MBG_NET_GLB_CFG_INFO_MASKS.

Definition at line 11880 of file gpsdefs.h.

Referenced by chk_dev_net_cfg_supp_stage_2().

◆ flags_2

uint32_t MBG_NET_GLB_CFG_INFO::flags_2

currently reserved, always 0

Definition at line 11881 of file gpsdefs.h.

◆ glb_settings

MBG_NET_GLB_CFG_SETTINGS MBG_NET_GLB_CFG_INFO::glb_settings

◆ max_hostname_len

uint16_t MBG_NET_GLB_CFG_INFO::max_hostname_len

max. length of hostname including trailing 0; if set to 0, max. length is 256 (see rfc1123)

Definition at line 11877 of file gpsdefs.h.

◆ n_supp_dns_srch_dom

uint16_t MBG_NET_GLB_CFG_INFO::n_supp_dns_srch_dom

max. number of supported DNS search domain records, using MBG_NET_NAME_IDX records

Definition at line 11875 of file gpsdefs.h.

◆ n_supp_dns_srvr

uint16_t MBG_NET_GLB_CFG_INFO::n_supp_dns_srvr

max. number of supported DNS server addresses, using MBG_IP_ADDR_IDX records

Definition at line 11874 of file gpsdefs.h.

◆ n_supp_intf_addr

uint16_t MBG_NET_GLB_CFG_INFO::n_supp_intf_addr

max. number of supported interface addresses, see MBG_NET_INTF_ADDR_SETTINGS_IDX, MBG_NET_INTF_ADDR_INFO_IDX

Definition at line 11873 of file gpsdefs.h.

Referenced by mbg_get_all_net_cfg_info(), and mbg_get_all_net_status_info().

◆ n_supp_intf_link

uint16_t MBG_NET_GLB_CFG_INFO::n_supp_intf_link

max. number of supported physical network interfaces (links), see MBG_NET_INTF_LINK_SETTINGS_IDX, MBG_NET_INTF_LINK_INFO_IDX

Definition at line 11872 of file gpsdefs.h.

Referenced by mbg_get_all_net_cfg_info(), and mbg_get_all_net_status_info().

◆ n_supp_intf_route

uint16_t MBG_NET_GLB_CFG_INFO::n_supp_intf_route

max. number of supported interface routes, see MBG_NET_INTF_ROUTE_SETTINGS_IDX, MBG_NET_INTF_ROUTE_INFO_IDX

Definition at line 11876 of file gpsdefs.h.

Referenced by mbg_get_all_net_cfg_info(), and mbg_get_all_net_status_info().

◆ reserved_1

uint32_t MBG_NET_GLB_CFG_INFO::reserved_1

currently reserved, always 0

Definition at line 11878 of file gpsdefs.h.

◆ reserved_2

uint32_t MBG_NET_GLB_CFG_INFO::reserved_2

currently reserved, always 0

Definition at line 11879 of file gpsdefs.h.


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