NMDeviceIPTunnel

NMDeviceIPTunnel

Functions

Properties

guchar encapsulation-limit Read
guint flags Read
guint flow-label Read
char * input-key Read
char * local Read
guint mode Read
char * output-key Read
NMDevice * parent Read
gboolean path-mtu-discovery Read
char * remote Read
guchar tos Read
guchar ttl Read

Types and Values

Object Hierarchy

    GObject
    ╰── NMObject
        ╰── NMDevice
            ╰── NMDeviceIPTunnel

Description

Functions

nm_device_ip_tunnel_get_parent ()

NMDevice *
nm_device_ip_tunnel_get_parent (NMDeviceIPTunnel *device);

nm_device_ip_tunnel_get_mode ()

NMIPTunnelMode
nm_device_ip_tunnel_get_mode (NMDeviceIPTunnel *device);

nm_device_ip_tunnel_get_local ()

const char *
nm_device_ip_tunnel_get_local (NMDeviceIPTunnel *device);

nm_device_ip_tunnel_get_remote ()

const char *
nm_device_ip_tunnel_get_remote (NMDeviceIPTunnel *device);

nm_device_ip_tunnel_get_ttl ()

guint8
nm_device_ip_tunnel_get_ttl (NMDeviceIPTunnel *device);

nm_device_ip_tunnel_get_tos ()

guint8
nm_device_ip_tunnel_get_tos (NMDeviceIPTunnel *device);

nm_device_ip_tunnel_get_path_mtu_discovery ()

gboolean
nm_device_ip_tunnel_get_path_mtu_discovery
                               (NMDeviceIPTunnel *device);

nm_device_ip_tunnel_get_input_key ()

const char *
nm_device_ip_tunnel_get_input_key (NMDeviceIPTunnel *device);

nm_device_ip_tunnel_get_output_key ()

const char *
nm_device_ip_tunnel_get_output_key (NMDeviceIPTunnel *device);

nm_device_ip_tunnel_get_encapsulation_limit ()

guint8
nm_device_ip_tunnel_get_encapsulation_limit
                               (NMDeviceIPTunnel *device);

nm_device_ip_tunnel_get_flow_label ()

guint
nm_device_ip_tunnel_get_flow_label (NMDeviceIPTunnel *device);

nm_device_ip_tunnel_get_flags ()

NMIPTunnelFlags
nm_device_ip_tunnel_get_flags (NMDeviceIPTunnel *device);

Types and Values

NM_DEVICE_IP_TUNNEL_MODE

#define NM_DEVICE_IP_TUNNEL_MODE                "mode"

NM_DEVICE_IP_TUNNEL_PARENT

#define NM_DEVICE_IP_TUNNEL_PARENT              "parent"

NM_DEVICE_IP_TUNNEL_LOCAL

#define NM_DEVICE_IP_TUNNEL_LOCAL               "local"

NM_DEVICE_IP_TUNNEL_REMOTE

#define NM_DEVICE_IP_TUNNEL_REMOTE              "remote"

NM_DEVICE_IP_TUNNEL_TTL

#define NM_DEVICE_IP_TUNNEL_TTL                 "ttl"

NM_DEVICE_IP_TUNNEL_TOS

#define NM_DEVICE_IP_TUNNEL_TOS                 "tos"

NM_DEVICE_IP_TUNNEL_PATH_MTU_DISCOVERY

#define NM_DEVICE_IP_TUNNEL_PATH_MTU_DISCOVERY  "path-mtu-discovery"

NM_DEVICE_IP_TUNNEL_INPUT_KEY

#define NM_DEVICE_IP_TUNNEL_INPUT_KEY           "input-key"

NM_DEVICE_IP_TUNNEL_OUTPUT_KEY

#define NM_DEVICE_IP_TUNNEL_OUTPUT_KEY          "output-key"

NM_DEVICE_IP_TUNNEL_ENCAPSULATION_LIMIT

#define NM_DEVICE_IP_TUNNEL_ENCAPSULATION_LIMIT "encapsulation-limit"

NM_DEVICE_IP_TUNNEL_FLOW_LABEL

#define NM_DEVICE_IP_TUNNEL_FLOW_LABEL          "flow-label"

NM_DEVICE_IP_TUNNEL_FLAGS

#define NM_DEVICE_IP_TUNNEL_FLAGS               "flags"

NMDeviceIPTunnel

typedef struct _NMDeviceIPTunnel NMDeviceIPTunnel;

Since: 1.2

Property Details

The “encapsulation-limit” property

  “encapsulation-limit”      guchar

Owner: NMDeviceIPTunnel

Flags: Read

Default value: 0


The “flags” property

  “flags”                    guint

Owner: NMDeviceIPTunnel

Flags: Read

Default value: 0


The “flow-label” property

  “flow-label”               guint

Owner: NMDeviceIPTunnel

Flags: Read

Allowed values: <= 1048575

Default value: 0


The “input-key” property

  “input-key”                char *

Owner: NMDeviceIPTunnel

Flags: Read

Default value: NULL


The “local” property

  “local”                    char *

Owner: NMDeviceIPTunnel

Flags: Read

Default value: NULL


The “mode” property

  “mode”                     guint

Owner: NMDeviceIPTunnel

Flags: Read

Default value: 0


The “output-key” property

  “output-key”               char *

Owner: NMDeviceIPTunnel

Flags: Read

Default value: NULL


The “parent” property

  “parent”                   NMDevice *

Owner: NMDeviceIPTunnel

Flags: Read


The “path-mtu-discovery” property

  “path-mtu-discovery”       gboolean

Owner: NMDeviceIPTunnel

Flags: Read

Default value: FALSE


The “remote” property

  “remote”                   char *

Owner: NMDeviceIPTunnel

Flags: Read

Default value: NULL


The “tos” property

  “tos”                      guchar

Owner: NMDeviceIPTunnel

Flags: Read

Default value: 0


The “ttl” property

  “ttl”                      guchar

Owner: NMDeviceIPTunnel

Flags: Read

Default value: 0