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... | |
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().
uint32_t MBG_NET_GLB_CFG_INFO::flags_2 |
MBG_NET_GLB_CFG_SETTINGS MBG_NET_GLB_CFG_INFO::glb_settings |
Definition at line 11871 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().
uint16_t MBG_NET_GLB_CFG_INFO::max_hostname_len |
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
uint16_t MBG_NET_GLB_CFG_INFO::n_supp_dns_srvr |
max. number of supported DNS server addresses, using MBG_IP_ADDR_IDX records
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().
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().
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().
uint32_t MBG_NET_GLB_CFG_INFO::reserved_1 |
uint32_t MBG_NET_GLB_CFG_INFO::reserved_2 |