From 45cb5bb3c0e6edb887cf69b417fcaf7053814a9b Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Tue, 20 Dec 2016 20:06:37 +0800 Subject: Imported Upstream version 1.4.4 --- docs/libnm/html/NMSettingTun.html | 70 +++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'docs/libnm/html/NMSettingTun.html') diff --git a/docs/libnm/html/NMSettingTun.html b/docs/libnm/html/NMSettingTun.html index 7da17396..71960a11 100644 --- a/docs/libnm/html/NMSettingTun.html +++ b/docs/libnm/html/NMSettingTun.html @@ -3,7 +3,7 @@ NMSettingTun: libnm Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -73,7 +73,7 @@
-gboolean +gboolean nm_setting_tun_get_pi () @@ -81,7 +81,7 @@
-gboolean +gboolean nm_setting_tun_get_vnet_hdr () @@ -89,7 +89,7 @@
-gboolean +gboolean nm_setting_tun_get_multi_queue () @@ -100,7 +100,7 @@

Properties

-
+
@@ -109,33 +109,33 @@ +gchar * - + - + +gchar * - + - + @@ -144,7 +144,7 @@

Types and Values

-
-gchar * group Read / Write
guintguint mode Read / Write / Construct
gbooleangboolean multi-queue Read / Write
-gchar * owner Read / Write
gbooleangboolean pi Read / Write
gbooleangboolean vnet-hdr Read / Write
+
@@ -193,7 +193,7 @@

Object Hierarchy

    GEnum
     ╰── NMSettingTunMode
-    GObject
+    GObject
     ╰── NMSetting
         ╰── NMSettingTun
 
@@ -224,7 +224,7 @@ nm_setting_tun_new (voidNMSettingTun *setting);

Parameters

-
+
@@ -250,7 +250,7 @@ nm_setting_tun_get_mode (NMSettingTun *setting);

Parameters

-
+
@@ -276,7 +276,7 @@ nm_setting_tun_get_owner (NMSettingTun *setting);

Parameters

-
+
@@ -298,11 +298,11 @@ nm_setting_tun_get_group (

nm_setting_tun_get_pi ()

-
gboolean
+
gboolean
 nm_setting_tun_get_pi (NMSettingTun *setting);

Parameters

-
+
@@ -324,11 +324,11 @@ nm_setting_tun_get_pi (

nm_setting_tun_get_vnet_hdr ()

-
gboolean
+
gboolean
 nm_setting_tun_get_vnet_hdr (NMSettingTun *setting);

Parameters

-
+
@@ -350,11 +350,11 @@ nm_setting_tun_get_vnet_hdr (

nm_setting_tun_get_multi_queue ()

-
gboolean
+
gboolean
 nm_setting_tun_get_multi_queue (NMSettingTun *setting);

Parameters

-
+
@@ -423,7 +423,7 @@ nm_setting_tun_get_multi_queue (NMSettingTunMode values indicate the device type (TUN/TAP)

Members

-
+
@@ -465,8 +465,8 @@ nm_setting_tun_get_multi_queue (

Property Details

The “group” property

-
  “group”                    gchar *
-

The group ID which will own the device. If set to NULL everyone +

  “group”                    gchar *
+

The group ID which will own the device. If set to NULL everyone will be able to use the device.

Flags: Read / Write

Default value: NULL

@@ -475,7 +475,7 @@ will be able to use the device.


The “mode” property

-
  “mode”                     guint
+
  “mode”                     guint

The operating mode of the virtual device. Allowed values are NM_SETTING_TUN_MODE_TUN to create a layer 3 device and NM_SETTING_TUN_MODE_TAP to create an Ethernet-like layer 2 @@ -487,8 +487,8 @@ one.


The “multi-queue” property

-
  “multi-queue”              gboolean
-

If the property is set to TRUE, the interface will support +

  “multi-queue”              gboolean
+

If the property is set to TRUE, the interface will support multiple file descriptors (queues) to parallelize packet sending or receiving. Otherwise, the interface will only support a single queue.

@@ -499,8 +499,8 @@ support a single queue.


The “owner” property

-
  “owner”                    gchar *
-

The user ID which will own the device. If set to NULL everyone +

  “owner”                    gchar *
+

The user ID which will own the device. If set to NULL everyone will be able to use the device.

Flags: Read / Write

Default value: NULL

@@ -509,8 +509,8 @@ will be able to use the device.


The “pi” property

-
  “pi”                       gboolean
-

If TRUE the interface will prepend a 4 byte header describing the +

  “pi”                       gboolean
+

If TRUE the interface will prepend a 4 byte header describing the physical interface to the packets.

Flags: Read / Write

Default value: FALSE

@@ -519,8 +519,8 @@ physical interface to the packets.


The “vnet-hdr” property

-
  “vnet-hdr”                 gboolean
-

If TRUE the IFF_VNET_HDR the tunnel packets will include a virtio +

  “vnet-hdr”                 gboolean
+

If TRUE the IFF_VNET_HDR the tunnel packets will include a virtio network header.

Flags: Read / Write

Default value: FALSE

-- cgit 1.3.0-6-gf8a5