From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2015 19:38:58 +0200 Subject: Imported Upstream version 1.0.4 --- docs/libnm/html/NMSettingWired.html | 96 +++++++++++++++---------------------- 1 file changed, 39 insertions(+), 57 deletions(-) (limited to 'docs/libnm/html/NMSettingWired.html') diff --git a/docs/libnm/html/NMSettingWired.html b/docs/libnm/html/NMSettingWired.html index a65d2e22..6255f6c8 100644 --- a/docs/libnm/html/NMSettingWired.html +++ b/docs/libnm/html/NMSettingWired.html @@ -2,13 +2,13 @@ -libnm Reference Manual: NMSettingWired +NMSettingWired: libnm Reference Manual - + @@ -398,7 +398,6 @@ nm_setting_wired_get_port (

Returns

the “port” property of the setting

-


@@ -424,7 +423,6 @@ nm_setting_wired_get_speed (

Returns

the “speed” property of the setting

-


@@ -450,7 +448,6 @@ nm_setting_wired_get_duplex (

Returns

the “duplex” property of the setting

-


@@ -476,7 +473,6 @@ nm_setting_wired_get_auto_negotiate (

Returns

the “auto-negotiate” property of the setting

-


@@ -502,7 +498,6 @@ nm_setting_wired_get_mac_address (

Returns

the “mac-address” property of the setting

-


@@ -529,7 +524,6 @@ nm_setting_wired_get_cloned_mac_address

Returns

the “cloned-mac-address” property of the setting

-


@@ -556,7 +550,6 @@ nm_setting_wired_get_mac_address_blacklist

Returns

the “mac-address-blacklist” property of the setting

-


@@ -583,7 +576,6 @@ nm_setting_wired_get_num_mac_blacklist_items

Returns

the number of blacklisted MAC addresses

-


@@ -620,7 +612,6 @@ nm_setting_wired_get_mac_blacklist_item

the blacklisted MAC address string (hex-digits-and-colons notation) at index idx

-


@@ -657,7 +648,6 @@ nm_setting_wired_add_mac_blacklist_item

Returns

TRUE if the MAC address was added; FALSE if the MAC address is invalid or was already present

-


@@ -727,7 +717,6 @@ the blacklist

Returns

TRUE if the MAC address was found and removed; FALSE if it was not.

-


@@ -776,7 +765,6 @@ nm_setting_wired_get_mtu (

Returns

the “mtu” property of the setting

-


@@ -834,7 +822,6 @@ of 'qeth', 'lcs', or 'ctc'.

Returns

the s390 device type

-


@@ -863,7 +850,6 @@ option individually using

Returns

the number of s390-specific device options

-


@@ -920,7 +906,6 @@ modified.

TRUE on success if the index was valid and an option was found, FALSE if the index was invalid (ie, greater than the number of options currently held by the setting)

-


@@ -959,7 +944,6 @@ nm_setting_wired_get_s390_option_by_key

Returns

the value, or NULL if the key/value pair was never added to the setting; the value is owned by the setting and must not be modified

-


@@ -1004,7 +988,6 @@ may already exist.

Returns

TRUE if the option was valid and was added to the internal option list, FALSE if it was not.

-


@@ -1042,7 +1025,6 @@ list.

Returns

TRUE if the option was found and removed from the internal option list, FALSE if it was not.

-


@@ -1080,96 +1062,72 @@ nm_setting_wired_get_valid_s390_options

NM_SETTING_WIRED_SETTING_NAME

#define NM_SETTING_WIRED_SETTING_NAME "802-3-ethernet"
 
-

-


NM_SETTING_WIRED_PORT

#define NM_SETTING_WIRED_PORT "port"
 
-

-


NM_SETTING_WIRED_SPEED

#define NM_SETTING_WIRED_SPEED "speed"
 
-

-


NM_SETTING_WIRED_DUPLEX

#define NM_SETTING_WIRED_DUPLEX "duplex"
 
-

-


NM_SETTING_WIRED_AUTO_NEGOTIATE

#define NM_SETTING_WIRED_AUTO_NEGOTIATE "auto-negotiate"
 
-

-


NM_SETTING_WIRED_MAC_ADDRESS

#define NM_SETTING_WIRED_MAC_ADDRESS "mac-address"
 
-

-


NM_SETTING_WIRED_CLONED_MAC_ADDRESS

#define NM_SETTING_WIRED_CLONED_MAC_ADDRESS "cloned-mac-address"
 
-

-


NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST

#define NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST "mac-address-blacklist"
 
-

-


NM_SETTING_WIRED_MTU

#define NM_SETTING_WIRED_MTU "mtu"
 
-

-


NM_SETTING_WIRED_S390_SUBCHANNELS

#define NM_SETTING_WIRED_S390_SUBCHANNELS "s390-subchannels"
 
-

-


NM_SETTING_WIRED_S390_NETTYPE

#define NM_SETTING_WIRED_S390_NETTYPE "s390-nettype"
 
-

-


NM_SETTING_WIRED_S390_OPTIONS

#define NM_SETTING_WIRED_S390_OPTIONS "s390-options"
 
-

-

@@ -1177,7 +1135,9 @@ nm_setting_wired_get_valid_s390_options

The “auto-negotiate” property

  “auto-negotiate”           gboolean
-

+

If TRUE, allow auto-negotiation of port speed and duplex mode. If +FALSE, do not allow auto-negotiation, in which case the "speed" and +"duplex" properties should be set.

Flags: Read / Write / Construct

Default value: TRUE

@@ -1185,7 +1145,8 @@ nm_setting_wired_get_valid_s390_options

The “cloned-mac-address” property

  “cloned-mac-address”       gchar *
-

+

If specified, request that the device use this MAC address instead of its +permanent MAC address. This is known as MAC cloning or spoofing.

Flags: Read / Write

Default value: NULL

@@ -1193,7 +1154,8 @@ nm_setting_wired_get_valid_s390_options

The “duplex” property

  “duplex”                   gchar *
-

+

If specified, request that the device only use the specified duplex mode. +Either "half" or "full".

Flags: Read / Write

Default value: NULL

@@ -1201,7 +1163,9 @@ nm_setting_wired_get_valid_s390_options

The “mac-address” property

  “mac-address”              gchar *
-

+

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

Flags: Read / Write

Default value: NULL

@@ -1209,14 +1173,18 @@ nm_setting_wired_get_valid_s390_options

The “mac-address-blacklist” property

  “mac-address-blacklist”    GStrv
-

+

If specified, this connection will never apply to the Ethernet device +whose permanent MAC address matches an address in the list. Each MAC +address is in the standard hex-digits-and-colons notation +(00:11:22:33:44:55).

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 Ethernet frames.

Flags: Read / Write / Construct

Default value: 0

@@ -1224,7 +1192,10 @@ nm_setting_wired_get_valid_s390_options

The “port” property

  “port”                     gchar *
-

+

Specific port type to use if multiple the device supports multiple +attachment methods. One of "tp" (Twisted Pair), "aui" (Attachment Unit +Interface), "bnc" (Thin Ethernet) or "mii" (Media Independent Interface. +If the device supports only one port type, this setting is ignored.

Flags: Read / Write

Default value: NULL

@@ -1232,7 +1203,8 @@ nm_setting_wired_get_valid_s390_options

The “s390-nettype” property

  “s390-nettype”             gchar *
-

+

s390 network device type; one of "qeth", "lcs", or "ctc", representing +the different types of virtual network devices available on s390 systems.

Flags: Read / Write

Default value: NULL

@@ -1240,28 +1212,38 @@ nm_setting_wired_get_valid_s390_options

The “s390-options” property

  “s390-options”             GHashTable *
-

+

Dictionary of key/value pairs of s390-specific device options. Both keys +and values must be strings. Allowed keys include "portno", "layer2", +"portname", "protocol", among others. Key names must contain only +alphanumeric characters (ie, [a-zA-Z0-9]).

+

Type: GHashTable(utf8,utf8)

Flags: Read / Write


The “s390-subchannels” property

  “s390-subchannels”         GStrv
-

+

Identifies specific subchannels that this network device uses for +communication with z/VM or s390 host. Like the +“mac-address” property for non-z/VM devices, this property +can be used to ensure this connection only applies to the network device +that uses these subchannels. The list should contain exactly 3 strings, +and each string may only be composed of hexadecimal characters and the +period (.) character.

Flags: Read / Write


The “speed” property

  “speed”                    guint
-

+

If non-zero, request that the device use only the specified speed. In +Mbit/s, ie 100 == 100Mbit/s.

Flags: Read / Write / Construct

Default value: 0

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