mbgtools-lx
4.2.8
|
Settings of an IPv4-only network interface. More...
#include <gpsdefs.h>
Data Fields | |
IP4_ADDR | ip_addr |
the IP address More... | |
IP4_ADDR | netmask |
the network mask More... | |
IP4_ADDR | broad_addr |
the broadcast address More... | |
IP4_ADDR | gateway |
the default gateway More... | |
uint16_t | flags |
see MBG_IP4_FLAG_MASKS More... | |
MBG_VLAN_CFG | vlan_cfg |
VLAN configuration. More... | |
IP4_ADDR IP4_SETTINGS::broad_addr |
the broadcast address
Definition at line 11243 of file gpsdefs.h.
Referenced by get_port_ip4_settings(), mbg_get_all_net_cfg_info(), mbg_get_all_net_status_info(), mbg_save_all_net_cfg_info(), set_lan_intf(), show_lan_intf(), and show_lan_intf_state().
uint16_t IP4_SETTINGS::flags |
Definition at line 11245 of file gpsdefs.h.
Referenced by get_port_ip4_settings(), mbg_get_all_net_cfg_info(), mbg_get_all_net_status_info(), mbg_save_all_net_cfg_info(), set_lan_intf(), show_lan_intf(), and show_lan_intf_state().
IP4_ADDR IP4_SETTINGS::gateway |
the default gateway
Definition at line 11244 of file gpsdefs.h.
Referenced by get_port_ip4_settings(), mbg_get_all_net_cfg_info(), mbg_get_all_net_status_info(), mbg_save_all_net_cfg_info(), set_lan_intf(), show_lan_intf(), and show_lan_intf_state().
IP4_ADDR IP4_SETTINGS::ip_addr |
the IP address
Definition at line 11241 of file gpsdefs.h.
Referenced by get_port_ip4_settings(), mbg_get_all_net_cfg_info(), mbg_get_all_net_status_info(), mbg_save_all_net_cfg_info(), set_lan_intf(), show_lan_intf(), and show_lan_intf_state().
IP4_ADDR IP4_SETTINGS::netmask |
the network mask
Definition at line 11242 of file gpsdefs.h.
Referenced by get_port_ip4_settings(), mbg_get_all_net_cfg_info(), mbg_get_all_net_status_info(), mbg_save_all_net_cfg_info(), set_lan_intf(), show_lan_intf(), and show_lan_intf_state().
MBG_VLAN_CFG IP4_SETTINGS::vlan_cfg |
VLAN configuration.
Definition at line 11246 of file gpsdefs.h.
Referenced by get_port_ip4_settings(), mbg_get_all_net_cfg_info(), mbg_get_all_net_status_info(), and mbg_save_all_net_cfg_info().