From 494f296a3baab08522617b24b1f126d8f9a17502 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 20 Jan 2016 16:26:51 +0100 Subject: Imported Upstream version 1.1.90 --- docs/libnm/html/NMSettingIP4Config.html | 140 ++++++++++++++++++++++++++++++-- 1 file changed, 133 insertions(+), 7 deletions(-) (limited to 'docs/libnm/html/NMSettingIP4Config.html') diff --git a/docs/libnm/html/NMSettingIP4Config.html b/docs/libnm/html/NMSettingIP4Config.html index 9a40fd47..dd9b7c2d 100644 --- a/docs/libnm/html/NMSettingIP4Config.html +++ b/docs/libnm/html/NMSettingIP4Config.html @@ -6,7 +6,7 @@ - + @@ -21,7 +21,7 @@ Home Up -Prev +Prev Next
@@ -56,6 +56,21 @@ nm_setting_ip4_config_get_dhcp_client_id () + + +int + + +nm_setting_ip4_config_get_dhcp_timeout () + + + +const char * + + +nm_setting_ip4_config_get_dhcp_fqdn () + +
@@ -67,12 +82,25 @@ - + + gchar * dhcp-client-id Read / Write - + + + +gchar * +dhcp-fqdn +Read / Write + + +guint +dhcp-timeout +Read / Write + +
@@ -93,6 +121,14 @@ #define +NM_SETTING_IP4_CONFIG_DHCP_TIMEOUT + + +#define +NM_SETTING_IP4_CONFIG_DHCP_FQDN + + +#define NM_SETTING_IP4_CONFIG_METHOD_AUTO @@ -149,7 +185,7 @@ connection.

nm_setting_ip4_config_new (void);

Creates a new NMSettingIP4Config object with default values.

-

Returns

+

Returns

the new empty NMSettingIP4Config object.

[transfer full]

@@ -163,7 +199,7 @@ nm_setting_ip4_config_get_dhcp_client_id

Returns the value contained in the “dhcp-client-id” property.

-

Parameters

+

Parameters

@@ -178,11 +214,69 @@ property.

-

Returns

+

Returns

the configured Client ID to send to the DHCP server when requesting addresses via DHCP.

+
+
+

nm_setting_ip4_config_get_dhcp_timeout ()

+
int
+nm_setting_ip4_config_get_dhcp_timeout
+                               (NMSettingIP4Config *setting);
+

Returns the value contained in the “dhcp-timeout” +property.

+
+

Parameters

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

setting

the NMSettingIP4Config

 
+
+
+

Returns

+

the configured DHCP timeout in seconds. 0 = default for +the particular kind of device.

+
+

Since: 1.2

+
+
+
+

nm_setting_ip4_config_get_dhcp_fqdn ()

+
const char *
+nm_setting_ip4_config_get_dhcp_fqdn (NMSettingIP4Config *setting);
+

Returns the value contained in the “dhcp-fqdn” +property.

+
+

Parameters

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

setting

the NMSettingIP4Config

 
+
+
+

Returns

+

the configured FQDN to send to the DHCP server

+
+

Since: 1.2

+

Types and Values

@@ -199,6 +293,18 @@ addresses via DHCP.


+

NM_SETTING_IP4_CONFIG_DHCP_TIMEOUT

+
#define NM_SETTING_IP4_CONFIG_DHCP_TIMEOUT       "dhcp-timeout"
+
+
+
+
+

NM_SETTING_IP4_CONFIG_DHCP_FQDN

+
#define NM_SETTING_IP4_CONFIG_DHCP_FQDN          "dhcp-fqdn"
+
+
+
+

NM_SETTING_IP4_CONFIG_METHOD_AUTO

#define NM_SETTING_IP4_CONFIG_METHOD_AUTO       "auto"
 
@@ -252,6 +358,26 @@ DHCP server may use to customize the DHCP lease and options.

Flags: Read / Write

Default value: NULL

+
+
+

The “dhcp-fqdn” property

+
  “dhcp-fqdn”                gchar *
+

If the “dhcp-send-hostname” property is TRUE, then the +specified FQDN will be sent to the DHCP server when acquiring a lease. This +property and “dhcp-hostname” are mutually exclusive and +cannot be set at the same time.

+

Flags: Read / Write

+

Default value: NULL

+

Since: 1.2

+
+
+
+

The “dhcp-timeout” property

+
  “dhcp-timeout”             guint
+

A timeout for a DHCP transaction in seconds.

+

Flags: Read / Write

+

Default value: 0

+