Functions
nm_setting_bridge_new ()
NMSetting *
nm_setting_bridge_new (void
);
nm_setting_bridge_get_mac_address ()
const char *
nm_setting_bridge_get_mac_address (NMSettingBridge *setting
);
nm_setting_bridge_get_forward_delay ()
guint16
nm_setting_bridge_get_forward_delay (NMSettingBridge *setting
);
nm_setting_bridge_get_group_forward_mask ()
guint16
nm_setting_bridge_get_group_forward_mask
(NMSettingBridge *setting
);
nm_setting_bridge_get_multicast_snooping ()
gboolean
nm_setting_bridge_get_multicast_snooping
(NMSettingBridge *setting
);
nm_setting_bridge_get_vlan_default_pvid ()
guint16
nm_setting_bridge_get_vlan_default_pvid
(NMSettingBridge *setting
);
nm_setting_bridge_get_num_vlans ()
guint
nm_setting_bridge_get_num_vlans (NMSettingBridge *setting
);
nm_setting_bridge_clear_vlans ()
void
nm_setting_bridge_clear_vlans (NMSettingBridge *setting
);
nm_setting_bridge_get_group_address ()
const char *
nm_setting_bridge_get_group_address (const NMSettingBridge *setting
);
nm_setting_bridge_get_vlan_protocol ()
const char *
nm_setting_bridge_get_vlan_protocol (const NMSettingBridge *setting
);
nm_setting_bridge_get_vlan_stats_enabled ()
gboolean
nm_setting_bridge_get_vlan_stats_enabled
(const NMSettingBridge *setting
);
nm_setting_bridge_get_multicast_router ()
const char *
nm_setting_bridge_get_multicast_router
(const NMSettingBridge *setting
);
nm_setting_bridge_get_multicast_query_use_ifaddr ()
gboolean
nm_setting_bridge_get_multicast_query_use_ifaddr
(const NMSettingBridge *setting
);
nm_setting_bridge_get_multicast_querier ()
gboolean
nm_setting_bridge_get_multicast_querier
(const NMSettingBridge *setting
);
nm_setting_bridge_get_multicast_hash_max ()
guint32
nm_setting_bridge_get_multicast_hash_max
(const NMSettingBridge *setting
);
nm_setting_bridge_get_multicast_last_member_count ()
guint32
nm_setting_bridge_get_multicast_last_member_count
(const NMSettingBridge *setting
);
nm_setting_bridge_get_multicast_last_member_interval ()
guint64
nm_setting_bridge_get_multicast_last_member_interval
(const NMSettingBridge *setting
);
nm_setting_bridge_get_multicast_membership_interval ()
guint64
nm_setting_bridge_get_multicast_membership_interval
(const NMSettingBridge *setting
);
nm_setting_bridge_get_multicast_querier_interval ()
guint64
nm_setting_bridge_get_multicast_querier_interval
(const NMSettingBridge *setting
);
nm_setting_bridge_get_multicast_query_interval ()
guint64
nm_setting_bridge_get_multicast_query_interval
(const NMSettingBridge *setting
);
nm_setting_bridge_get_multicast_query_response_interval ()
guint64
nm_setting_bridge_get_multicast_query_response_interval
(const NMSettingBridge *setting
);
nm_setting_bridge_get_multicast_startup_query_count ()
guint32
nm_setting_bridge_get_multicast_startup_query_count
(const NMSettingBridge *setting
);
nm_setting_bridge_get_multicast_startup_query_interval ()
guint64
nm_setting_bridge_get_multicast_startup_query_interval
(const NMSettingBridge *setting
);
Types and Values
NM_SETTING_BRIDGE_SETTING_NAME
#define NM_SETTING_BRIDGE_SETTING_NAME "bridge"
NM_SETTING_BRIDGE_MAC_ADDRESS
#define NM_SETTING_BRIDGE_MAC_ADDRESS "mac-address"
NM_SETTING_BRIDGE_STP
#define NM_SETTING_BRIDGE_STP "stp"
NM_SETTING_BRIDGE_PRIORITY
#define NM_SETTING_BRIDGE_PRIORITY "priority"
NM_SETTING_BRIDGE_FORWARD_DELAY
#define NM_SETTING_BRIDGE_FORWARD_DELAY "forward-delay"
NM_SETTING_BRIDGE_HELLO_TIME
#define NM_SETTING_BRIDGE_HELLO_TIME "hello-time"
NM_SETTING_BRIDGE_MAX_AGE
#define NM_SETTING_BRIDGE_MAX_AGE "max-age"
NM_SETTING_BRIDGE_AGEING_TIME
#define NM_SETTING_BRIDGE_AGEING_TIME "ageing-time"
NM_SETTING_BRIDGE_GROUP_FORWARD_MASK
#define NM_SETTING_BRIDGE_GROUP_FORWARD_MASK "group-forward-mask"
NM_SETTING_BRIDGE_MULTICAST_HASH_MAX
#define NM_SETTING_BRIDGE_MULTICAST_HASH_MAX "multicast-hash-max"
NM_SETTING_BRIDGE_MULTICAST_LAST_MEMBER_COUNT
#define NM_SETTING_BRIDGE_MULTICAST_LAST_MEMBER_COUNT "multicast-last-member-count"
NM_SETTING_BRIDGE_MULTICAST_LAST_MEMBER_INTERVAL
#define NM_SETTING_BRIDGE_MULTICAST_LAST_MEMBER_INTERVAL "multicast-last-member-interval"
NM_SETTING_BRIDGE_MULTICAST_MEMBERSHIP_INTERVAL
#define NM_SETTING_BRIDGE_MULTICAST_MEMBERSHIP_INTERVAL "multicast-membership-interval"
NM_SETTING_BRIDGE_MULTICAST_SNOOPING
#define NM_SETTING_BRIDGE_MULTICAST_SNOOPING "multicast-snooping"
NM_SETTING_BRIDGE_MULTICAST_ROUTER
#define NM_SETTING_BRIDGE_MULTICAST_ROUTER "multicast-router"
NM_SETTING_BRIDGE_MULTICAST_QUERIER
#define NM_SETTING_BRIDGE_MULTICAST_QUERIER "multicast-querier"
NM_SETTING_BRIDGE_MULTICAST_QUERIER_INTERVAL
#define NM_SETTING_BRIDGE_MULTICAST_QUERIER_INTERVAL "multicast-querier-interval"
NM_SETTING_BRIDGE_MULTICAST_QUERY_INTERVAL
#define NM_SETTING_BRIDGE_MULTICAST_QUERY_INTERVAL "multicast-query-interval"
NM_SETTING_BRIDGE_MULTICAST_QUERY_RESPONSE_INTERVAL
#define NM_SETTING_BRIDGE_MULTICAST_QUERY_RESPONSE_INTERVAL "multicast-query-response-interval"
NM_SETTING_BRIDGE_MULTICAST_QUERY_USE_IFADDR
#define NM_SETTING_BRIDGE_MULTICAST_QUERY_USE_IFADDR "multicast-query-use-ifaddr"
NM_SETTING_BRIDGE_MULTICAST_STARTUP_QUERY_COUNT
#define NM_SETTING_BRIDGE_MULTICAST_STARTUP_QUERY_COUNT "multicast-startup-query-count"
NM_SETTING_BRIDGE_MULTICAST_STARTUP_QUERY_INTERVAL
#define NM_SETTING_BRIDGE_MULTICAST_STARTUP_QUERY_INTERVAL "multicast-startup-query-interval"
NM_SETTING_BRIDGE_VLAN_FILTERING
#define NM_SETTING_BRIDGE_VLAN_FILTERING "vlan-filtering"
NM_SETTING_BRIDGE_VLAN_DEFAULT_PVID
#define NM_SETTING_BRIDGE_VLAN_DEFAULT_PVID "vlan-default-pvid"
NM_SETTING_BRIDGE_VLANS
#define NM_SETTING_BRIDGE_VLANS "vlans"
NM_SETTING_BRIDGE_GROUP_ADDRESS
#define NM_SETTING_BRIDGE_GROUP_ADDRESS "group-address"
NM_SETTING_BRIDGE_VLAN_PROTOCOL
#define NM_SETTING_BRIDGE_VLAN_PROTOCOL "vlan-protocol"
NM_SETTING_BRIDGE_VLAN_STATS_ENABLED
#define NM_SETTING_BRIDGE_VLAN_STATS_ENABLED "vlan-stats-enabled"
NM_BRIDGE_VLAN_VID_MIN
#define NM_BRIDGE_VLAN_VID_MIN 1
NM_BRIDGE_VLAN_VID_MAX
#define NM_BRIDGE_VLAN_VID_MAX 4094