diff options
| author | Michael Biebl <biebl@debian.org> | 2022-08-16 18:24:19 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-08-16 18:24:19 +0200 |
| commit | 0018d1f3cf71d680d7b6bceda55a5717244d8b26 (patch) | |
| tree | a058f1d106d172d3354179437ef034c9355cdf9c /docs/libnm/html/NMSettingIP6Config.html | |
| parent | 6accbd3ec0e42d8633bbde4d47ed7bfe854e7e0b (diff) | |
New upstream version 1.39.90 upstream/1.39.90
Diffstat (limited to 'docs/libnm/html/NMSettingIP6Config.html')
| -rw-r--r-- | docs/libnm/html/NMSettingIP6Config.html | 63 |
1 files changed, 62 insertions, 1 deletions
diff --git a/docs/libnm/html/NMSettingIP6Config.html b/docs/libnm/html/NMSettingIP6Config.html index 474684ba..452f5796 100644 --- a/docs/libnm/html/NMSettingIP6Config.html +++ b/docs/libnm/html/NMSettingIP6Config.html @@ -86,6 +86,14 @@ <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-ra-timeout" title="nm_setting_ip6_config_get_ra_timeout ()">nm_setting_ip6_config_get_ra_timeout</a> <span class="c_punctuation">()</span> </td> </tr> +<tr> +<td class="function_type"> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> +</td> +<td class="function_name"> +<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-mtu" title="nm_setting_ip6_config_get_mtu ()">nm_setting_ip6_config_get_mtu</a> <span class="c_punctuation">()</span> +</td> +</tr> </tbody> </table></div> </div> @@ -123,6 +131,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-MTU:CAPS" title="NM_SETTING_IP6_CONFIG_MTU">NM_SETTING_IP6_CONFIG_MTU</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD_IGNORE">NM_SETTING_IP6_CONFIG_METHOD_IGNORE</a></td> </tr> <tr> @@ -203,7 +215,7 @@ nm_setting_ip6_config_new (<em class="parameter"><code><span class="type">void</ <a name="nm-setting-ip6-config-get-ip6-privacy"></a><h3>nm_setting_ip6_config_get_ip6_privacy ()</h3> <pre class="programlisting"><a class="link" href="NMSettingIP6Config.html#NMSettingIP6ConfigPrivacy" title="enum NMSettingIP6ConfigPrivacy"><span class="returnvalue">NMSettingIP6ConfigPrivacy</span></a> nm_setting_ip6_config_get_ip6_privacy (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> -<p>Returns the value contained in the <a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--ip6-privacy"><span class="type">“ip6-privacy”</span></a> +<p>Returns the value contained in the <span class="type">“ip6-privacy”</span> property.</p> <div class="refsect3"> <a name="nm-setting-ip6-config-get-ip6-privacy.parameters"></a><h4>Parameters</h4> @@ -338,6 +350,33 @@ timeout for router advertisements in seconds.</p> </div> <p class="since">Since: 1.24</p> </div> +<hr> +<div class="refsect2"> +<a name="nm-setting-ip6-config-get-mtu"></a><h3>nm_setting_ip6_config_get_mtu ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> +nm_setting_ip6_config_get_mtu (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> +<div class="refsect3"> +<a name="nm-setting-ip6-config-get-mtu.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>setting</p></td> +<td class="parameter_description"><p>the <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-setting-ip6-config-get-mtu.returns"></a><h4>Returns</h4> +<p> The configured <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-MTU:CAPS" title="NM_SETTING_IP6_CONFIG_MTU"><code class="literal">NM_SETTING_IP6_CONFIG_MTU</code></a> value for the maximum +transmission unit.</p> +</div> +<p class="since">Since: 1.40</p> +</div> </div> <div class="refsect1"> <a name="NMSettingIP6Config.other_details"></a><h2>Types and Values</h2> @@ -378,6 +417,12 @@ timeout for router advertisements in seconds.</p> </div> <hr> <div class="refsect2"> +<a name="NM-SETTING-IP6-CONFIG-MTU:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_MTU</h3> +<pre class="programlisting">#define NM_SETTING_IP6_CONFIG_MTU "mtu" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD_IGNORE</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_METHOD_IGNORE "ignore" </pre> @@ -518,6 +563,22 @@ specified by RFC7217.</p> </td> <td class="enum_member_annotations"> </td> </tr> +<tr> +<td class="enum_member_name"><p><a name="NM-SETTING-IP6-CONFIG-ADDR-GEN-MODE-DEFAULT-OR-EUI64:CAPS"></a>NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_DEFAULT_OR_EUI64</p></td> +<td class="enum_member_description"> +<p>Fallback to the global +default, and if unspecified use "eui64". Since: 1.40.</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="NM-SETTING-IP6-CONFIG-ADDR-GEN-MODE-DEFAULT:CAPS"></a>NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_DEFAULT</p></td> +<td class="enum_member_description"> +<p>Fallback to the global +default, and if unspecified use "stable-privacy". Since: 1.40.</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> </tbody> </table></div> </div> |