diff options
| author | Michael Biebl <biebl@debian.org> | 2024-01-25 09:46:18 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-01-25 09:46:18 +0100 |
| commit | 70e18d99b8e3e77bb37e218d7ac582130156f8ef (patch) | |
| tree | d40c587e6d3f0e094ff558e415f1bb9803643214 /docs/libnm/html/NMDeviceIPTunnel.html | |
| parent | d4d8b2b91f7ba000d97a8b2aab48c85000c11314 (diff) | |
New upstream version 1.45.90 upstream/1.45.90
Diffstat (limited to 'docs/libnm/html/NMDeviceIPTunnel.html')
| -rw-r--r-- | docs/libnm/html/NMDeviceIPTunnel.html | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/docs/libnm/html/NMDeviceIPTunnel.html b/docs/libnm/html/NMDeviceIPTunnel.html index 9058daf8..d3bc1474 100644 --- a/docs/libnm/html/NMDeviceIPTunnel.html +++ b/docs/libnm/html/NMDeviceIPTunnel.html @@ -127,6 +127,14 @@ </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="NMDeviceIPTunnel.html#nm-device-ip-tunnel-get-fwmark" title="nm_device_ip_tunnel_get_fwmark ()">nm_device_ip_tunnel_get_fwmark</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> <a class="link" href="NMSettingIPTunnel.html#NMIPTunnelFlags" title="enum NMIPTunnelFlags"><span class="returnvalue">NMIPTunnelFlags</span></a> </td> <td class="function_name"> @@ -161,6 +169,11 @@ <td class="property_flags">Read</td> </tr> <tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--fwmark" title="The “fwmark” property">fwmark</a></td> +<td class="property_flags">Read</td> +</tr> +<tr> <td class="property_type"> <span class="type">char</span> *</td> <td class="property_name"><a class="link" href="NMDeviceIPTunnel.html#NMDeviceIPTunnel--input-key" title="The “input-key” property">input-key</a></td> @@ -267,6 +280,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMDeviceIPTunnel.html#NM-DEVICE-IP-TUNNEL-FWMARK:CAPS" title="NM_DEVICE_IP_TUNNEL_FWMARK">NM_DEVICE_IP_TUNNEL_FWMARK</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMDeviceIPTunnel.html#NM-DEVICE-IP-TUNNEL-FLAGS:CAPS" title="NM_DEVICE_IP_TUNNEL_FLAGS">NM_DEVICE_IP_TUNNEL_FLAGS</a></td> </tr> <tr> @@ -580,6 +597,33 @@ nm_device_ip_tunnel_get_flow_label (<em class="parameter"><code><a class="link" </div> <hr> <div class="refsect2"> +<a name="nm-device-ip-tunnel-get-fwmark"></a><h3>nm_device_ip_tunnel_get_fwmark ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> +nm_device_ip_tunnel_get_fwmark (<em class="parameter"><code><a class="link" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"><span class="type">NMDeviceIPTunnel</span></a> *device</code></em>);</pre> +<div class="refsect3"> +<a name="nm-device-ip-tunnel-get-fwmark.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>device</p></td> +<td class="parameter_description"><p>a <a class="link" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"><span class="type">NMDeviceIPTunnel</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-device-ip-tunnel-get-fwmark.returns"></a><h4>Returns</h4> +<p> the fwmark assigned to tunnel packets. This property applies only +to VTI tunnels.</p> +</div> +<p class="since">Since: 1.46</p> +</div> +<hr> +<div class="refsect2"> <a name="nm-device-ip-tunnel-get-flags"></a><h3>nm_device_ip_tunnel_get_flags ()</h3> <pre class="programlisting"><a class="link" href="NMSettingIPTunnel.html#NMIPTunnelFlags" title="enum NMIPTunnelFlags"><span class="returnvalue">NMIPTunnelFlags</span></a> nm_device_ip_tunnel_get_flags (<em class="parameter"><code><a class="link" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"><span class="type">NMDeviceIPTunnel</span></a> *device</code></em>);</pre> @@ -674,6 +718,12 @@ nm_device_ip_tunnel_get_flags (<em class="parameter"><code><a class="link" href= </div> <hr> <div class="refsect2"> +<a name="NM-DEVICE-IP-TUNNEL-FWMARK:CAPS"></a><h3>NM_DEVICE_IP_TUNNEL_FWMARK</h3> +<pre class="programlisting">#define NM_DEVICE_IP_TUNNEL_FWMARK "fwmark" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-DEVICE-IP-TUNNEL-FLAGS:CAPS"></a><h3>NM_DEVICE_IP_TUNNEL_FLAGS</h3> <pre class="programlisting">#define NM_DEVICE_IP_TUNNEL_FLAGS "flags" </pre> @@ -722,6 +772,17 @@ applies only to IPv6 tunnels.</p> </div> <hr> <div class="refsect2"> +<a name="NMDeviceIPTunnel--fwmark"></a><h3>The <code class="literal">“fwmark”</code> property</h3> +<pre class="programlisting"> “fwmark” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>The fwmark value to assign to tunnel packets. This property applies only +to VTI tunnels.</p> +<p>Owner: NMDeviceIPTunnel</p> +<p>Flags: Read</p> +<p>Default value: 0</p> +<p class="since">Since: 1.46</p> +</div> +<hr> +<div class="refsect2"> <a name="NMDeviceIPTunnel--input-key"></a><h3>The <code class="literal">“input-key”</code> property</h3> <pre class="programlisting"> “input-key” <span class="type">char</span> *</pre> <p>The key used for tunneled input packets, if applicable.</p> |