From 70e18d99b8e3e77bb37e218d7ac582130156f8ef Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 25 Jan 2024 09:46:18 +0100 Subject: New upstream version 1.45.90 --- docs/libnm/html/NMSettingHsr.html | 274 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 274 insertions(+) create mode 100644 docs/libnm/html/NMSettingHsr.html (limited to 'docs/libnm/html/NMSettingHsr.html') diff --git a/docs/libnm/html/NMSettingHsr.html b/docs/libnm/html/NMSettingHsr.html new file mode 100644 index 00000000..4d9cf5db --- /dev/null +++ b/docs/libnm/html/NMSettingHsr.html @@ -0,0 +1,274 @@ + + + + +NMSettingHsr: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingHsr

+

NMSettingHsr — Describes connection properties for HSR/PRP interfaces

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + +
+NMSetting * + +nm_setting_hsr_new () +
const char * + +nm_setting_hsr_get_port1 () +
const char * + +nm_setting_hsr_get_port2 () +
+guint32 + +nm_setting_hsr_get_multicast_spec () +
+gboolean + +nm_setting_hsr_get_prp () +
+
+
+

Types and Values

+
++++ + + + + + + + + + + + + + + + + + + + + + + +
#defineNM_SETTING_HSR_SETTING_NAME
#defineNM_SETTING_HSR_PORT1
#defineNM_SETTING_HSR_PORT2
#defineNM_SETTING_HSR_MULTICAST_SPEC
#defineNM_SETTING_HSR_PRP
+
+
+

Description

+

The NMSettingHsr object is a NMSetting subclass that describes properties +necessary for HSR/PRP connections.

+
+
+

Functions

+
+

nm_setting_hsr_new ()

+
NMSetting *
+nm_setting_hsr_new (void);
+

Creates a new NMSettingHsr object with default values.

+
+

Returns

+

the new empty NMSettingHsr object.

+

[transfer full]

+
+

Since: 1.46

+
+
+
+

nm_setting_hsr_get_port1 ()

+
const char *
+nm_setting_hsr_get_port1 (NMSettingHsr *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingHsr

 
+
+
+

Returns

+

the “port1” property of the setting

+
+

Since: 1.46

+
+
+
+

nm_setting_hsr_get_port2 ()

+
const char *
+nm_setting_hsr_get_port2 (NMSettingHsr *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingHsr

 
+
+
+

Returns

+

the “port2” property of the setting

+
+

Since: 1.46

+
+
+
+

nm_setting_hsr_get_multicast_spec ()

+
guint32
+nm_setting_hsr_get_multicast_spec (NMSettingHsr *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingHsr

 
+
+
+

Returns

+

the “multicast_spec” property of the setting

+
+

Since: 1.46

+
+
+
+

nm_setting_hsr_get_prp ()

+
gboolean
+nm_setting_hsr_get_prp (NMSettingHsr *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingHsr

 
+
+
+

Returns

+

the “prp” property of the setting

+
+

Since: 1.46

+
+
+
+

Types and Values

+
+

NM_SETTING_HSR_SETTING_NAME

+
#define NM_SETTING_HSR_SETTING_NAME "hsr"
+
+
+
+
+

NM_SETTING_HSR_PORT1

+
#define NM_SETTING_HSR_PORT1          "port1"
+
+
+
+
+

NM_SETTING_HSR_PORT2

+
#define NM_SETTING_HSR_PORT2          "port2"
+
+
+
+
+

NM_SETTING_HSR_MULTICAST_SPEC

+
#define NM_SETTING_HSR_MULTICAST_SPEC "multicast-spec"
+
+
+
+
+

NM_SETTING_HSR_PRP

+
#define NM_SETTING_HSR_PRP            "prp"
+
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5