From 33491bc4279481db8ae47213e34a6d695a0e8830 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Jul 2014 02:16:10 +0200 Subject: Imported Upstream version 0.9.10.0 --- docs/libnm-util/html/NMSettingInfiniband.html | 576 ++++++++++++++------------ 1 file changed, 313 insertions(+), 263 deletions(-) (limited to 'docs/libnm-util/html/NMSettingInfiniband.html') diff --git a/docs/libnm-util/html/NMSettingInfiniband.html b/docs/libnm-util/html/NMSettingInfiniband.html index aa2612f8..dc3eb350 100644 --- a/docs/libnm-util/html/NMSettingInfiniband.html +++ b/docs/libnm-util/html/NMSettingInfiniband.html @@ -2,28 +2,34 @@ -libnm-util Reference Manual: NMSettingInfiniband +NMSettingInfiniband - + - + - - - - - - - + + + + + + + + + +
@@ -31,355 +37,399 @@

NMSettingInfiniband

NMSettingInfiniband — Describes connection properties for IP-over-InfiniBand networks

- +
+ +
+

Object Hierarchy

+
+  GEnum
+   +----NMSettingInfinibandError
+
+
+  GObject
+   +----NMSetting
+         +----NMSettingInfiniband
+
+
+
+

Properties

+
+  "mac-address"              GArray_guchar_*       : Read / Write
+  "mtu"                      guint                 : Read / Write / Construct
+  "p-key"                    gint                  : Read / Write / Construct
+  "parent"                   gchar*                : Read / Write / Construct
+  "transport-mode"           gchar*                : Read / Write / Construct
+
+
-

Functions

-
+

Description

+

+The NMSettingInfiniband object is a NMSetting subclass that describes properties +necessary for connection to IP-over-InfiniBand networks. +

+ +
+

Details

+
+

NM_SETTING_INFINIBAND_SETTING_NAME

+
#define NM_SETTING_INFINIBAND_SETTING_NAME "infiniband"
+
+

+

+
+
+
+

enum NMSettingInfinibandError

+
typedef enum {
+	NM_SETTING_INFINIBAND_ERROR_UNKNOWN = 0,      /*< nick=UnknownError >*/
+	NM_SETTING_INFINIBAND_ERROR_INVALID_PROPERTY, /*< nick=InvalidProperty >*/
+	NM_SETTING_INFINIBAND_ERROR_MISSING_PROPERTY  /*< nick=MissingProperty >*/
+} NMSettingInfinibandError;
+
+
--++ - - + - - + - - - - - - - - - - +
-GQuark - -nm_setting_infiniband_error_quark () +

NM_SETTING_INFINIBAND_ERROR_UNKNOWN

unknown or unclassified error
-NMSetting * - -nm_setting_infiniband_new () +

NM_SETTING_INFINIBAND_ERROR_INVALID_PROPERTY

the property was invalid
const GByteArray * - -nm_setting_infiniband_get_mac_address () -
-guint32 - -nm_setting_infiniband_get_mtu () -
const char * - -nm_setting_infiniband_get_transport_mode () +

NM_SETTING_INFINIBAND_ERROR_MISSING_PROPERTY

the property was missing and is +required
-
-

Properties

-
----- - - - - - - - - - - - - - - - - - -
-GArray_guchar_ *mac-addressRead / Write
guintmtuRead / Write / Construct
-gchar *transport-modeRead / Write / Construct
+
+
+

NM_SETTING_INFINIBAND_ERROR

+
#define NM_SETTING_INFINIBAND_ERROR nm_setting_infiniband_error_quark ()
+
+

+

-
-

Types and Values

-
+
+
+

nm_setting_infiniband_error_quark ()

+
GQuark              nm_setting_infiniband_error_quark   (void);
+

+Registers an error quark for NMSettingInfiniband if necessary. +

+
--++ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + +
#defineNM_SETTING_INFINIBAND_SETTING_NAME
enumNMSettingInfinibandError
#defineNM_SETTING_INFINIBAND_ERROR
#defineNM_SETTING_INFINIBAND_MAC_ADDRESS
#defineNM_SETTING_INFINIBAND_MTU
#defineNM_SETTING_INFINIBAND_TRANSPORT_MODE

Returns :

the error quark used for NMSettingInfiniband errors.
-
-

Object Hierarchy

-
    GEnum
-    ╰── NMSettingInfinibandError
-    GObject
-    ╰── NMSetting
-        ╰── NMSettingInfiniband
+
+
+

NM_SETTING_INFINIBAND_MAC_ADDRESS

+
#define NM_SETTING_INFINIBAND_MAC_ADDRESS    "mac-address"
 
+

+

-
-

Includes

-
#include <nm-setting-infiniband.h>
+
+
+

NM_SETTING_INFINIBAND_MTU

+
#define NM_SETTING_INFINIBAND_MTU            "mtu"
 
+

+

-
-

Description

-

The NMSettingInfiniband object is a NMSetting subclass that describes properties -necessary for connection to IP-over-InfiniBand networks.

+
+
+

NM_SETTING_INFINIBAND_TRANSPORT_MODE

+
#define NM_SETTING_INFINIBAND_TRANSPORT_MODE "transport-mode"
+
+

+

-
-

Functions

+
-

nm_setting_infiniband_error_quark ()

-
GQuark
-nm_setting_infiniband_error_quark (void);
-

Registers an error quark for NMSettingInfiniband if necessary.

-
-

Returns

-

the error quark used for NMSettingInfiniband errors.

-

+

NM_SETTING_INFINIBAND_P_KEY

+
#define NM_SETTING_INFINIBAND_P_KEY          "p-key"
+
+

+

+
+
+

NM_SETTING_INFINIBAND_PARENT

+
#define NM_SETTING_INFINIBAND_PARENT         "parent"
+
+

+


-

nm_setting_infiniband_new ()

-
NMSetting *
-nm_setting_infiniband_new (void);
-

Creates a new NMSettingInfiniband object with default values.

-
-

Returns

-

the new empty NMSettingInfiniband object.

-

[transfer full]

+

NMSettingInfiniband

+
typedef struct _NMSettingInfiniband NMSettingInfiniband;
+

+

+
+
+

NMSettingInfinibandClass

+
typedef struct {
+	NMSettingClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+} NMSettingInfinibandClass;
+
+

+


-

nm_setting_infiniband_get_mac_address ()

-
const GByteArray *
-nm_setting_infiniband_get_mac_address (NMSettingInfiniband *setting);
-
-

Parameters

-
+

nm_setting_infiniband_new ()

+
NMSetting *         nm_setting_infiniband_new           (void);
+

+Creates a new NMSettingInfiniband object with default values. +

+
---++ - - - + +

setting

the NMSettingInfiniband

 

Returns :

the new empty NMSettingInfiniband object. [transfer full] +
-
-

Returns

-

the “mac-address” property of the setting

-

-
-

-

nm_setting_infiniband_get_mtu ()

-
guint32
-nm_setting_infiniband_get_mtu (NMSettingInfiniband *setting);
-
-

Parameters

-
+

nm_setting_infiniband_get_mac_address ()

+
const GByteArray *  nm_setting_infiniband_get_mac_address
+                                                        (NMSettingInfiniband *setting);
+
---++ - - - - - + + + + + + + + + +

setting

the NMSettingInfiniband

 

setting :

the NMSettingInfiniband +

Returns :

the "mac-address" property of the setting
-
-

Returns

-

the “mtu” property of the setting

-

-
-

-

nm_setting_infiniband_get_transport_mode ()

-
const char *
-nm_setting_infiniband_get_transport_mode
-                               (NMSettingInfiniband *setting);
-

Returns the transport mode for this device. Either 'datagram' or -'connected'.

-
-

Parameters

-
+

nm_setting_infiniband_get_mtu ()

+
guint32             nm_setting_infiniband_get_mtu       (NMSettingInfiniband *setting);
+
---++ - - - - - + + + + + + + + + +

setting

the NMSettingInfiniband

 

setting :

the NMSettingInfiniband +

Returns :

the "mtu" property of the setting
-
-

Returns

-

the IPoIB transport mode

-

-
-
-
-
-

Types and Values

+
-

NM_SETTING_INFINIBAND_SETTING_NAME

-
#define NM_SETTING_INFINIBAND_SETTING_NAME "infiniband"
-
+

nm_setting_infiniband_get_transport_mode ()

+
const char *        nm_setting_infiniband_get_transport_mode
+                                                        (NMSettingInfiniband *setting);

+Returns the transport mode for this device. Either 'datagram' or +'connected'.

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

setting :

the NMSettingInfiniband +

Returns :

the IPoIB transport mode

-

enum NMSettingInfinibandError

-
-

Members

-
+

nm_setting_infiniband_get_p_key ()

+
int                 nm_setting_infiniband_get_p_key     (NMSettingInfiniband *setting);
+

+Returns the P_Key to use for this device. A value of -1 means to +use the default P_Key (aka "the P_Key at index 0"). Otherwise it is +a 16-bit unsigned integer. +

+
---++ - - + - - - - + + + +

NM_SETTING_INFINIBAND_ERROR_UNKNOWN

-

unknown or unclassified error

+

setting :

the NMSettingInfiniband  

NM_SETTING_INFINIBAND_ERROR_INVALID_PROPERTY

-

the property was invalid

-
 

Returns :

the IPoIB P_Key
+
+
+
+

nm_setting_infiniband_get_parent ()

+
const char *        nm_setting_infiniband_get_parent    (NMSettingInfiniband *setting);
+

+Returns the parent interface name for this device, if set. +

+
++++ + - - + - + + + +

NM_SETTING_INFINIBAND_ERROR_MISSING_PROPERTY

-

the property was missing and is -required

+

setting :

the NMSettingInfiniband  

Returns :

the parent interface name
-
+
+

Property Details

-

NM_SETTING_INFINIBAND_ERROR

-
#define NM_SETTING_INFINIBAND_ERROR nm_setting_infiniband_error_quark ()
-
+

The "mac-address" property

+
  "mac-address"              GArray_guchar_*       : Read / Write

+If specified, this connection will only apply to the IPoIB device whose +permanent MAC address matches. This property does not change the MAC +address of the device (i.e. MAC spoofing).


-

NM_SETTING_INFINIBAND_MAC_ADDRESS

-
#define NM_SETTING_INFINIBAND_MAC_ADDRESS    "mac-address"
-
+

The "mtu" property

+
  "mtu"                      guint                 : Read / Write / Construct

+If non-zero, only transmit packets of the specified size or smaller, +breaking larger packets up into multiple frames.

+

Default value: 0


-

NM_SETTING_INFINIBAND_MTU

-
#define NM_SETTING_INFINIBAND_MTU            "mtu"
-
+

The "p-key" property

+
  "p-key"                    gint                  : Read / Write / Construct

+The InfiniBand P_Key to use for this device. A value of -1 means to use +the default P_Key (aka "the P_Key at index 0"). Otherwise it is a 16-bit +unsigned integer, whose high bit is set if it is a "full membership" +P_Key.

+

Allowed values: [-1,65535]

+

Default value: -1


-

NM_SETTING_INFINIBAND_TRANSPORT_MODE

-
#define NM_SETTING_INFINIBAND_TRANSPORT_MODE "transport-mode"
-
+

The "parent" property

+
  "parent"                   gchar*                : Read / Write / Construct

+The interface name of the parent device of this device. Normally NULL, +but if the "p_key" property is set, then you must +specify the base device by setting either this property or +"mac-address".

-
-
-
-

Property Details

-
-

The “mac-address” property

-
  “mac-address”              GArray_guchar_ *
-

If specified, this connection will only apply to the IPoIB device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing).

-

Flags: Read / Write

-
-
-
-

The “mtu” property

-
  “mtu”                      guint
-

If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames.

-

Flags: Read / Write / Construct

-

Default value: 0

+

Default value: NULL


-

The “transport-mode” property

-
  “transport-mode”           gchar *
-

The IPoIB transport mode. Either 'datagram' or 'connected'.

-

Flags: Read / Write / Construct

+

The "transport-mode" property

+
  "transport-mode"           gchar*                : Read / Write / Construct
+

+The IP-over-InfiniBand transport mode. Either "datagram" or +"connected". +

Default value: NULL

+ Generated by GTK-Doc V1.19
\ No newline at end of file -- cgit 1.3.0-6-gf8a5