From 05e4a733f2141995181a551854d5df929f084adf Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 9 Aug 2023 21:55:35 +0200 Subject: New upstream version 1.44.0 --- docs/libnm/html/NMActiveConnection.html | 13 +- docs/libnm/html/NMClient.html | 66 +- docs/libnm/html/NMConnection.html | 30 +- docs/libnm/html/NMDevice.html | 15 +- docs/libnm/html/NMDeviceWifiP2P.html | 2 +- docs/libnm/html/NMRemoteConnection.html | 65 +- docs/libnm/html/NMSetting.html | 35 +- docs/libnm/html/NMSetting8021x.html | 6 +- docs/libnm/html/NMSettingBond.html | 36 +- docs/libnm/html/NMSettingBondPort.html | 2 +- docs/libnm/html/NMSettingConnection.html | 8 +- docs/libnm/html/NMSettingEthtool.html | 8 +- docs/libnm/html/NMSettingGsm.html | 113 +- docs/libnm/html/NMSettingIP6Config.html | 51 +- docs/libnm/html/NMSettingIPConfig.html | 54 +- docs/libnm/html/NMSettingLink.html | 287 ++ docs/libnm/html/NMSettingLoopback.html | 4 +- docs/libnm/html/NMSettingMatch.html | 8 +- docs/libnm/html/NMSettingOvsExternalIDs.html | 6 +- docs/libnm/html/NMSettingOvsOtherConfig.html | 2 +- docs/libnm/html/NMSettingSriov.html | 10 +- docs/libnm/html/NMSettingTCConfig.html | 4 +- docs/libnm/html/NMSettingTeam.html | 12 +- docs/libnm/html/NMSettingUser.html | 6 +- docs/libnm/html/NMSettingVlan.html | 4 +- docs/libnm/html/NMSettingVpn.html | 12 +- docs/libnm/html/NMSettingWireGuard.html | 20 +- docs/libnm/html/NMSettingWired.html | 17 +- docs/libnm/html/NMSettingWireless.html | 8 + docs/libnm/html/NMVpnEditorPlugin.html | 2 +- docs/libnm/html/NMVpnPluginInfo.html | 8 +- docs/libnm/html/annotation-glossary.html | 2 - docs/libnm/html/api-index-full.html | 4860 +++++++++++++------------- docs/libnm/html/ch03.html | 3 + docs/libnm/html/index.html | 5 +- docs/libnm/html/libnm-nm-dbus-interface.html | 4 +- docs/libnm/html/libnm-nm-errors.html | 18 + docs/libnm/html/libnm-nm-keyfile.html | 35 +- docs/libnm/html/libnm-nm-utils.html | 53 +- docs/libnm/html/libnm-nm-version-macros.html | 20 +- docs/libnm/html/libnm-nm-version.html | 24 +- docs/libnm/html/libnm.devhelp2 | 60 +- docs/libnm/html/object-tree.html | 1 + docs/libnm/html/usage.html | 2 +- 44 files changed, 3363 insertions(+), 2638 deletions(-) create mode 100644 docs/libnm/html/NMSettingLink.html (limited to 'docs/libnm/html') diff --git a/docs/libnm/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html index 2bbb36e2..ae71af7e 100644 --- a/docs/libnm/html/NMActiveConnection.html +++ b/docs/libnm/html/NMActiveConnection.html @@ -659,8 +659,11 @@ nm_active_connection_get_state_reason (

nm_active_connection_get_master ()

struct _NMDevice *
 nm_active_connection_get_master (NMActiveConnection *connection);
+
+

nm_active_connection_get_master has been deprecated since version 1.44 and should not be used in newly-written code.

+

Use nm_active_connection_get_controller() instead.

+

Gets the master NMDevice of the connection.

-

This is replaced by nm_active_connection_get_controller() since 1.44 and 1.42.2.

Parameters

@@ -709,7 +712,7 @@ deprecated NMDevice of the NMActiveConnection.

[transfer none]

-

Since: 1.44, 1.42.2

+

Since: 1.44


@@ -1034,7 +1037,7 @@ nm_active_connection_get_vpn (

Owner: NMActiveConnection

Flags: Read

-

Since: 1.44, 1.42.2

+

Since: 1.44


@@ -1108,8 +1111,8 @@ nm_active_connection_get_vpn (

The “master” property

  “master”                   NMDevice *
-

The master device if one exists. Replaced by the "controller" property -since 1.44 and 1.42.2.

+

The master device if one exists. Replaced by the "controller" property.

+

NMActiveConnection:master has been deprecated since version 1.44 and should not be used in newly-written code.

Owner: NMActiveConnection

Flags: Read

diff --git a/docs/libnm/html/NMClient.html b/docs/libnm/html/NMClient.html index 08737204..ea71511a 100644 --- a/docs/libnm/html/NMClient.html +++ b/docs/libnm/html/NMClient.html @@ -2102,7 +2102,7 @@ nm_client_get_capabilities (

length

- +

the number of returned capabilities.

[out][allow-none][out][optional]
@@ -2156,8 +2156,8 @@ all controlled interfaces are available for activation.

error

-

return location for a GError, or NULL.

-[allow-none] +

return location for a GError, or NULL

@@ -2621,18 +2621,18 @@ and domains.

level

return location for logging level string.

-[allow-none] +[out][optional][nullable]

domains

return location for log domains string. The string is a list of domains separated by ",".

-[allow-none] +[out][optional][nullable]

error

-

return location for a GError, or NULL.

-[allow-none] +

return location for a GError, or NULL

+  @@ -2673,18 +2673,18 @@ nm_client_set_logging (

level

logging level to set (NULL or an empty string for no change).

-[allow-none] +[nullable]

domains

logging domains to set. The string should be a list of log domains separated by ",". (NULL or an empty string for no change).

-[allow-none] +[nullable]

error

-

return location for a GError, or NULL.

-[allow-none] +

return location for a GError, or NULL

+  @@ -2957,7 +2957,7 @@ or cleared.

hostname

the new persistent hostname to set, or NULL to clear any existing persistent hostname.

-[allow-none] +[nullable]

cancellable

@@ -3006,7 +3006,7 @@ or cleared.

hostname

the new persistent hostname to set, or NULL to clear any existing persistent hostname.

-[allow-none] +[nullable]

cancellable

@@ -3350,12 +3350,12 @@ track the activation to its completion.

connection

an NMConnection.

-[allow-none] +[nullable]

device

the NMDevice.

-[allow-none] +[nullable]

specific_object

@@ -3367,7 +3367,7 @@ path of a nm_object_get_path(), and which will be used to complete the details of the newly added connection.

-[allow-none] +[nullable]

cancellable

@@ -3474,12 +3474,12 @@ partially filled (or even device
and specific_object before being added.

-[allow-none] +[nullable]

device

the NMDevice.

-[allow-none] +[nullable]

specific_object

@@ -3492,7 +3492,7 @@ path of a nm_object_get_path(), and which will be used to complete the details of the newly added connection. If the variant is floating, it will be consumed.

-[allow-none] +[nullable]

cancellable

@@ -3616,12 +3616,12 @@ partially filled (or even device
and specific_object before being added.

-[allow-none] +[nullable]

device

the NMDevice.

-[allow-none] +[nullable]

specific_object

@@ -3633,7 +3633,7 @@ path of a nm_object_get_path(), and which will be used to complete the details of the newly added connection.

-[allow-none] +[nullable]

options

@@ -3702,7 +3702,7 @@ nm_client_add_and_activate_connection2_finish

the output result of type "a{sv}" returned by D-Bus' AddAndActivate2 call. Currently, no output is implemented yet.

-[allow-none][transfer full][out] +[out][optional][nullable][transfer full] @@ -4159,7 +4159,7 @@ nm_client_add_connection2 (

args

the "a{sv}" GVariant with extra argument or NULL for no extra arguments.

-[allow-none] +[nullable]

ignore_out_result

@@ -4222,16 +4222,16 @@ nm_client_add_connection2_finish (

out_result

-

the output GVariant -from AddConnection2(). +

the output +GVariant from AddConnection2(). If you care about the output result, then the "ignore_out_result" parameter of nm_client_add_connection2() must not be set to TRUE.

-[allow-none][transfer full][out] +[out][optional][nullable][transfer full]

error

-

the error argument.

-[allow-none] +

the error argument.

+  @@ -5641,15 +5641,15 @@ may instead only iterate the latter.

cancellable

-

the GCancellable to abort the shutdown.

-[allow-none] +

the GCancellable to abort the shutdown.

callback

a GAsyncReadyCallback to call when the request is satisfied or NULL if you don't care about the result of the -method invocation.

-[nullable] +method invocation.

user_data

diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html index 7cba2906..cdd050db 100644 --- a/docs/libnm/html/NMConnection.html +++ b/docs/libnm/html/NMConnection.html @@ -1000,11 +1000,11 @@ No values are returned, only key names.

out_settings

-

if the -connections differ, on return a hash table mapping setting names to -second-level GHashTable (utf8 to guint32), which contains the key names that -differ mapped to one or more of NMSettingDiffResult as a bitfield.

-[element-type utf8 GLib.HashTable] +

if the connections differ, on return a hash table +mapping setting names to second-level GHashTable (utf8 to guint32), which +contains the key names that differ mapped to one or more of +NMSettingDiffResult as a bitfield.

+[out][element-type utf8 GLib.HashTable(utf8,uint32)][optional][nullable] @@ -1129,12 +1129,12 @@ normalization parameters to allow customization of the normalization by providin specific arguments. Unknown arguments will be ignored and the default will be used. The keys must be strings compared with g_str_equal() function. The values are opaque and depend on the parameter name.

-[allow-none][element-type utf8 gpointer] +[nullable][element-type utf8 gpointer]

modified

outputs whether any settings were modified.

-[out][allow-none] +[out][optional]

error

@@ -1182,15 +1182,16 @@ return points to an allocated NMSetting which may be required; the caller owns the array and must free the array itself with g_ptr_array_free(), but not free its elements.

-[out][element-type utf8][allow-none][transfer container] +[out][element-type utf8][nullable][transfer container]

Returns

-

the setting name of the NMSetting object which has invalid or -missing secrets

+

the setting name of the NMSetting object which has +invalid or missing secrets.

+

[nullable]


@@ -1244,7 +1245,7 @@ nm_connection_clear_secrets_with_flags

func

function to be called to determine whether a specific secret should be cleared or not. If NULL, all secrets are cleared.

-[scope call][allow-none] +[scope call][nullable]

user_data

@@ -1505,7 +1506,7 @@ nm_connection_get_settings (

out_length

the length of the returned array.

-[allow-none][out] +[out][optional] @@ -1513,11 +1514,10 @@ nm_connection_get_settings (

Returns

a -NULL-terminated array containing every setting of -connection +NULL-terminated array containing every setting of connection . If the connection has no settings, NULL is returned.

-

[array length=out_length][transfer container]

+

[array length=out_length][transfer container][nullable]

Since: 1.10

diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html index 1065c706..7656f9b2 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -2070,7 +2070,7 @@ made since it was last applied.

connection

the NMConnection to replace the applied settings with or NULL to reuse existing.

-[allow-none] +[nullable]

version_id

@@ -2135,7 +2135,7 @@ currently active connection made since it was last applied.

connection

the NMConnection to replace the applied settings with or NULL to reuse existing.

-[allow-none] +[nullable]

version_id

@@ -2250,7 +2250,7 @@ nm_device_get_applied_connection (

version_id

returns the current version id of the applied connection.

-[out][allow-none] +[out][optional]

cancellable

@@ -2359,7 +2359,7 @@ nm_device_get_applied_connection_finish

version_id

the current version id of the applied connection.

-[out][allow-none] +[out][optional]

error

@@ -2987,8 +2987,9 @@ nm_lldp_neighbor_get_attr_string_value

out_value

-

on return, the attribute value.

-[out][allow-none][transfer none] +

on return, the +attribute value.

+[out][optional][nullable][transfer none] @@ -3032,7 +3033,7 @@ nm_lldp_neighbor_get_attr_uint_value (

out_value

on return, the attribute value.

-[out][allow-none] +[out][optional] diff --git a/docs/libnm/html/NMDeviceWifiP2P.html b/docs/libnm/html/NMDeviceWifiP2P.html index 92131c40..18eb7fb7 100644 --- a/docs/libnm/html/NMDeviceWifiP2P.html +++ b/docs/libnm/html/NMDeviceWifiP2P.html @@ -307,7 +307,7 @@ using nm_device_p2p_wifi_stop_find().

options

optional options passed to StartFind.

-[allow-none] +[nullable]

cancellable

diff --git a/docs/libnm/html/NMRemoteConnection.html b/docs/libnm/html/NMRemoteConnection.html index feae6e7b..9469e72d 100644 --- a/docs/libnm/html/NMRemoteConnection.html +++ b/docs/libnm/html/NMRemoteConnection.html @@ -185,6 +185,14 @@
nm_remote_connection_get_visible () + + +guint64 + + +nm_remote_connection_get_version_id () + + @@ -214,6 +222,11 @@ Read +guint64 +version-id +Read + + gboolean visible Read @@ -251,6 +264,10 @@ #define +NM_REMOTE_CONNECTION_VERSION_ID + + +#define NM_REMOTE_CONNECTION_VISIBLE @@ -308,7 +325,7 @@ nm_remote_connection_update2 (

settings

optional connection to update the settings.

-[allow-none] +[nullable]

flags

@@ -318,7 +335,7 @@ nm_remote_connection_update2 (

args

optional arguments.

-[allow-none] +[nullable]

cancellable

@@ -1058,6 +1075,33 @@ reference to it.)

user,
FALSE if not.

+
+
+

nm_remote_connection_get_version_id ()

+
guint64
+nm_remote_connection_get_version_id (NMRemoteConnection *connection);
+
+

Parameters

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

connection

the NMRemoteConnection

 
+
+
+

Returns

+

the version-id of the profile. This ID is incremented +whenever the profile is modified.

+
+

Since: 1.44

+

Types and Values

@@ -1092,6 +1136,12 @@ user, +

NM_REMOTE_CONNECTION_VERSION_ID

+
#define NM_REMOTE_CONNECTION_VERSION_ID      "version-id"
+
+
+
+

NM_REMOTE_CONNECTION_VISIBLE

#define NM_REMOTE_CONNECTION_VISIBLE         "visible"
 
@@ -1137,6 +1187,17 @@ to disk, +

The “version-id” property

+
  “version-id”               guint64
+

The version ID of the profile that is incremented when the profile gets modified. +This can be used to track concurrent modifications of the profile.

+

Owner: NMRemoteConnection

+

Flags: Read

+

Default value: 0

+

Since: 1.44

+
+
+

The “visible” property

  “visible”                  gboolean

TRUE if the remote connection is visible to the current user, FALSE if diff --git a/docs/libnm/html/NMSetting.html b/docs/libnm/html/NMSetting.html index 658d633f..a921dc81 100644 --- a/docs/libnm/html/NMSetting.html +++ b/docs/libnm/html/NMSetting.html @@ -58,14 +58,6 @@ -gboolean - - -(*_NMConnectionForEachSecretFunc) () - - - - GType @@ -440,13 +432,6 @@ of properties and allowed values.


-

_NMConnectionForEachSecretFunc ()

-
gboolean
-(*_NMConnectionForEachSecretFunc) (NMSettingSecretFlags flags,
-                                   gpointer user_data);
-
-
-

nm_setting_lookup_type ()

GType
 nm_setting_lookup_type (const char *name);
@@ -560,7 +545,7 @@ failed validation, and in what way that property failed validation.

came from, or NULL if setting is being verified in isolation.

-[allow-none] +[nullable]

error

@@ -607,7 +592,7 @@ in some cases connection failure is not desired just for the secrets.

came from, or NULL if setting is being verified in isolation.

-[allow-none] +[nullable]

error

@@ -958,7 +943,7 @@ nm_setting_option_get_boolean (

out_value

the optional output value. If the option is unset, FALSE will be returned.

-[allow-none][out] +[out][nullable]
@@ -1000,7 +985,7 @@ nm_setting_option_get_uint32 (

out_value

the optional output value. If the option is unset, 0 will be returned.

-[allow-none][out] +[out][nullable] @@ -1050,7 +1035,7 @@ Currently, only

variant

the variant to set.

-[allow-none] +[nullable] @@ -1145,7 +1130,7 @@ nm_setting_option_get_all_names (

out_len

.

-[allow-none][out] +[out][optional] @@ -1155,7 +1140,7 @@ nm_setting_option_get_all_names (
A NULL terminated array of key names. If no names are present, this returns NULL. The returned array and the names are owned by NMSetting and might be invalidated by the next operation.

-

[array length=out_len zero-terminated=1][transfer none]

+

[array length=out_len zero-terminated=1][transfer none][nullable]

Since: 1.26

@@ -1185,7 +1170,7 @@ nm_setting_option_clear_by_name (TRUE for an option name, the option gets removed. If NULL, all options will be removed.

-[allow-none][scope call] +[nullable][scope call] @@ -1457,8 +1442,8 @@ instance.

error

-

location to store the error on failure.

-[out][allow-none] +

location to store the error on failure

+  diff --git a/docs/libnm/html/NMSetting8021x.html b/docs/libnm/html/NMSetting8021x.html index 8c881f55..e285bbfd 100644 --- a/docs/libnm/html/NMSetting8021x.html +++ b/docs/libnm/html/NMSetting8021x.html @@ -1011,7 +1011,7 @@ the blob must be not UNKNOWN (or NULL).

pdata

the data pointer.

-[allow-none] +[nullable]

length

@@ -1020,8 +1020,8 @@ the blob must be not UNKNOWN (or NULL).

error

-

validation reason.

-[allow-none][out] +

validation reason

+  diff --git a/docs/libnm/html/NMSettingBond.html b/docs/libnm/html/NMSettingBond.html index 194bf4f7..acc1aa7b 100644 --- a/docs/libnm/html/NMSettingBond.html +++ b/docs/libnm/html/NMSettingBond.html @@ -250,6 +250,18 @@ #define NM_SETTING_BOND_OPTION_PEER_NOTIF_DELAY + +#define +NM_SETTING_BOND_OPTION_ARP_MISSED_MAX + + +#define +NM_SETTING_BOND_OPTION_LACP_ACTIVE + + +#define +NM_SETTING_BOND_OPTION_NS_IP6_TARGET + @@ -508,7 +520,7 @@ the name

value

the value of the option to validate.

-[allow-none] +[nullable] @@ -540,14 +552,14 @@ nm_setting_bond_get_valid_options (

setting

the NMSettingBond.

-[allow-none] +[nullable]

Returns

a NULL-terminated array of strings of valid bond options.

-

[transfer none]

+

[transfer none][nullable]


@@ -808,6 +820,24 @@ to the connection.

#define NM_SETTING_BOND_OPTION_PEER_NOTIF_DELAY  "peer_notif_delay"
 
+
+
+

NM_SETTING_BOND_OPTION_ARP_MISSED_MAX

+
#define NM_SETTING_BOND_OPTION_ARP_MISSED_MAX    "arp_missed_max"
+
+
+
+
+

NM_SETTING_BOND_OPTION_LACP_ACTIVE

+
#define NM_SETTING_BOND_OPTION_LACP_ACTIVE       "lacp_active"
+
+
+
+
+

NM_SETTING_BOND_OPTION_NS_IP6_TARGET

+
#define NM_SETTING_BOND_OPTION_NS_IP6_TARGET     "ns_ip6_target"
+
+
-

Since: 1.44, 1.42.8

+

Since: 1.44

diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index 4767d04a..2f52b0c0 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -807,6 +807,10 @@ nm_setting_connection_get_timestamp (

nm_setting_connection_get_read_only ()

gboolean
 nm_setting_connection_get_read_only (NMSettingConnection *setting);
+
+

nm_setting_connection_get_read_only has been deprecated since version 1.44 and should not be used in newly-written code.

+

This property is deprecated and has no meaning.

+

Returns the “read-only” property of the connection.

Parameters

@@ -1015,7 +1019,7 @@ the "user" permission type is supported, and pitem

detail

unused at this time; must be NULL.

-[allow-none] +[nullable]
@@ -1104,7 +1108,7 @@ be a username. See “permissions”: for more details

detail

unused at this time; must be NULL.

-[allow-none] +[nullable]
diff --git a/docs/libnm/html/NMSettingEthtool.html b/docs/libnm/html/NMSettingEthtool.html index c5633ef8..17229f97 100644 --- a/docs/libnm/html/NMSettingEthtool.html +++ b/docs/libnm/html/NMSettingEthtool.html @@ -150,7 +150,7 @@ nm_ethtool_optname_is_feature (const

optname

the option name to check.

-[allow-none] +[nullable] @@ -182,7 +182,7 @@ nm_ethtool_optname_is_coalesce (const

optname

the option name to check.

-[allow-none] +[nullable] @@ -211,7 +211,7 @@ nm_ethtool_optname_is_ring (const

optname

the option name to check.

-[allow-none] +[nullable] @@ -240,7 +240,7 @@ nm_ethtool_optname_is_pause (const

optname

the option name to check.

-[allow-none] +[nullable] diff --git a/docs/libnm/html/NMSettingGsm.html b/docs/libnm/html/NMSettingGsm.html index b6477e6f..67f6f5dd 100644 --- a/docs/libnm/html/NMSettingGsm.html +++ b/docs/libnm/html/NMSettingGsm.html @@ -128,6 +128,21 @@ + +gboolean + + +nm_setting_gsm_get_initial_eps_config () + + + +const char * + + +nm_setting_gsm_get_initial_eps_apn () + + + const char * @@ -219,6 +234,14 @@ #define +NM_SETTING_GSM_INITIAL_EPS_BEARER_CONFIGURE + + +#define +NM_SETTING_GSM_INITIAL_EPS_BEARER_APN + + +#define NM_SETTING_GSM_NUMBER @@ -524,6 +547,58 @@ nm_setting_gsm_get_mtu ( +

nm_setting_gsm_get_initial_eps_config ()

+
gboolean
+nm_setting_gsm_get_initial_eps_config (NMSettingGsm *setting);
+
+

Parameters

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

setting

the NMSettingGsm

 
+
+
+

Returns

+

the “initial-eps-bearer-configure” property of the setting

+
+

Since: 1.44

+ +
+
+

nm_setting_gsm_get_initial_eps_apn ()

+
const char *
+nm_setting_gsm_get_initial_eps_apn (NMSettingGsm *setting);
+
+

Parameters

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

setting

the NMSettingGsm

 
+
+
+

Returns

+

the “initial-eps-bearer-apn” property of the setting

+
+

Since: 1.44

+
+
+

nm_setting_gsm_get_number ()

const char *
 nm_setting_gsm_get_number (NMSettingGsm *setting);
@@ -612,79 +687,91 @@ nm_setting_gsm_get_password_flags (

NM_SETTING_GSM_AUTO_CONFIG

-
#define NM_SETTING_GSM_AUTO_CONFIG     "auto-config"
+
#define NM_SETTING_GSM_AUTO_CONFIG                  "auto-config"
 

NM_SETTING_GSM_USERNAME

-
#define NM_SETTING_GSM_USERNAME        "username"
+
#define NM_SETTING_GSM_USERNAME                     "username"
 

NM_SETTING_GSM_PASSWORD

-
#define NM_SETTING_GSM_PASSWORD        "password"
+
#define NM_SETTING_GSM_PASSWORD                     "password"
 

NM_SETTING_GSM_PASSWORD_FLAGS

-
#define NM_SETTING_GSM_PASSWORD_FLAGS  "password-flags"
+
#define NM_SETTING_GSM_PASSWORD_FLAGS               "password-flags"
 

NM_SETTING_GSM_APN

-
#define NM_SETTING_GSM_APN             "apn"
+
#define NM_SETTING_GSM_APN                          "apn"
 

NM_SETTING_GSM_NETWORK_ID

-
#define NM_SETTING_GSM_NETWORK_ID      "network-id"
+
#define NM_SETTING_GSM_NETWORK_ID                   "network-id"
 

NM_SETTING_GSM_PIN

-
#define NM_SETTING_GSM_PIN             "pin"
+
#define NM_SETTING_GSM_PIN                          "pin"
 

NM_SETTING_GSM_PIN_FLAGS

-
#define NM_SETTING_GSM_PIN_FLAGS       "pin-flags"
+
#define NM_SETTING_GSM_PIN_FLAGS                    "pin-flags"
 

NM_SETTING_GSM_HOME_ONLY

-
#define NM_SETTING_GSM_HOME_ONLY       "home-only"
+
#define NM_SETTING_GSM_HOME_ONLY                    "home-only"
 

NM_SETTING_GSM_DEVICE_ID

-
#define NM_SETTING_GSM_DEVICE_ID       "device-id"
+
#define NM_SETTING_GSM_DEVICE_ID                    "device-id"
 

NM_SETTING_GSM_SIM_ID

-
#define NM_SETTING_GSM_SIM_ID          "sim-id"
+
#define NM_SETTING_GSM_SIM_ID                       "sim-id"
 

NM_SETTING_GSM_SIM_OPERATOR_ID

-
#define NM_SETTING_GSM_SIM_OPERATOR_ID "sim-operator-id"
+
#define NM_SETTING_GSM_SIM_OPERATOR_ID              "sim-operator-id"
 

NM_SETTING_GSM_MTU

-
#define NM_SETTING_GSM_MTU             "mtu"
+
#define NM_SETTING_GSM_MTU                          "mtu"
+
+
+
+
+

NM_SETTING_GSM_INITIAL_EPS_BEARER_CONFIGURE

+
#define NM_SETTING_GSM_INITIAL_EPS_BEARER_CONFIGURE "initial-eps-bearer-configure"
+
+
+
+
+

NM_SETTING_GSM_INITIAL_EPS_BEARER_APN

+
#define NM_SETTING_GSM_INITIAL_EPS_BEARER_APN       "initial-eps-bearer-apn"
 

diff --git a/docs/libnm/html/NMSettingIP6Config.html b/docs/libnm/html/NMSettingIP6Config.html index d1b6a927..54a8c0f2 100644 --- a/docs/libnm/html/NMSettingIP6Config.html +++ b/docs/libnm/html/NMSettingIP6Config.html @@ -7,7 +7,7 @@ - + @@ -21,7 +21,7 @@ Home Up Prev -Next +Next
@@ -94,6 +94,13 @@ nm_setting_ip6_config_get_mtu () + +const char * + + +nm_setting_ip6_config_get_dhcp_pd_hint () + +
@@ -135,6 +142,10 @@ #define +NM_SETTING_IP6_CONFIG_DHCP_PD_HINT + + +#define NM_SETTING_IP6_CONFIG_METHOD_IGNORE @@ -377,6 +388,36 @@ transmission unit.

Since: 1.40

+
+
+

nm_setting_ip6_config_get_dhcp_pd_hint ()

+
const char *
+nm_setting_ip6_config_get_dhcp_pd_hint
+                               (NMSettingIP6Config *setting);
+

Returns the value contained in the “dhcp-pd-hint” +property.

+
+

Parameters

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

setting

the NMSettingIP6Config

 
+
+
+

Returns

+

a string containing an address and prefix length to be used +as hint for DHCPv6 prefix delegation.

+
+

Since: 1.44

+

Types and Values

@@ -423,6 +464,12 @@ transmission unit.


+

NM_SETTING_IP6_CONFIG_DHCP_PD_HINT

+
#define NM_SETTING_IP6_CONFIG_DHCP_PD_HINT "dhcp-pd-hint"
+
+
+
+

NM_SETTING_IP6_CONFIG_METHOD_IGNORE

#define NM_SETTING_IP6_CONFIG_METHOD_IGNORE "ignore"
 
diff --git a/docs/libnm/html/NMSettingIPConfig.html b/docs/libnm/html/NMSettingIPConfig.html index c10c68a0..af4014f4 100644 --- a/docs/libnm/html/NMSettingIPConfig.html +++ b/docs/libnm/html/NMSettingIPConfig.html @@ -2083,7 +2083,7 @@ nm_ip_address_set_attribute (

value

the value.

-[transfer none][allow-none] +[transfer none][nullable]
@@ -2128,7 +2128,7 @@ nm_ip_route_new (int famil

next_hop

the IP address of the next hop (or NULL).

-[allow-none] +[nullable]

metric

@@ -2192,7 +2192,7 @@ point to buffers of the correct size for family

next_hop

the IP address of the next hop (or NULL).

-[allow-none] +[nullable]

metric

@@ -2639,7 +2639,7 @@ it.

next_hop

the route's next hop, as a string.

-[allow-none] +[nullable] @@ -2879,7 +2879,7 @@ nm_ip_route_set_attribute (

value

the value.

-[transfer none][allow-none] +[transfer none][nullable] @@ -2939,8 +2939,8 @@ and the value is of the correct type and well-formed.

error

-

return location for a GError, or NULL.

-[allow-none] +

return location for a GError, or NULL

+  @@ -3028,7 +3028,7 @@ nm_ip_routing_rule_ref (

self

the NMIPRoutingRule instance.

-[allow-none] +[nullable] @@ -3061,7 +3061,7 @@ the instance if the reference count reaches zero.

self

the NMIPRoutingRule instance.

-[allow-none] +[nullable] @@ -3725,7 +3725,7 @@ during

from

the from/src address to set. The address family must match.

-[allow-none] +[nullable]

len

@@ -3818,7 +3818,7 @@ during

to

the to/dst address to set. The address family must match.

-[allow-none] +[nullable]

len

@@ -3886,7 +3886,7 @@ representation you'd get double backslashes.

iifname

the iifname to set or NULL to unset.

-[allow-none] +[nullable] @@ -3947,7 +3947,7 @@ representation you'd get double backslashes.

oifname

the oifname to set or NULL to unset.

-[allow-none] +[nullable] @@ -4152,13 +4152,13 @@ nm_ip_routing_rule_get_uid_range (const

out_range_start

returns the start of the range or 0 if the range is not set.

-[out][allow-none] +[out][optional]

out_range_end

returns the end of the range or 0 if the range is not set.

-[out][allow-none] +[out][optional] @@ -4229,12 +4229,12 @@ nm_ip_routing_rule_cmp (const

rule

the NMIPRoutingRule instance to compare.

-[allow-none] +[nullable]

other

the other NMIPRoutingRule instance to compare.

-[allow-none] +[nullable] @@ -4268,8 +4268,8 @@ nm_ip_routing_rule_validate (const

error

-

the error result if validation fails.

-[allow-none][out] +

the error result if validation fails.

+  @@ -4312,12 +4312,12 @@ string conversion.

extra_args

extra arguments for controlling the string conversion. Currently, not extra arguments are supported.

-[allow-none] +[nullable]

error

-

the error reason.

-[allow-none][out] +

the error reason.

+  @@ -4361,12 +4361,12 @@ string conversion.

extra_args

extra arguments for controlling the string conversion. Currently, not extra arguments are supported.

-[allow-none] +[nullable]

error

-

the error reason.

-[allow-none][out] +

the error reason.

+  @@ -5990,7 +5990,7 @@ nm_setting_ip_config_get_dhcp_reject_servers

out_len

the number of returned elements.

-[allow-none][out] +[out][optional] @@ -6144,7 +6144,7 @@ nm_setting_ip_config_get_replace_local_rule

Returns

the “replace-local-rule” property of the setting

-

Since: 1.44, 1.42.2

+

Since: 1.44

diff --git a/docs/libnm/html/NMSettingLink.html b/docs/libnm/html/NMSettingLink.html new file mode 100644 index 00000000..7cd0c6ac --- /dev/null +++ b/docs/libnm/html/NMSettingLink.html @@ -0,0 +1,287 @@ + + + + +NMSettingLink: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingLink

+

NMSettingLink — Contains properties related to the link

+
+
+

Functions

+ +
+
+

Types and Values

+ +
+
+

Includes

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

Description

+
+
+

Functions

+
+

nm_setting_link_new ()

+
NMSetting *
+nm_setting_link_new (void);
+

Creates a new NMSettingLink object with default values.

+
+

Returns

+

the new empty NMSettingLink object.

+

[transfer full]

+
+

Since: 1.44

+
+
+
+

nm_setting_link_get_tx_queue_length ()

+
gint64
+nm_setting_link_get_tx_queue_length (NMSettingLink *setting);
+

Returns the value contained in the “tx-queue-length” +property.

+
+

Parameters

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

setting

the NMSettingLink

 
+
+
+

Returns

+

the 'tx-queue-length' property value

+
+

Since: 1.44

+
+
+
+

nm_setting_link_get_gso_max_size ()

+
gint64
+nm_setting_link_get_gso_max_size (NMSettingLink *setting);
+

Returns the value contained in the “gso-max-size” +property.

+
+

Parameters

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

setting

the NMSettingLink

 
+
+
+

Returns

+

the 'gso-max-size' property value

+
+

Since: 1.44

+
+
+
+

nm_setting_link_get_gso_max_segments ()

+
gint64
+nm_setting_link_get_gso_max_segments (NMSettingLink *setting);
+

Returns the value contained in the “gso-max-segments” +property.

+
+

Parameters

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

setting

the NMSettingLink

 
+
+
+

Returns

+

the 'gso-max-segments' property value

+
+

Since: 1.44

+
+
+
+

nm_setting_link_get_gro_max_size ()

+
gint64
+nm_setting_link_get_gro_max_size (NMSettingLink *setting);
+

Returns the value contained in the “gro-max-size” +property.

+
+

Parameters

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

setting

the NMSettingLink

 
+
+
+

Returns

+

the 'gro-max-size' property value

+
+

Since: 1.44

+
+
+
+

Types and Values

+
+

NM_SETTING_LINK_SETTING_NAME

+
#define NM_SETTING_LINK_SETTING_NAME "link"
+
+
+
+
+

NM_SETTING_LINK_TX_QUEUE_LENGTH

+
#define NM_SETTING_LINK_TX_QUEUE_LENGTH  "tx-queue-length"
+
+
+
+
+

NM_SETTING_LINK_GSO_MAX_SIZE

+
#define NM_SETTING_LINK_GSO_MAX_SIZE     "gso-max-size"
+
+
+
+
+

NM_SETTING_LINK_GSO_MAX_SEGMENTS

+
#define NM_SETTING_LINK_GSO_MAX_SEGMENTS "gso-max-segments"
+
+
+
+
+

NM_SETTING_LINK_GRO_MAX_SIZE

+
#define NM_SETTING_LINK_GRO_MAX_SIZE     "gro-max-size"
+
+
+
+
+ + + \ No newline at end of file diff --git a/docs/libnm/html/NMSettingLoopback.html b/docs/libnm/html/NMSettingLoopback.html index ae224fe4..b6e96795 100644 --- a/docs/libnm/html/NMSettingLoopback.html +++ b/docs/libnm/html/NMSettingLoopback.html @@ -6,7 +6,7 @@ - + @@ -19,7 +19,7 @@ Home Up -Prev +Prev Next
diff --git a/docs/libnm/html/NMSettingMatch.html b/docs/libnm/html/NMSettingMatch.html index 188bd2c3..b947087b 100644 --- a/docs/libnm/html/NMSettingMatch.html +++ b/docs/libnm/html/NMSettingMatch.html @@ -534,7 +534,7 @@ nm_setting_match_get_interface_names (

length

the length of the returned interface names array.

-[out][allow-none] +[out][optional]
@@ -762,7 +762,7 @@ nm_setting_match_get_kernel_command_lines

length

the length of the returned interface names array.

-[out][allow-none] +[out][optional]
@@ -982,7 +982,7 @@ nm_setting_match_get_drivers (

length

the length of the returned interface names array.

-[out][allow-none] +[out][optional] @@ -1201,7 +1201,7 @@ nm_setting_match_get_paths (

length

the length of the returned paths array.

-[out][allow-none] +[out][optional] diff --git a/docs/libnm/html/NMSettingOvsExternalIDs.html b/docs/libnm/html/NMSettingOvsExternalIDs.html index 87b5da95..7e82fd2b 100644 --- a/docs/libnm/html/NMSettingOvsExternalIDs.html +++ b/docs/libnm/html/NMSettingOvsExternalIDs.html @@ -230,7 +230,7 @@ nm_setting_ovs_external_ids_set_data (

val

the value to set or NULL to clear a key.

-[allow-none] +[nullable] @@ -260,7 +260,7 @@ characters. They key must also not start with "NM.".

key

the key to check.

-[allow-none] +[nullable]

error

@@ -298,7 +298,7 @@ value is not

val

the value to check.

-[allow-none] +[nullable]

error

diff --git a/docs/libnm/html/NMSettingOvsOtherConfig.html b/docs/libnm/html/NMSettingOvsOtherConfig.html index a9128613..c778ab8b 100644 --- a/docs/libnm/html/NMSettingOvsOtherConfig.html +++ b/docs/libnm/html/NMSettingOvsOtherConfig.html @@ -215,7 +215,7 @@ nm_setting_ovs_other_config_set_data (

val

the value to set or NULL to clear a key.

-[allow-none] +[nullable] diff --git a/docs/libnm/html/NMSettingSriov.html b/docs/libnm/html/NMSettingSriov.html index c5a19cb6..4d24ab1e 100644 --- a/docs/libnm/html/NMSettingSriov.html +++ b/docs/libnm/html/NMSettingSriov.html @@ -668,7 +668,7 @@ supports one VLAN per VF.

length

on return, the number of VLANs configured.

-[out][allow-none] +[out][optional] @@ -1025,7 +1025,7 @@ nm_sriov_vf_set_attribute (

value

the value.

-[transfer none][allow-none] +[transfer none][nullable] @@ -1135,12 +1135,12 @@ the value is of the correct type and well-formed.

known

on return, whether the attribute name is a known one.

-[out] +[out][optional]

error

-

return location for a GError, or NULL.

-[allow-none] +

return location for a GError, or NULL

+  diff --git a/docs/libnm/html/NMSettingTCConfig.html b/docs/libnm/html/NMSettingTCConfig.html index 3345c238..10642fe2 100644 --- a/docs/libnm/html/NMSettingTCConfig.html +++ b/docs/libnm/html/NMSettingTCConfig.html @@ -803,7 +803,7 @@ nm_tc_qdisc_set_attribute (

value

the value.

-[transfer none][allow-none] +[transfer none][nullable] @@ -1084,7 +1084,7 @@ nm_tc_action_set_attribute (

value

the value.

-[transfer none][allow-none] +[transfer none][nullable] diff --git a/docs/libnm/html/NMSettingTeam.html b/docs/libnm/html/NMSettingTeam.html index 8795a1f7..d2313a4a 100644 --- a/docs/libnm/html/NMSettingTeam.html +++ b/docs/libnm/html/NMSettingTeam.html @@ -664,8 +664,8 @@ target address in the NS packet

error

-

location to store the error on failure.

-[out][allow-none] +

location to store the error on failure

+  @@ -732,8 +732,8 @@ address in the arp request

error

-

location to store the error on failure.

-[out][allow-none] +

location to store the error on failure

+  @@ -806,8 +806,8 @@ address in the arp request

error

-

location to store the error on failure.

-[out][allow-none] +

location to store the error on failure

+  diff --git a/docs/libnm/html/NMSettingUser.html b/docs/libnm/html/NMSettingUser.html index a00c80cb..9908e7b6 100644 --- a/docs/libnm/html/NMSettingUser.html +++ b/docs/libnm/html/NMSettingUser.html @@ -228,12 +228,12 @@ nm_setting_user_set_data (

val

the value to set or NULL to clear a key.

-[allow-none] +[nullable]

error

-

optional error argument.

-[allow-none] +

optional error argument

+  diff --git a/docs/libnm/html/NMSettingVlan.html b/docs/libnm/html/NMSettingVlan.html index 33a4832f..b482ffa1 100644 --- a/docs/libnm/html/NMSettingVlan.html +++ b/docs/libnm/html/NMSettingVlan.html @@ -397,12 +397,12 @@ or “egress_priority_map” properties of this settin

out_from

on return the value of the priority map's 'from' item.

-[out][allow-none] +[out][optional]

out_to

on return the value of priority map's 'to' item.

-[out][allow-none] +[out][optional] diff --git a/docs/libnm/html/NMSettingVpn.html b/docs/libnm/html/NMSettingVpn.html index 708b9da7..550128ce 100644 --- a/docs/libnm/html/NMSettingVpn.html +++ b/docs/libnm/html/NMSettingVpn.html @@ -423,7 +423,7 @@ the key. In that case, the behavior is as if calling

item

the value to be referenced by key .

-[allow-none] +[nullable] @@ -565,7 +565,7 @@ nm_setting_vpn_get_data_keys (

out_length

the length of the returned array.

-[allow-none][out] +[out][optional] @@ -575,7 +575,7 @@ nm_setting_vpn_get_data_keys (
NULL-terminated array containing each data key or NULL if there are no data items.

-

[array length=out_length][transfer container]

+

[array length=out_length][transfer container][nullable]

Since: 1.12

@@ -645,7 +645,7 @@ the key. In that case, the behavior is as if calling

secret

the secret to be referenced by key .

-[allow-none] +[nullable] @@ -787,7 +787,7 @@ nm_setting_vpn_get_secret_keys (

out_length

the length of the returned array.

-[allow-none][out] +[out][optional] @@ -797,7 +797,7 @@ nm_setting_vpn_get_secret_keys (
a NULL-terminated array containing each secret key or NULL if there are no secrets.

-

[array length=out_length][transfer container]

+

[array length=out_length][transfer container][nullable]

Since: 1.12

diff --git a/docs/libnm/html/NMSettingWireGuard.html b/docs/libnm/html/NMSettingWireGuard.html index fd499f75..96a70e66 100644 --- a/docs/libnm/html/NMSettingWireGuard.html +++ b/docs/libnm/html/NMSettingWireGuard.html @@ -511,7 +511,7 @@ nm_wireguard_peer_ref (

self

the NMWireGuardPeer instance.

-[allow-none] +[nullable] @@ -544,7 +544,7 @@ the instance is freed and all associate data released.

self

the NMWireGuardPeer instance.

-[allow-none] +[nullable] @@ -658,7 +658,7 @@ will be normalized (which may or may not modify the set value).

public_key

the new public key or NULL to clear the public key.

-[allow-none][transfer none] +[nullable][transfer none]

accept_invalid

@@ -738,7 +738,7 @@ be accepted.

preshared_key

the new preshared key or NULL to clear the preshared key.

-[allow-none][transfer none] +[nullable][transfer none]

accept_invalid

@@ -1016,7 +1016,7 @@ setting. This parameter is wrongly not marked as (out) argument, it is thus not accessible via introspection. This cannot be fixed without breaking API for introspection users.

-[allow-none] +[nullable] @@ -1027,7 +1027,7 @@ breaking API for introspection users.

. If idx is out of range, NULL will be returned.

-

[transfer none]

+

[transfer none][nullable]

Since: 1.16

@@ -1220,12 +1220,12 @@ nm_wireguard_peer_cmp (const

a

the NMWireGuardPeer to compare.

-[allow-none] +[nullable]

b

the other NMWireGuardPeer to compare.

-[allow-none] +[nullable]

compare_flags

@@ -1459,7 +1459,7 @@ peer.

optional output argument for the index of the found peer. If no index is found, this is set to the nm_setting_wireguard_get_peers_len().

-[out][allow-none] +[out][optional] @@ -1468,7 +1468,7 @@ this is set to the

Returns

the NMWireGuardPeer instance with a matching public key. If no such peer exists, NULL is returned.

-

[transfer none]

+

[transfer none][nullable]

Since: 1.16

diff --git a/docs/libnm/html/NMSettingWired.html b/docs/libnm/html/NMSettingWired.html index 247660e5..ce30f971 100644 --- a/docs/libnm/html/NMSettingWired.html +++ b/docs/libnm/html/NMSettingWired.html @@ -916,16 +916,17 @@ such as during option iteration.

out_key

-

on return, the key name of the s390 specific -option; this value is owned by the setting and should not be modified.

-[allow-none][out][transfer none] +

on return, the key +name of the s390 specific option; this value is owned by the setting and +should not be modified.

+[out][optional][nullable][transfer none]

out_value

-

on return, the value of the key of the -s390 specific option; this value is owned by the setting and should not be -modified.

-[allow-none][out][transfer none] +

on return, the value +of the key of the s390 specific option; this value is owned by the setting +and should not be modified.

+[out][optional][nullable][transfer none] @@ -1076,7 +1077,7 @@ nm_setting_wired_get_valid_s390_options

setting

the NMSettingWired. This argument is unused and you may pass NULL.

-[allow-none] +[nullable] diff --git a/docs/libnm/html/NMSettingWireless.html b/docs/libnm/html/NMSettingWireless.html index 6c734ef1..23a7e62e 100644 --- a/docs/libnm/html/NMSettingWireless.html +++ b/docs/libnm/html/NMSettingWireless.html @@ -526,6 +526,10 @@ nm_setting_wireless_get_bssid (

nm_setting_wireless_get_rate ()

guint32
 nm_setting_wireless_get_rate (NMSettingWireless *setting);
+
+

nm_setting_wireless_get_rate has been deprecated since version 1.44 and should not be used in newly-written code.

+

This setting is not implemented and has no effect.

+

Parameters

@@ -551,6 +555,10 @@ nm_setting_wireless_get_rate (

nm_setting_wireless_get_tx_power ()

guint32
 nm_setting_wireless_get_tx_power (NMSettingWireless *setting);
+
+

nm_setting_wireless_get_tx_power has been deprecated since version 1.44 and should not be used in newly-written code.

+

This setting is not implemented and has no effect.

+

Parameters

diff --git a/docs/libnm/html/NMVpnEditorPlugin.html b/docs/libnm/html/NMVpnEditorPlugin.html index cd6e6342..8f2943ae 100644 --- a/docs/libnm/html/NMVpnEditorPlugin.html +++ b/docs/libnm/html/NMVpnEditorPlugin.html @@ -625,7 +625,7 @@ reference as the plugin-info might also reference the editor-plugin.

- +

plugin_info

a NMVpnPluginInfo instance or NULL.

[allow-none][nullable]
diff --git a/docs/libnm/html/NMVpnPluginInfo.html b/docs/libnm/html/NMVpnPluginInfo.html index 81ccb79b..a4f71a9c 100644 --- a/docs/libnm/html/NMVpnPluginInfo.html +++ b/docs/libnm/html/NMVpnPluginInfo.html @@ -381,7 +381,7 @@ given name

the name to search for. Either name or service must be present.

-[allow-none] +[nullable]

service

@@ -389,7 +389,7 @@ must be present.

or service must be present.

-[allow-none] +[nullable]
@@ -398,7 +398,7 @@ must be present.

Returns

a newly created instance of plugin info or NULL if no matching value was found.

-

[transfer full]

+

[transfer full][nullable]

Since: 1.4

@@ -1060,7 +1060,7 @@ nm_vpn_plugin_info_set_editor_plugin (

plugin

plugin instance.

-[allow-none] +[nullable] diff --git a/docs/libnm/html/annotation-glossary.html b/docs/libnm/html/annotation-glossary.html index 1729d3f8..6ec34762 100644 --- a/docs/libnm/html/annotation-glossary.html +++ b/docs/libnm/html/annotation-glossary.html @@ -39,8 +39,6 @@

Annotation Glossary

A

-
allow-none
-

NULL is OK, both for passing and for returning.

array

Parameter points to an array of items.

C

diff --git a/docs/libnm/html/api-index-full.html b/docs/libnm/html/api-index-full.html index 3eabbff6..3720b3f9 100644 --- a/docs/libnm/html/api-index-full.html +++ b/docs/libnm/html/api-index-full.html @@ -13,11 +13,39 @@ - + B +  |  + C +  |  + D +  |  + E +  |  + I +  |  + K +  |  + L +  |  + M +  |  + O +  |  + R +  |  + S +  |  + T +  |  + U +  |  + V +  |  + W @@ -26,12 +54,7 @@

API Index

-

I

-
-in6_addr, struct in nm-utils -
-
-

N

+

8

NM80211ApFlags, enum in nm-dbus-interface
@@ -44,6 +67,7 @@ NM80211Mode, enum in nm-dbus-interface
+

A

NMAccessPoint, struct in NMAccessPoint
@@ -93,8147 +117,7898 @@
-NMActivationStateFlags, enum in nm-dbus-interface +NM_ACCESS_POINT_BSSID, macro in NMAccessPoint
-NMActiveConnection, struct in NMActiveConnection +nm_access_point_connection_valid, function in NMAccessPoint
-NMActiveConnection::state-changed, object signal in NMActiveConnection +nm_access_point_filter_connections, function in NMAccessPoint
-NMActiveConnection:connection, object property in NMActiveConnection +NM_ACCESS_POINT_FLAGS, macro in NMAccessPoint
-NMActiveConnection:controller, object property in NMActiveConnection +NM_ACCESS_POINT_FREQUENCY, macro in NMAccessPoint
-NMActiveConnection:default, object property in NMActiveConnection +nm_access_point_get_bssid, function in NMAccessPoint
-NMActiveConnection:default6, object property in NMActiveConnection +nm_access_point_get_flags, function in NMAccessPoint
-NMActiveConnection:devices, object property in NMActiveConnection +nm_access_point_get_frequency, function in NMAccessPoint
-NMActiveConnection:dhcp4-config, object property in NMActiveConnection +nm_access_point_get_last_seen, function in NMAccessPoint
-NMActiveConnection:dhcp6-config, object property in NMActiveConnection +nm_access_point_get_max_bitrate, function in NMAccessPoint
-NMActiveConnection:id, object property in NMActiveConnection +nm_access_point_get_mode, function in NMAccessPoint
-NMActiveConnection:ip4-config, object property in NMActiveConnection +nm_access_point_get_rsn_flags, function in NMAccessPoint
-NMActiveConnection:ip6-config, object property in NMActiveConnection +nm_access_point_get_ssid, function in NMAccessPoint
-NMActiveConnection:master, object property in NMActiveConnection +nm_access_point_get_strength, function in NMAccessPoint
-NMActiveConnection:specific-object-path, object property in NMActiveConnection +nm_access_point_get_wpa_flags, function in NMAccessPoint
-NMActiveConnection:state, object property in NMActiveConnection +NM_ACCESS_POINT_HW_ADDRESS, macro in NMAccessPoint
-NMActiveConnection:state-flags, object property in NMActiveConnection +NM_ACCESS_POINT_LAST_SEEN, macro in NMAccessPoint
-NMActiveConnection:type, object property in NMActiveConnection +NM_ACCESS_POINT_MAX_BITRATE, macro in NMAccessPoint
-NMActiveConnection:uuid, object property in NMActiveConnection +NM_ACCESS_POINT_MODE, macro in NMAccessPoint
-NMActiveConnection:vpn, object property in NMActiveConnection +NM_ACCESS_POINT_RSN_FLAGS, macro in NMAccessPoint
-NMActiveConnectionState, enum in nm-dbus-interface +NM_ACCESS_POINT_SSID, macro in NMAccessPoint
-NMActiveConnectionStateReason, enum in nm-dbus-interface +NM_ACCESS_POINT_STRENGTH, macro in NMAccessPoint
-NMAgentManagerError, enum in nm-errors +NM_ACCESS_POINT_WPA_FLAGS, macro in NMAccessPoint
-NMBluetoothCapabilities, enum in nm-dbus-interface +NMActivationStateFlags, enum in nm-dbus-interface
-NMCapability, enum in nm-dbus-interface +NMActiveConnection, struct in NMActiveConnection
-NMCheckpoint, struct in NMCheckpoint +NMActiveConnection::state-changed, object signal in NMActiveConnection
-NMCheckpoint:created, object property in NMCheckpoint +NMActiveConnection:connection, object property in NMActiveConnection
-NMCheckpoint:devices, object property in NMCheckpoint +NMActiveConnection:controller, object property in NMActiveConnection
-NMCheckpoint:rollback-timeout, object property in NMCheckpoint +NMActiveConnection:default, object property in NMActiveConnection
-NMCheckpointCreateFlags, enum in nm-dbus-interface +NMActiveConnection:default6, object property in NMActiveConnection
-NMClient, struct in NMClient +NMActiveConnection:devices, object property in NMActiveConnection
-NMClient::active-connection-added, object signal in NMClient +NMActiveConnection:dhcp4-config, object property in NMActiveConnection
-NMClient::active-connection-removed, object signal in NMClient +NMActiveConnection:dhcp6-config, object property in NMActiveConnection
-NMClient::any-device-added, object signal in NMClient +NMActiveConnection:id, object property in NMActiveConnection
-NMClient::any-device-removed, object signal in NMClient +NMActiveConnection:ip4-config, object property in NMActiveConnection
-NMClient::connection-added, object signal in NMClient +NMActiveConnection:ip6-config, object property in NMActiveConnection
-NMClient::connection-removed, object signal in NMClient +NMActiveConnection:master, object property in NMActiveConnection
-NMClient::device-added, object signal in NMClient +NMActiveConnection:specific-object-path, object property in NMActiveConnection
-NMClient::device-removed, object signal in NMClient +NMActiveConnection:state, object property in NMActiveConnection
-NMClient::permission-changed, object signal in NMClient +NMActiveConnection:state-flags, object property in NMActiveConnection
-NMClient:activating-connection, object property in NMClient +NMActiveConnection:type, object property in NMActiveConnection
-NMClient:active-connections, object property in NMClient +NMActiveConnection:uuid, object property in NMActiveConnection
-NMClient:all-devices, object property in NMClient +NMActiveConnection:vpn, object property in NMActiveConnection
-NMClient:can-modify, object property in NMClient +NMActiveConnectionState, enum in nm-dbus-interface
-NMClient:capabilities, object property in NMClient +NMActiveConnectionStateReason, enum in nm-dbus-interface
-NMClient:checkpoints, object property in NMClient +NM_ACTIVE_CONNECTION_CONNECTION, macro in NMActiveConnection
-NMClient:connections, object property in NMClient +NM_ACTIVE_CONNECTION_CONTROLLER, macro in NMActiveConnection
-NMClient:connectivity, object property in NMClient +NM_ACTIVE_CONNECTION_DEFAULT, macro in NMActiveConnection
-NMClient:connectivity-check-available, object property in NMClient +NM_ACTIVE_CONNECTION_DEFAULT6, macro in NMActiveConnection
-NMClient:connectivity-check-enabled, object property in NMClient +NM_ACTIVE_CONNECTION_DEVICES, macro in NMActiveConnection
-NMClient:connectivity-check-uri, object property in NMClient +NM_ACTIVE_CONNECTION_DHCP4_CONFIG, macro in NMActiveConnection
-NMClient:dbus-connection, object property in NMClient +NM_ACTIVE_CONNECTION_DHCP6_CONFIG, macro in NMActiveConnection
-NMClient:dbus-name-owner, object property in NMClient +nm_active_connection_get_connection, function in NMActiveConnection
-NMClient:devices, object property in NMClient +nm_active_connection_get_connection_type, function in NMActiveConnection
-NMClient:dns-configuration, object property in NMClient +nm_active_connection_get_controller, function in NMActiveConnection
-NMClient:dns-mode, object property in NMClient +nm_active_connection_get_default, function in NMActiveConnection
-NMClient:dns-rc-manager, object property in NMClient +nm_active_connection_get_default6, function in NMActiveConnection
-NMClient:hostname, object property in NMClient +nm_active_connection_get_devices, function in NMActiveConnection
-NMClient:instance-flags, object property in NMClient +nm_active_connection_get_dhcp4_config, function in NMActiveConnection
-NMClient:metered, object property in NMClient +nm_active_connection_get_dhcp6_config, function in NMActiveConnection
-NMClient:networking-enabled, object property in NMClient +nm_active_connection_get_id, function in NMActiveConnection
-NMClient:nm-running, object property in NMClient +nm_active_connection_get_ip4_config, function in NMActiveConnection
-NMClient:permissions-state, object property in NMClient +nm_active_connection_get_ip6_config, function in NMActiveConnection
-NMClient:primary-connection, object property in NMClient +nm_active_connection_get_master, function in NMActiveConnection
-NMClient:radio-flags, object property in NMClient +nm_active_connection_get_specific_object_path, function in NMActiveConnection
-NMClient:startup, object property in NMClient +nm_active_connection_get_state, function in NMActiveConnection
-NMClient:state, object property in NMClient +nm_active_connection_get_state_flags, function in NMActiveConnection
-NMClient:version, object property in NMClient +nm_active_connection_get_state_reason, function in NMActiveConnection
-NMClient:version-info, object property in NMClient +nm_active_connection_get_uuid, function in NMActiveConnection
-NMClient:wimax-enabled, object property in NMClient +nm_active_connection_get_vpn, function in NMActiveConnection
-NMClient:wimax-hardware-enabled, object property in NMClient +NM_ACTIVE_CONNECTION_ID, macro in NMActiveConnection
-NMClient:wireless-enabled, object property in NMClient +NM_ACTIVE_CONNECTION_IP4_CONFIG, macro in NMActiveConnection
-NMClient:wireless-hardware-enabled, object property in NMClient +NM_ACTIVE_CONNECTION_IP6_CONFIG, macro in NMActiveConnection
-NMClient:wwan-enabled, object property in NMClient +NM_ACTIVE_CONNECTION_MASTER, macro in NMActiveConnection
-NMClient:wwan-hardware-enabled, object property in NMClient +NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT_PATH, macro in NMActiveConnection
-NMClientError, enum in NMClient +NM_ACTIVE_CONNECTION_STATE, macro in NMActiveConnection
-NMClientInstanceFlags, enum in NMClient +NM_ACTIVE_CONNECTION_STATE_FLAGS, macro in NMActiveConnection
-NMClientPermission, enum in nm-dbus-interface +NM_ACTIVE_CONNECTION_TYPE, macro in NMActiveConnection
-NMClientPermissionResult, enum in nm-dbus-interface +NM_ACTIVE_CONNECTION_UUID, macro in NMActiveConnection
-NMConnection, struct in NMSettingOvs +NM_ACTIVE_CONNECTION_VPN, macro in NMActiveConnection
-NMConnection::changed, object signal in NMSettingOvs +NMAgentManagerError, enum in nm-errors
-NMConnection::secrets-cleared, object signal in NMSettingOvs +NM_AGENT_MANAGER_ERROR, macro in nm-errors
-NMConnection::secrets-updated, object signal in NMSettingOvs +nm_agent_manager_error_quark, function in nm-errors
-NMConnectionError, enum in nm-errors +NM_API_VERSION, macro in nm-version-macros
-_NMConnectionForEachSecretFunc, user_function in NMSetting +NM_AVAILABLE_IN_0_9_10, macro in nm-version
-NMConnectionInterface, struct in NMConnection +NM_AVAILABLE_IN_1_0, macro in nm-version
-NMConnectionMultiConnect, enum in nm-dbus-interface +NM_AVAILABLE_IN_1_10, macro in nm-version
-NMConnectionSerializationFlags, enum in NMConnection +NM_AVAILABLE_IN_1_12, macro in nm-version
-NMConnectivityState, enum in nm-dbus-interface +NM_AVAILABLE_IN_1_14, macro in nm-version
-NMCryptoError, enum in nm-errors +NM_AVAILABLE_IN_1_16, macro in nm-version
-NMDevice, struct in NMDevice +NM_AVAILABLE_IN_1_18, macro in nm-version
-NMDevice6Lowpan, struct in NMDevice6Lowpan +NM_AVAILABLE_IN_1_2, macro in nm-version
-NMDevice6Lowpan:parent, object property in NMDevice6Lowpan +NM_AVAILABLE_IN_1_20, macro in nm-version
-NMDevice::state-changed, object signal in NMDevice +NM_AVAILABLE_IN_1_22, macro in nm-version
-NMDevice:active-connection, object property in NMDevice +NM_AVAILABLE_IN_1_24, macro in nm-version
-NMDevice:autoconnect, object property in NMDevice +NM_AVAILABLE_IN_1_26, macro in nm-version
-NMDevice:available-connections, object property in NMDevice +NM_AVAILABLE_IN_1_28, macro in nm-version
-NMDevice:capabilities, object property in NMDevice +NM_AVAILABLE_IN_1_30, macro in nm-version
-NMDevice:device-type, object property in NMDevice +NM_AVAILABLE_IN_1_32, macro in nm-version
-NMDevice:dhcp4-config, object property in NMDevice +NM_AVAILABLE_IN_1_34, macro in nm-version
-NMDevice:dhcp6-config, object property in NMDevice +NM_AVAILABLE_IN_1_36, macro in nm-version
-NMDevice:driver, object property in NMDevice +NM_AVAILABLE_IN_1_38, macro in nm-version
-NMDevice:driver-version, object property in NMDevice +NM_AVAILABLE_IN_1_4, macro in nm-version
-NMDevice:firmware-missing, object property in NMDevice +NM_AVAILABLE_IN_1_40, macro in nm-version
-NMDevice:firmware-version, object property in NMDevice +NM_AVAILABLE_IN_1_42, macro in nm-version
-NMDevice:hw-address, object property in NMDevice +NM_AVAILABLE_IN_1_44, macro in nm-version
-NMDevice:interface, object property in NMDevice +NM_AVAILABLE_IN_1_6, macro in nm-version
-NMDevice:interface-flags, object property in NMDevice +NM_AVAILABLE_IN_1_8, macro in nm-version
+

B

-NMDevice:ip-interface, object property in NMDevice +NMBluetoothCapabilities, enum in nm-dbus-interface
-NMDevice:ip4-config, object property in NMDevice +nm_bridge_vlan_cmp, function in NMSettingBridge
-NMDevice:ip4-connectivity, object property in NMDevice +nm_bridge_vlan_from_str, function in NMSettingBridge
-NMDevice:ip6-config, object property in NMDevice +nm_bridge_vlan_get_vid_range, function in NMSettingBridge
-NMDevice:ip6-connectivity, object property in NMDevice +nm_bridge_vlan_is_pvid, function in NMSettingBridge
-NMDevice:lldp-neighbors, object property in NMDevice +nm_bridge_vlan_is_sealed, function in NMSettingBridge
-NMDevice:managed, object property in NMDevice +nm_bridge_vlan_is_untagged, function in NMSettingBridge
-NMDevice:metered, object property in NMDevice +nm_bridge_vlan_new, function in NMSettingBridge
-NMDevice:mtu, object property in NMDevice +nm_bridge_vlan_new_clone, function in NMSettingBridge
-NMDevice:nm-plugin-missing, object property in NMDevice +nm_bridge_vlan_ref, function in NMSettingBridge
-NMDevice:path, object property in NMDevice +nm_bridge_vlan_seal, function in NMSettingBridge
-NMDevice:physical-port-id, object property in NMDevice +nm_bridge_vlan_set_pvid, function in NMSettingBridge
-NMDevice:ports, object property in NMDevice -
-
-
-NMDevice:product, object property in NMDevice -
-
-
-NMDevice:real, object property in NMDevice -
-
-
-NMDevice:state, object property in NMDevice -
-
-
-NMDevice:state-reason, object property in NMDevice -
-
-
-NMDevice:udi, object property in NMDevice -
-
-
-NMDevice:vendor, object property in NMDevice -
-
-
-NMDeviceAdsl, struct in NMDeviceAdsl -
-
-
-NMDeviceAdsl:carrier, object property in NMDeviceAdsl -
-
-
-NMDeviceBond, struct in NMDeviceBond -
-
-
-NMDeviceBond:carrier, object property in NMDeviceBond -
-
-
-NMDeviceBond:slaves, object property in NMDeviceBond -
-
-
-NMDeviceBridge, struct in NMDeviceBridge -
-
-
-NMDeviceBridge:carrier, object property in NMDeviceBridge -
-
-
-NMDeviceBridge:slaves, object property in NMDeviceBridge -
-
-
-NMDeviceBt, struct in NMDeviceBt -
-
-
-NMDeviceBt:bt-capabilities, object property in NMDeviceBt -
-
-
-NMDeviceBt:name, object property in NMDeviceBt -
-
-
-NMDeviceCapabilities, enum in nm-dbus-interface -
-
-
-NMDeviceDummy, struct in NMDeviceDummy -
-
-
-NMDeviceError, enum in nm-errors -
-
-
-NMDeviceEthernet, struct in NMDeviceEthernet -
-
-
-NMDeviceEthernet:carrier, object property in NMDeviceEthernet -
-
-
-NMDeviceEthernet:perm-hw-address, object property in NMDeviceEthernet -
-
-
-NMDeviceEthernet:s390-subchannels, object property in NMDeviceEthernet -
-
-
-NMDeviceEthernet:speed, object property in NMDeviceEthernet -
-
-
-NMDeviceGeneric, struct in NMDeviceGeneric -
-
-
-NMDeviceGeneric:type-description, object property in NMDeviceGeneric -
-
-
-NMDeviceInfiniband, struct in NMDeviceInfiniband -
-
-
-NMDeviceInfiniband:carrier, object property in NMDeviceInfiniband -
-
-
-NMDeviceInterfaceFlags, enum in nm-dbus-interface -
-
-
-NMDeviceIPTunnel, struct in NMDeviceIPTunnel -
-
-
-NMDeviceIPTunnel:encapsulation-limit, object property in NMDeviceIPTunnel -
-
-
-NMDeviceIPTunnel:flags, object property in NMDeviceIPTunnel -
-
-
-NMDeviceIPTunnel:flow-label, object property in NMDeviceIPTunnel -
-
-
-NMDeviceIPTunnel:input-key, object property in NMDeviceIPTunnel -
-
-
-NMDeviceIPTunnel:local, object property in NMDeviceIPTunnel -
-
-
-NMDeviceIPTunnel:mode, object property in NMDeviceIPTunnel -
-
-
-NMDeviceIPTunnel:output-key, object property in NMDeviceIPTunnel -
-
-
-NMDeviceIPTunnel:parent, object property in NMDeviceIPTunnel -
-
-
-NMDeviceIPTunnel:path-mtu-discovery, object property in NMDeviceIPTunnel -
-
-
-NMDeviceIPTunnel:remote, object property in NMDeviceIPTunnel -
-
-
-NMDeviceIPTunnel:tos, object property in NMDeviceIPTunnel -
-
-
-NMDeviceIPTunnel:ttl, object property in NMDeviceIPTunnel -
-
-
-NMDeviceLoopback, struct in NMDeviceLoopback -
-
-
-NMDeviceMacsec, struct in NMDeviceMacsec -
-
-
-NMDeviceMacsec:cipher-suite, object property in NMDeviceMacsec -
-
-
-NMDeviceMacsec:encoding-sa, object property in NMDeviceMacsec -
-
-
-NMDeviceMacsec:encrypt, object property in NMDeviceMacsec -
-
-
-NMDeviceMacsec:es, object property in NMDeviceMacsec -
-
-
-NMDeviceMacsec:icv-length, object property in NMDeviceMacsec -
-
-
-NMDeviceMacsec:include-sci, object property in NMDeviceMacsec -
-
-
-NMDeviceMacsec:parent, object property in NMDeviceMacsec -
-
-
-NMDeviceMacsec:protect, object property in NMDeviceMacsec -
-
-
-NMDeviceMacsec:replay-protect, object property in NMDeviceMacsec -
-
-
-NMDeviceMacsec:scb, object property in NMDeviceMacsec -
-
-
-NMDeviceMacsec:sci, object property in NMDeviceMacsec -
-
-
-NMDeviceMacsec:validation, object property in NMDeviceMacsec -
-
-
-NMDeviceMacsec:window, object property in NMDeviceMacsec -
-
-
-NMDeviceMacvlan, struct in NMDeviceMacvlan -
-
-
-NMDeviceMacvlan:mode, object property in NMDeviceMacvlan -
-
-
-NMDeviceMacvlan:no-promisc, object property in NMDeviceMacvlan -
-
-
-NMDeviceMacvlan:parent, object property in NMDeviceMacvlan -
-
-
-NMDeviceMacvlan:tap, object property in NMDeviceMacvlan -
-
-
-NMDeviceModem, struct in NMDeviceModem -
-
-
-NMDeviceModem:apn, object property in NMDeviceModem +nm_bridge_vlan_set_untagged, function in NMSettingBridge
-NMDeviceModem:current-capabilities, object property in NMDeviceModem +nm_bridge_vlan_to_str, function in NMSettingBridge
-NMDeviceModem:device-id, object property in NMDeviceModem +nm_bridge_vlan_unref, function in NMSettingBridge
-NMDeviceModem:modem-capabilities, object property in NMDeviceModem +NM_BRIDGE_VLAN_VID_MAX, macro in NMSettingBridge
-NMDeviceModem:operator-code, object property in NMDeviceModem +NM_BRIDGE_VLAN_VID_MIN, macro in NMSettingBridge
+

C

-NMDeviceModemCapabilities, enum in nm-dbus-interface +NMCapability, enum in nm-dbus-interface
-NMDeviceOlpcMesh, struct in NMDeviceOlpcMesh +NMCheckpoint, struct in NMCheckpoint
-NMDeviceOlpcMesh:active-channel, object property in NMDeviceOlpcMesh +NMCheckpoint:created, object property in NMCheckpoint
-NMDeviceOlpcMesh:companion, object property in NMDeviceOlpcMesh +NMCheckpoint:devices, object property in NMCheckpoint
-NMDeviceOvsBridge, struct in NMDeviceOvsBridge +NMCheckpoint:rollback-timeout, object property in NMCheckpoint
-NMDeviceOvsBridge:slaves, object property in NMDeviceOvsBridge +NMCheckpointCreateFlags, enum in nm-dbus-interface
-NMDeviceOvsInterface, struct in NMDeviceOvsInterface +NM_CHECKPOINT_CREATED, macro in NMCheckpoint
-NMDeviceOvsPort, struct in NMDeviceOvsPort +NM_CHECKPOINT_DEVICES, macro in NMCheckpoint
-NMDeviceOvsPort:slaves, object property in NMDeviceOvsPort +nm_checkpoint_get_created, function in NMCheckpoint
-NMDevicePpp, struct in NMDevicePpp +nm_checkpoint_get_devices, function in NMCheckpoint
-NMDeviceReapplyFlags, enum in nm-dbus-interface +nm_checkpoint_get_rollback_timeout, function in NMCheckpoint
-NMDeviceState, enum in nm-dbus-interface +NM_CHECKPOINT_ROLLBACK_TIMEOUT, macro in NMCheckpoint
-NMDeviceStateReason, enum in nm-dbus-interface +NM_CHECK_VERSION, macro in nm-version-macros
-NMDeviceTeam, struct in NMDeviceTeam +NMClient, struct in NMClient
-NMDeviceTeam:carrier, object property in NMDeviceTeam +NMClient::active-connection-added, object signal in NMClient
-NMDeviceTeam:config, object property in NMDeviceTeam +NMClient::active-connection-removed, object signal in NMClient
-NMDeviceTeam:slaves, object property in NMDeviceTeam +NMClient::any-device-added, object signal in NMClient
-NMDeviceTun, struct in NMDeviceTun +NMClient::any-device-removed, object signal in NMClient
-NMDeviceTun:group, object property in NMDeviceTun +NMClient::connection-added, object signal in NMClient
-NMDeviceTun:mode, object property in NMDeviceTun +NMClient::connection-removed, object signal in NMClient
-NMDeviceTun:multi-queue, object property in NMDeviceTun +NMClient::device-added, object signal in NMClient
-NMDeviceTun:no-pi, object property in NMDeviceTun +NMClient::device-removed, object signal in NMClient
-NMDeviceTun:owner, object property in NMDeviceTun +NMClient::permission-changed, object signal in NMClient
-NMDeviceTun:vnet-hdr, object property in NMDeviceTun +NMClient:activating-connection, object property in NMClient
-NMDeviceType, enum in nm-dbus-interface +NMClient:active-connections, object property in NMClient
-NMDeviceVeth, struct in NMDeviceVeth +NMClient:all-devices, object property in NMClient
-NMDeviceVeth:peer, object property in NMDeviceVeth +NMClient:can-modify, object property in NMClient
-NMDeviceVlan, struct in NMDeviceVlan +NMClient:capabilities, object property in NMClient
-NMDeviceVlan:carrier, object property in NMDeviceVlan +NMClient:checkpoints, object property in NMClient
-NMDeviceVlan:parent, object property in NMDeviceVlan +NMClient:connections, object property in NMClient
-NMDeviceVlan:vlan-id, object property in NMDeviceVlan +NMClient:connectivity, object property in NMClient
-NMDeviceVrf, struct in NMDeviceVrf +NMClient:connectivity-check-available, object property in NMClient
-NMDeviceVrf:table, object property in NMDeviceVrf +NMClient:connectivity-check-enabled, object property in NMClient
-NMDeviceVxlan, struct in NMDeviceVxlan +NMClient:connectivity-check-uri, object property in NMClient
-NMDeviceVxlan:ageing, object property in NMDeviceVxlan +NMClient:dbus-connection, object property in NMClient
-NMDeviceVxlan:carrier, object property in NMDeviceVxlan +NMClient:dbus-name-owner, object property in NMClient
-NMDeviceVxlan:dst-port, object property in NMDeviceVxlan +NMClient:devices, object property in NMClient
-NMDeviceVxlan:group, object property in NMDeviceVxlan +NMClient:dns-configuration, object property in NMClient
-NMDeviceVxlan:id, object property in NMDeviceVxlan +NMClient:dns-mode, object property in NMClient
-NMDeviceVxlan:l2miss, object property in NMDeviceVxlan +NMClient:dns-rc-manager, object property in NMClient
-NMDeviceVxlan:l3miss, object property in NMDeviceVxlan +NMClient:hostname, object property in NMClient
-NMDeviceVxlan:learning, object property in NMDeviceVxlan +NMClient:instance-flags, object property in NMClient
-NMDeviceVxlan:limit, object property in NMDeviceVxlan +NMClient:metered, object property in NMClient
-NMDeviceVxlan:local, object property in NMDeviceVxlan +NMClient:networking-enabled, object property in NMClient
-NMDeviceVxlan:parent, object property in NMDeviceVxlan +NMClient:nm-running, object property in NMClient
-NMDeviceVxlan:proxy, object property in NMDeviceVxlan +NMClient:permissions-state, object property in NMClient
-NMDeviceVxlan:rsc, object property in NMDeviceVxlan +NMClient:primary-connection, object property in NMClient
-NMDeviceVxlan:src-port-max, object property in NMDeviceVxlan +NMClient:radio-flags, object property in NMClient
-NMDeviceVxlan:src-port-min, object property in NMDeviceVxlan +NMClient:startup, object property in NMClient
-NMDeviceVxlan:tos, object property in NMDeviceVxlan +NMClient:state, object property in NMClient
-NMDeviceVxlan:ttl, object property in NMDeviceVxlan +NMClient:version, object property in NMClient
-NMDeviceWifi, struct in NMDeviceWifi +NMClient:version-info, object property in NMClient
-NMDeviceWifi::access-point-added, object signal in NMDeviceWifi +NMClient:wimax-enabled, object property in NMClient
-NMDeviceWifi::access-point-removed, object signal in NMDeviceWifi +NMClient:wimax-hardware-enabled, object property in NMClient
-NMDeviceWifi:access-points, object property in NMDeviceWifi +NMClient:wireless-enabled, object property in NMClient
-NMDeviceWifi:active-access-point, object property in NMDeviceWifi +NMClient:wireless-hardware-enabled, object property in NMClient
-NMDeviceWifi:bitrate, object property in NMDeviceWifi +NMClient:wwan-enabled, object property in NMClient
-NMDeviceWifi:last-scan, object property in NMDeviceWifi +NMClient:wwan-hardware-enabled, object property in NMClient
-NMDeviceWifi:mode, object property in NMDeviceWifi +NMClientError, enum in NMClient
-NMDeviceWifi:perm-hw-address, object property in NMDeviceWifi +NMClientInstanceFlags, enum in NMClient
-NMDeviceWifi:wireless-capabilities, object property in NMDeviceWifi +NMClientPermission, enum in nm-dbus-interface
-NMDeviceWifiCapabilities, enum in nm-dbus-interface +NMClientPermissionResult, enum in nm-dbus-interface
-NMDeviceWifiP2P, struct in NMDeviceWifiP2P +nm_client_activate_connection_async, function in NMClient
-NMDeviceWifiP2P::peer-added, object signal in NMDeviceWifiP2P +nm_client_activate_connection_finish, function in NMClient
-NMDeviceWifiP2P::peer-removed, object signal in NMDeviceWifiP2P +NM_CLIENT_ACTIVATING_CONNECTION, macro in NMClient
-NMDeviceWifiP2P:peers, object property in NMDeviceWifiP2P +NM_CLIENT_ACTIVE_CONNECTIONS, macro in NMClient
-NMDeviceWimax, struct in NMDeviceWimax +NM_CLIENT_ACTIVE_CONNECTION_ADDED, macro in NMClient
-NMDeviceWimax::nsp-added, object signal in NMDeviceWimax +NM_CLIENT_ACTIVE_CONNECTION_REMOVED, macro in NMClient
-NMDeviceWimax::nsp-removed, object signal in NMDeviceWimax +nm_client_add_and_activate_connection2, function in NMClient
-NMDeviceWimax:active-nsp, object property in NMDeviceWimax +nm_client_add_and_activate_connection2_finish, function in NMClient
-NMDeviceWimax:bsid, object property in NMDeviceWimax +nm_client_add_and_activate_connection_async, function in NMClient
-NMDeviceWimax:center-frequency, object property in NMDeviceWimax +nm_client_add_and_activate_connection_finish, function in NMClient
-NMDeviceWimax:cinr, object property in NMDeviceWimax +nm_client_add_connection2, function in NMClient
-NMDeviceWimax:hw-address, object property in NMDeviceWimax +nm_client_add_connection2_finish, function in NMClient
-NMDeviceWimax:nsps, object property in NMDeviceWimax +nm_client_add_connection_async, function in NMClient
-NMDeviceWimax:rssi, object property in NMDeviceWimax +nm_client_add_connection_finish, function in NMClient
-NMDeviceWimax:tx-power, object property in NMDeviceWimax +NM_CLIENT_ALL_DEVICES, macro in NMClient
-NMDeviceWireGuard, struct in NMDeviceWireGuard +NM_CLIENT_ANY_DEVICE_ADDED, macro in NMClient
-NMDeviceWireGuard:fwmark, object property in NMDeviceWireGuard +NM_CLIENT_ANY_DEVICE_REMOVED, macro in NMClient
-NMDeviceWireGuard:listen-port, object property in NMDeviceWireGuard +NM_CLIENT_CAN_MODIFY, macro in NMClient
-NMDeviceWireGuard:public-key, object property in NMDeviceWireGuard +NM_CLIENT_CAPABILITIES, macro in NMClient
-NMDeviceWpan, struct in NMDeviceWpan +NM_CLIENT_CHECKPOINTS, macro in NMClient
-NMDhcpConfig, struct in NMDhcpConfig +nm_client_checkpoint_adjust_rollback_timeout, function in NMClient
-NMDhcpConfig:family, object property in NMDhcpConfig +nm_client_checkpoint_adjust_rollback_timeout_finish, function in NMClient
-NMDhcpConfig:options, object property in NMDhcpConfig +nm_client_checkpoint_create, function in NMClient
-NMDhcpHostnameFlags, enum in NMSettingIPConfig +nm_client_checkpoint_create_finish, function in NMClient
-NMDnsEntry, struct in NMClient +nm_client_checkpoint_destroy, function in NMClient
-NMIPAddressCmpFlags, enum in NMSettingIPConfig +nm_client_checkpoint_destroy_finish, function in NMClient
-NMIPConfig, struct in NMIPConfig +nm_client_checkpoint_rollback, function in NMClient
-NMIPConfig:addresses, object property in NMIPConfig +nm_client_checkpoint_rollback_finish, function in NMClient
-NMIPConfig:domains, object property in NMIPConfig +nm_client_check_connectivity, function in NMClient
-NMIPConfig:family, object property in NMIPConfig +nm_client_check_connectivity_async, function in NMClient
-NMIPConfig:gateway, object property in NMIPConfig +nm_client_check_connectivity_finish, function in NMClient
-NMIPConfig:nameservers, object property in NMIPConfig +NM_CLIENT_CONNECTIONS, macro in NMClient
-NMIPConfig:routes, object property in NMIPConfig +NM_CLIENT_CONNECTION_ADDED, macro in NMClient
-NMIPConfig:searches, object property in NMIPConfig +NM_CLIENT_CONNECTION_REMOVED, macro in NMClient
-NMIPConfig:wins-servers, object property in NMIPConfig +NM_CLIENT_CONNECTIVITY, macro in NMClient
-NMIPRoutingRuleAsStringFlags, enum in NMSettingIPConfig +NM_CLIENT_CONNECTIVITY_CHECK_AVAILABLE, macro in NMClient
-NMIPTunnelFlags, enum in NMSettingIPTunnel +NM_CLIENT_CONNECTIVITY_CHECK_ENABLED, macro in NMClient
-NMIPTunnelMode, enum in nm-dbus-interface +nm_client_connectivity_check_get_available, function in NMClient
-NMKeyfileHandlerData, struct in nm-keyfile +nm_client_connectivity_check_get_enabled, function in NMClient
-NMKeyfileHandlerFlags, enum in nm-keyfile +nm_client_connectivity_check_get_uri, function in NMClient
-NMKeyfileHandlerType, enum in nm-keyfile +nm_client_connectivity_check_set_enabled, function in NMClient
-NMKeyfileReadHandler, user_function in nm-keyfile +NM_CLIENT_CONNECTIVITY_CHECK_URI, macro in NMClient
-NMKeyfileWarnSeverity, enum in nm-keyfile +nm_client_dbus_call, function in NMClient
-NMKeyfileWriteHandler, user_function in nm-keyfile +nm_client_dbus_call_finish, function in NMClient
-NMLldpNeighbor, struct in NMDevice +NM_CLIENT_DBUS_CONNECTION, macro in NMClient
-NMManagerError, enum in nm-errors +NM_CLIENT_DBUS_NAME_OWNER, macro in NMClient
-NMManagerReloadFlags, enum in nm-dbus-interface +nm_client_dbus_set_property, function in NMClient
-NMMetered, enum in nm-dbus-interface +nm_client_dbus_set_property_finish, function in NMClient
-NMMptcpFlags, enum in nm-dbus-interface +nm_client_deactivate_connection, function in NMClient
-NMObject, struct in NMObject +nm_client_deactivate_connection_async, function in NMClient
-NMObject:client, object property in NMObject +nm_client_deactivate_connection_finish, function in NMClient
-NMObject:path, object property in NMObject +NM_CLIENT_DEVICES, macro in NMClient
-NMRadioFlags, enum in nm-dbus-interface +NM_CLIENT_DEVICE_ADDED, macro in NMClient
-NMRemoteConnection, struct in NMRemoteConnection +NM_CLIENT_DEVICE_REMOVED, macro in NMClient
-NMRemoteConnection:filename, object property in NMRemoteConnection +NM_CLIENT_DNS_CONFIGURATION, macro in NMClient
-NMRemoteConnection:flags, object property in NMRemoteConnection +NM_CLIENT_DNS_MODE, macro in NMClient
-NMRemoteConnection:unsaved, object property in NMRemoteConnection +NM_CLIENT_DNS_RC_MANAGER, macro in NMClient
-NMRemoteConnection:visible, object property in NMRemoteConnection +NM_CLIENT_ERROR, macro in NMClient
-NMRollbackResult, enum in nm-dbus-interface +nm_client_error_quark, function in NMClient
-NMSecretAgentCapabilities, enum in nm-dbus-interface +nm_client_get_activating_connection, function in NMClient
-NMSecretAgentError, enum in nm-errors +nm_client_get_active_connections, function in NMClient
-NMSecretAgentGetSecretsFlags, enum in nm-dbus-interface +nm_client_get_all_devices, function in NMClient
-NMSecretAgentOld, struct in NMSecretAgentOld +nm_client_get_capabilities, function in NMClient
-NMSecretAgentOld:auto-register, object property in NMSecretAgentOld +nm_client_get_checkpoints, function in NMClient
-NMSecretAgentOld:capabilities, object property in NMSecretAgentOld +nm_client_get_connections, function in NMClient
-NMSecretAgentOld:dbus-connection, object property in NMSecretAgentOld +nm_client_get_connection_by_id, function in NMClient
-NMSecretAgentOld:identifier, object property in NMSecretAgentOld +nm_client_get_connection_by_path, function in NMClient
-NMSecretAgentOld:registered, object property in NMSecretAgentOld +nm_client_get_connection_by_uuid, function in NMClient
-NMSecretAgentOldDeleteSecretsFunc, user_function in NMSecretAgentOld +nm_client_get_connectivity, function in NMClient
-NMSecretAgentOldGetSecretsFunc, user_function in NMSecretAgentOld +nm_client_get_context_busy_watcher, function in NMClient
-NMSecretAgentOldSaveSecretsFunc, user_function in NMSecretAgentOld +nm_client_get_dbus_connection, function in NMClient
-NMSetting, struct in NMSettingOvs +nm_client_get_dbus_name_owner, function in NMClient
-NMSetting6Lowpan, struct in NMSettingOvs +nm_client_get_devices, function in NMClient
-NMSetting6Lowpan:parent, object property in NMSettingOvs +nm_client_get_device_by_iface, function in NMClient
-NMSetting8021x, struct in NMSettingOvs +nm_client_get_device_by_path, function in NMClient
-NMSetting8021x:altsubject-matches, object property in NMSettingOvs +nm_client_get_dns_configuration, function in NMClient
-NMSetting8021x:anonymous-identity, object property in NMSettingOvs +nm_client_get_dns_mode, function in NMClient
-NMSetting8021x:auth-timeout, object property in NMSettingOvs +nm_client_get_dns_rc_manager, function in NMClient
-NMSetting8021x:ca-cert, object property in NMSettingOvs +nm_client_get_instance_flags, function in NMClient
-NMSetting8021x:ca-cert-password, object property in NMSettingOvs +nm_client_get_logging, function in NMClient
-NMSetting8021x:ca-cert-password-flags, object property in NMSettingOvs +nm_client_get_main_context, function in NMClient
-NMSetting8021x:ca-path, object property in NMSettingOvs +nm_client_get_metered, function in NMClient
-NMSetting8021x:client-cert, object property in NMSettingOvs +nm_client_get_nm_running, function in NMClient
-NMSetting8021x:client-cert-password, object property in NMSettingOvs +nm_client_get_object_by_path, function in NMClient
-NMSetting8021x:client-cert-password-flags, object property in NMSettingOvs +nm_client_get_permissions_state, function in NMClient
-NMSetting8021x:domain-match, object property in NMSettingOvs +nm_client_get_permission_result, function in NMClient
-NMSetting8021x:domain-suffix-match, object property in NMSettingOvs +nm_client_get_primary_connection, function in NMClient
-NMSetting8021x:eap, object property in NMSettingOvs +nm_client_get_radio_flags, function in NMClient
-NMSetting8021x:identity, object property in NMSettingOvs +nm_client_get_startup, function in NMClient
-NMSetting8021x:optional, object property in NMSettingOvs +nm_client_get_state, function in NMClient
-NMSetting8021x:pac-file, object property in NMSettingOvs +nm_client_get_version, function in NMClient
-NMSetting8021x:password, object property in NMSettingOvs +nm_client_get_version_info, function in NMClient
-NMSetting8021x:password-flags, object property in NMSettingOvs +NM_CLIENT_HOSTNAME, macro in NMClient
-NMSetting8021x:password-raw, object property in NMSettingOvs +NM_CLIENT_INSTANCE_FLAGS, macro in NMClient
-NMSetting8021x:password-raw-flags, object property in NMSettingOvs +nm_client_load_connections, function in NMClient
-NMSetting8021x:phase1-auth-flags, object property in NMSettingOvs +nm_client_load_connections_async, function in NMClient
-NMSetting8021x:phase1-fast-provisioning, object property in NMSettingOvs +nm_client_load_connections_finish, function in NMClient
-NMSetting8021x:phase1-peaplabel, object property in NMSettingOvs +NM_CLIENT_METERED, macro in NMClient
-NMSetting8021x:phase1-peapver, object property in NMSettingOvs +NM_CLIENT_NETWORKING_ENABLED, macro in NMClient
-NMSetting8021x:phase2-altsubject-matches, object property in NMSettingOvs +nm_client_networking_get_enabled, function in NMClient
-NMSetting8021x:phase2-auth, object property in NMSettingOvs +nm_client_networking_set_enabled, function in NMClient
-NMSetting8021x:phase2-autheap, object property in NMSettingOvs +nm_client_new, function in NMClient
-NMSetting8021x:phase2-ca-cert, object property in NMSettingOvs +nm_client_new_async, function in NMClient
-NMSetting8021x:phase2-ca-cert-password, object property in NMSettingOvs +nm_client_new_finish, function in NMClient
-NMSetting8021x:phase2-ca-cert-password-flags, object property in NMSettingOvs +NM_CLIENT_NM_RUNNING, macro in NMClient
-NMSetting8021x:phase2-ca-path, object property in NMSettingOvs +NM_CLIENT_PERMISSIONS_STATE, macro in NMClient
-NMSetting8021x:phase2-client-cert, object property in NMSettingOvs +NM_CLIENT_PERMISSION_CHANGED, macro in NMClient
-NMSetting8021x:phase2-client-cert-password, object property in NMSettingOvs +NM_CLIENT_PRIMARY_CONNECTION, macro in NMClient
-NMSetting8021x:phase2-client-cert-password-flags, object property in NMSettingOvs +NM_CLIENT_RADIO_FLAGS, macro in NMClient
-NMSetting8021x:phase2-domain-match, object property in NMSettingOvs +nm_client_reload, function in NMClient
-NMSetting8021x:phase2-domain-suffix-match, object property in NMSettingOvs +nm_client_reload_connections, function in NMClient
-NMSetting8021x:phase2-private-key, object property in NMSettingOvs +nm_client_reload_connections_async, function in NMClient
-NMSetting8021x:phase2-private-key-password, object property in NMSettingOvs +nm_client_reload_connections_finish, function in NMClient
-NMSetting8021x:phase2-private-key-password-flags, object property in NMSettingOvs +nm_client_reload_finish, function in NMClient
-NMSetting8021x:phase2-subject-match, object property in NMSettingOvs +nm_client_save_hostname, function in NMClient
-NMSetting8021x:pin, object property in NMSettingOvs +nm_client_save_hostname_async, function in NMClient
-NMSetting8021x:pin-flags, object property in NMSettingOvs +nm_client_save_hostname_finish, function in NMClient
-NMSetting8021x:private-key, object property in NMSettingOvs +nm_client_set_logging, function in NMClient
-NMSetting8021x:private-key-password, object property in NMSettingOvs +NM_CLIENT_STARTUP, macro in NMClient
-NMSetting8021x:private-key-password-flags, object property in NMSettingOvs +NM_CLIENT_STATE, macro in NMClient
-NMSetting8021x:subject-match, object property in NMSettingOvs +NM_CLIENT_VERSION, macro in NMClient
-NMSetting8021x:system-ca-certs, object property in NMSettingOvs +NM_CLIENT_VERSION_INFO, macro in NMClient
-NMSetting8021xAuthFlags, enum in NMSetting8021x +nm_client_wait_shutdown, function in NMClient
-NMSetting8021xCKFormat, enum in NMSetting8021x +nm_client_wait_shutdown_finish, function in NMClient
-NMSetting8021xCKScheme, enum in NMSetting8021x +NM_CLIENT_WIMAX_ENABLED, macro in NMClient
-NMSetting:name, object property in NMSettingOvs +nm_client_wimax_get_enabled, function in NMClient
-NMSettingAdsl, struct in NMSettingOvs +NM_CLIENT_WIMAX_HARDWARE_ENABLED, macro in NMClient
-NMSettingAdsl:encapsulation, object property in NMSettingOvs +nm_client_wimax_hardware_get_enabled, function in NMClient
-NMSettingAdsl:password, object property in NMSettingOvs +nm_client_wimax_set_enabled, function in NMClient
-NMSettingAdsl:password-flags, object property in NMSettingOvs +NM_CLIENT_WIRELESS_ENABLED, macro in NMClient
-NMSettingAdsl:protocol, object property in NMSettingOvs +nm_client_wireless_get_enabled, function in NMClient
-NMSettingAdsl:username, object property in NMSettingOvs +NM_CLIENT_WIRELESS_HARDWARE_ENABLED, macro in NMClient
-NMSettingAdsl:vci, object property in NMSettingOvs +nm_client_wireless_hardware_get_enabled, function in NMClient
-NMSettingAdsl:vpi, object property in NMSettingOvs +nm_client_wireless_set_enabled, function in NMClient
-NMSettingBluetooth, struct in NMSettingOvs +NM_CLIENT_WWAN_ENABLED, macro in NMClient
-NMSettingBluetooth:bdaddr, object property in NMSettingOvs +nm_client_wwan_get_enabled, function in NMClient
-NMSettingBluetooth:type, object property in NMSettingOvs +NM_CLIENT_WWAN_HARDWARE_ENABLED, macro in NMClient
-NMSettingBond, struct in NMSettingOvs +nm_client_wwan_hardware_get_enabled, function in NMClient
-NMSettingBond:options, object property in NMSettingOvs +nm_client_wwan_set_enabled, function in NMClient
-NMSettingBondPort, struct in NMSettingOvs +NMConnection, struct in NMSettingOvs
-NMSettingBondPort:prio, object property in NMSettingOvs +NMConnection::changed, object signal in NMSettingOvs
-NMSettingBondPort:queue-id, object property in NMSettingOvs +NMConnection::secrets-cleared, object signal in NMSettingOvs
-NMSettingBridge, struct in NMSettingOvs +NMConnection::secrets-updated, object signal in NMSettingOvs
-NMSettingBridge:ageing-time, object property in NMSettingOvs +NMConnectionError, enum in nm-errors
-NMSettingBridge:forward-delay, object property in NMSettingOvs +NMConnectionInterface, struct in NMConnection
-NMSettingBridge:group-address, object property in NMSettingOvs +NMConnectionMultiConnect, enum in nm-dbus-interface
-NMSettingBridge:group-forward-mask, object property in NMSettingOvs +NMConnectionSerializationFlags, enum in NMConnection
-NMSettingBridge:hello-time, object property in NMSettingOvs +nm_connection_add_setting, function in NMConnection
-NMSettingBridge:mac-address, object property in NMSettingOvs +NM_CONNECTION_CHANGED, macro in NMConnection
-NMSettingBridge:max-age, object property in NMSettingOvs +nm_connection_clear_secrets, function in NMConnection
-NMSettingBridge:multicast-hash-max, object property in NMSettingOvs +nm_connection_clear_secrets_with_flags, function in NMConnection
-NMSettingBridge:multicast-last-member-count, object property in NMSettingOvs +nm_connection_clear_settings, function in NMConnection
-NMSettingBridge:multicast-last-member-interval, object property in NMSettingOvs +nm_connection_compare, function in NMConnection
-NMSettingBridge:multicast-membership-interval, object property in NMSettingOvs +nm_connection_diff, function in NMConnection
-NMSettingBridge:multicast-querier, object property in NMSettingOvs +nm_connection_dump, function in NMConnection
-NMSettingBridge:multicast-querier-interval, object property in NMSettingOvs +NM_CONNECTION_ERROR, macro in nm-errors
-NMSettingBridge:multicast-query-interval, object property in NMSettingOvs +nm_connection_error_quark, function in nm-errors
-NMSettingBridge:multicast-query-response-interval, object property in NMSettingOvs +nm_connection_for_each_setting_value, function in NMConnection
-NMSettingBridge:multicast-query-use-ifaddr, object property in NMSettingOvs +nm_connection_get_connection_type, function in NMConnection
-NMSettingBridge:multicast-router, object property in NMSettingOvs +nm_connection_get_id, function in NMConnection
-NMSettingBridge:multicast-snooping, object property in NMSettingOvs +nm_connection_get_interface_name, function in NMConnection
-NMSettingBridge:multicast-startup-query-count, object property in NMSettingOvs +nm_connection_get_path, function in NMConnection
-NMSettingBridge:multicast-startup-query-interval, object property in NMSettingOvs +nm_connection_get_setting, function in NMConnection
-NMSettingBridge:priority, object property in NMSettingOvs +nm_connection_get_settings, function in NMConnection
-NMSettingBridge:stp, object property in NMSettingOvs +nm_connection_get_setting_802_1x, function in NMConnection
-NMSettingBridge:vlan-default-pvid, object property in NMSettingOvs +nm_connection_get_setting_adsl, function in NMConnection
-NMSettingBridge:vlan-filtering, object property in NMSettingOvs +nm_connection_get_setting_bluetooth, function in NMConnection
-NMSettingBridge:vlan-protocol, object property in NMSettingOvs +nm_connection_get_setting_bond, function in NMConnection
-NMSettingBridge:vlan-stats-enabled, object property in NMSettingOvs +nm_connection_get_setting_bridge, function in NMConnection
-NMSettingBridge:vlans, object property in NMSettingOvs +nm_connection_get_setting_bridge_port, function in NMConnection
-NMSettingBridgePort, struct in NMSettingOvs +nm_connection_get_setting_by_name, function in NMConnection
-NMSettingBridgePort:hairpin-mode, object property in NMSettingOvs +nm_connection_get_setting_cdma, function in NMConnection
-NMSettingBridgePort:path-cost, object property in NMSettingOvs +nm_connection_get_setting_connection, function in NMConnection
-NMSettingBridgePort:priority, object property in NMSettingOvs +nm_connection_get_setting_dcb, function in NMConnection
-NMSettingBridgePort:vlans, object property in NMSettingOvs +nm_connection_get_setting_dummy, function in NMConnection
-NMSettingCdma, struct in NMSettingOvs +nm_connection_get_setting_generic, function in NMConnection
-NMSettingCdma:mtu, object property in NMSettingOvs +nm_connection_get_setting_gsm, function in NMConnection
-NMSettingCdma:number, object property in NMSettingOvs +nm_connection_get_setting_infiniband, function in NMConnection
-NMSettingCdma:password, object property in NMSettingOvs +nm_connection_get_setting_ip4_config, function in NMConnection
-NMSettingCdma:password-flags, object property in NMSettingOvs +nm_connection_get_setting_ip6_config, function in NMConnection
-NMSettingCdma:username, object property in NMSettingOvs +nm_connection_get_setting_ip_tunnel, function in NMConnection
-NMSettingClearSecretsWithFlagsFn, user_function in NMSetting +nm_connection_get_setting_macsec, function in NMConnection
-NMSettingCompareFlags, enum in NMSetting +nm_connection_get_setting_macvlan, function in NMConnection
-NMSettingConnection, struct in NMSettingOvs +nm_connection_get_setting_olpc_mesh, function in NMConnection
-NMSettingConnection:auth-retries, object property in NMSettingOvs +nm_connection_get_setting_ovs_bridge, function in NMConnection
-NMSettingConnection:autoconnect, object property in NMSettingOvs +nm_connection_get_setting_ovs_interface, function in NMConnection
-NMSettingConnection:autoconnect-priority, object property in NMSettingOvs +nm_connection_get_setting_ovs_patch, function in NMConnection
-NMSettingConnection:autoconnect-retries, object property in NMSettingOvs +nm_connection_get_setting_ovs_port, function in NMConnection
-NMSettingConnection:autoconnect-slaves, object property in NMSettingOvs +nm_connection_get_setting_ppp, function in NMConnection
-NMSettingConnection:dns-over-tls, object property in NMSettingOvs +nm_connection_get_setting_pppoe, function in NMConnection
-NMSettingConnection:gateway-ping-timeout, object property in NMSettingOvs +nm_connection_get_setting_proxy, function in NMConnection
-NMSettingConnection:id, object property in NMSettingOvs +nm_connection_get_setting_serial, function in NMConnection
-NMSettingConnection:interface-name, object property in NMSettingOvs +nm_connection_get_setting_tc_config, function in NMConnection
-NMSettingConnection:lldp, object property in NMSettingOvs +nm_connection_get_setting_team, function in NMConnection
-NMSettingConnection:llmnr, object property in NMSettingOvs +nm_connection_get_setting_team_port, function in NMConnection
-NMSettingConnection:master, object property in NMSettingOvs +nm_connection_get_setting_tun, function in NMConnection
-NMSettingConnection:mdns, object property in NMSettingOvs +nm_connection_get_setting_vlan, function in NMConnection
-NMSettingConnection:metered, object property in NMSettingOvs +nm_connection_get_setting_vpn, function in NMConnection
-NMSettingConnection:mptcp-flags, object property in NMSettingOvs +nm_connection_get_setting_vxlan, function in NMConnection
-NMSettingConnection:mud-url, object property in NMSettingOvs +nm_connection_get_setting_wimax, function in NMConnection
-NMSettingConnection:multi-connect, object property in NMSettingOvs +nm_connection_get_setting_wired, function in NMConnection
-NMSettingConnection:permissions, object property in NMSettingOvs +nm_connection_get_setting_wireless, function in NMConnection
-NMSettingConnection:read-only, object property in NMSettingOvs +nm_connection_get_setting_wireless_security, function in NMConnection
-NMSettingConnection:secondaries, object property in NMSettingOvs +nm_connection_get_uuid, function in NMConnection
-NMSettingConnection:slave-type, object property in NMSettingOvs +nm_connection_get_virtual_device_description, function in NMConnection
-NMSettingConnection:stable-id, object property in NMSettingOvs +nm_connection_is_type, function in NMConnection
-NMSettingConnection:timestamp, object property in NMSettingOvs +nm_connection_is_virtual, function in NMConnection
-NMSettingConnection:type, object property in NMSettingOvs +nm_connection_need_secrets, function in NMConnection
-NMSettingConnection:uuid, object property in NMSettingOvs +nm_connection_normalize, function in NMConnection
-NMSettingConnection:wait-activation-delay, object property in NMSettingOvs +NM_CONNECTION_NORMALIZE_PARAM_IP4_CONFIG_METHOD, macro in NMConnection
-NMSettingConnection:wait-device-timeout, object property in NMSettingOvs +NM_CONNECTION_NORMALIZE_PARAM_IP6_CONFIG_METHOD, macro in NMConnection
-NMSettingConnection:zone, object property in NMSettingOvs +nm_connection_remove_setting, function in NMConnection
-NMSettingConnectionAutoconnectSlaves, enum in NMSettingConnection +nm_connection_replace_settings, function in NMConnection
-NMSettingConnectionDnsOverTls, enum in NMSettingConnection +nm_connection_replace_settings_from_connection, function in NMConnection
-NMSettingConnectionLldp, enum in NMSettingConnection +NM_CONNECTION_SECRETS_CLEARED, macro in NMConnection
-NMSettingConnectionLlmnr, enum in NMSettingConnection +NM_CONNECTION_SECRETS_UPDATED, macro in NMConnection
-NMSettingConnectionMdns, enum in NMSettingConnection +nm_connection_set_path, function in NMConnection
-NMSettingDcb, struct in NMSettingOvs +nm_connection_to_dbus, function in NMConnection
-NMSettingDcb:app-fcoe-flags, object property in NMSettingOvs +nm_connection_update_secrets, function in NMConnection
-NMSettingDcb:app-fcoe-mode, object property in NMSettingOvs +nm_connection_verify, function in NMConnection
-NMSettingDcb:app-fcoe-priority, object property in NMSettingOvs +nm_connection_verify_secrets, function in NMConnection
-NMSettingDcb:app-fip-flags, object property in NMSettingOvs +NMConnectivityState, enum in nm-dbus-interface
-NMSettingDcb:app-fip-priority, object property in NMSettingOvs +nm_conn_wireguard_import, function in nm-conn-utils
-NMSettingDcb:app-iscsi-flags, object property in NMSettingOvs +NMCryptoError, enum in nm-errors
-NMSettingDcb:app-iscsi-priority, object property in NMSettingOvs +NM_CRYPTO_ERROR, macro in nm-errors
-NMSettingDcb:priority-bandwidth, object property in NMSettingOvs +nm_crypto_error_quark, function in nm-errors
+

D

-NMSettingDcb:priority-flow-control, object property in NMSettingOvs +NM_DBUS_INTERFACE, macro in nm-dbus-interface
-NMSettingDcb:priority-flow-control-flags, object property in NMSettingOvs +NM_DBUS_INTERFACE_ACCESS_POINT, macro in nm-dbus-interface
-NMSettingDcb:priority-group-bandwidth, object property in NMSettingOvs +NM_DBUS_INTERFACE_ACTIVE_CONNECTION, macro in nm-dbus-interface
-NMSettingDcb:priority-group-flags, object property in NMSettingOvs +NM_DBUS_INTERFACE_AGENT_MANAGER, macro in nm-dbus-interface
-NMSettingDcb:priority-group-id, object property in NMSettingOvs +NM_DBUS_INTERFACE_CHECKPOINT, macro in nm-dbus-interface
-NMSettingDcb:priority-strict-bandwidth, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE, macro in nm-dbus-interface
-NMSettingDcb:priority-traffic-class, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_6LOWPAN, macro in nm-dbus-interface
-NMSettingDcbFlags, enum in NMSettingDcb +NM_DBUS_INTERFACE_DEVICE_ADSL, macro in nm-dbus-interface
-NMSettingDiffResult, enum in NMSetting +NM_DBUS_INTERFACE_DEVICE_BLUETOOTH, macro in nm-dbus-interface
-NMSettingDummy, struct in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_BOND, macro in nm-dbus-interface
-NMSettingEthtool, struct in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_BRIDGE, macro in nm-dbus-interface
-NMSettingGeneric, struct in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_DUMMY, macro in nm-dbus-interface
-NMSettingGsm, struct in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_GENERIC, macro in nm-dbus-interface
-NMSettingGsm:apn, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_GRE, macro in nm-dbus-interface
-NMSettingGsm:auto-config, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_INFINIBAND, macro in nm-dbus-interface
-NMSettingGsm:device-id, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_IP_TUNNEL, macro in nm-dbus-interface
-NMSettingGsm:home-only, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_LOOPBACK, macro in nm-dbus-interface
-NMSettingGsm:mtu, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_MACSEC, macro in nm-dbus-interface
-NMSettingGsm:network-id, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_MACVLAN, macro in nm-dbus-interface
-NMSettingGsm:number, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_MODEM, macro in nm-dbus-interface
-NMSettingGsm:password, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_OLPC_MESH, macro in nm-dbus-interface
-NMSettingGsm:password-flags, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_OVS_BRIDGE, macro in nm-dbus-interface
-NMSettingGsm:pin, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_OVS_INTERFACE, macro in nm-dbus-interface
-NMSettingGsm:pin-flags, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_OVS_PORT, macro in nm-dbus-interface
-NMSettingGsm:sim-id, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_PPP, macro in nm-dbus-interface
-NMSettingGsm:sim-operator-id, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_STATISTICS, macro in nm-dbus-interface
-NMSettingGsm:username, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_TEAM, macro in nm-dbus-interface
-NMSettingHostname, struct in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_TUN, macro in nm-dbus-interface
-NMSettingHostname:from-dhcp, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_VETH, macro in nm-dbus-interface
-NMSettingHostname:from-dns-lookup, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_VLAN, macro in nm-dbus-interface
-NMSettingHostname:only-from-default, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_VRF, macro in nm-dbus-interface
-NMSettingHostname:priority, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_VXLAN, macro in nm-dbus-interface
-NMSettingInfiniband, struct in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_WIFI_P2P, macro in nm-dbus-interface
-NMSettingInfiniband:mac-address, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_WIMAX, macro in nm-dbus-interface
-NMSettingInfiniband:mtu, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_WIRED, macro in nm-dbus-interface
-NMSettingInfiniband:p-key, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_WIREGUARD, macro in nm-dbus-interface
-NMSettingInfiniband:parent, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_WIRELESS, macro in nm-dbus-interface
-NMSettingInfiniband:transport-mode, object property in NMSettingOvs +NM_DBUS_INTERFACE_DEVICE_WPAN, macro in nm-dbus-interface
-NMSettingIP4Config, struct in NMSettingOvs +NM_DBUS_INTERFACE_DHCP4_CONFIG, macro in nm-dbus-interface
-NMSettingIP4Config:dhcp-client-id, object property in NMSettingOvs +NM_DBUS_INTERFACE_DHCP6_CONFIG, macro in nm-dbus-interface
-NMSettingIP4Config:dhcp-fqdn, object property in NMSettingOvs +NM_DBUS_INTERFACE_DNS_MANAGER, macro in nm-dbus-interface
-NMSettingIP4Config:dhcp-vendor-class-identifier, object property in NMSettingOvs +NM_DBUS_INTERFACE_IP4_CONFIG, macro in nm-dbus-interface
-NMSettingIP4Config:link-local, object property in NMSettingOvs +NM_DBUS_INTERFACE_IP6_CONFIG, macro in nm-dbus-interface
-NMSettingIP4LinkLocal, enum in NMSettingIP4Config +NM_DBUS_INTERFACE_SECRET_AGENT, macro in nm-dbus-interface
-NMSettingIP6Config, struct in NMSettingOvs +NM_DBUS_INTERFACE_SETTINGS, macro in nm-dbus-interface
-NMSettingIP6Config:addr-gen-mode, object property in NMSettingOvs +NM_DBUS_INTERFACE_SETTINGS_CONNECTION, macro in nm-dbus-interface
-NMSettingIP6Config:dhcp-duid, object property in NMSettingOvs +NM_DBUS_INTERFACE_SETTINGS_CONNECTION_SECRETS, macro in nm-dbus-interface
-NMSettingIP6Config:ip6-privacy, object property in NMSettingOvs +NM_DBUS_INTERFACE_VPN, macro in nm-vpn-dbus-interface
-NMSettingIP6Config:mtu, object property in NMSettingOvs +NM_DBUS_INTERFACE_VPN_CONNECTION, macro in nm-vpn-dbus-interface
-NMSettingIP6Config:ra-timeout, object property in NMSettingOvs +NM_DBUS_INTERFACE_WIFI_P2P_PEER, macro in nm-dbus-interface
-NMSettingIP6Config:token, object property in NMSettingOvs +NM_DBUS_INTERFACE_WIMAX_NSP, macro in nm-dbus-interface
-NMSettingIP6ConfigAddrGenMode, enum in NMSettingIP6Config +NM_DBUS_INVALID_VPN_CONNECTION, macro in nm-vpn-dbus-interface
-NMSettingIP6ConfigPrivacy, enum in NMSettingIP6Config +NM_DBUS_NO_ACTIVE_VPN_CONNECTION, macro in nm-vpn-dbus-interface
-NMSettingIPConfig, struct in NMSettingOvs +NM_DBUS_NO_VPN_CONNECTIONS, macro in nm-vpn-dbus-interface
-NMSettingIPConfig:addresses, object property in NMSettingOvs +NM_DBUS_PATH, macro in nm-dbus-interface
-NMSettingIPConfig:auto-route-ext-gw, object property in NMSettingOvs +NM_DBUS_PATH_ACCESS_POINT, macro in nm-dbus-interface
-NMSettingIPConfig:dad-timeout, object property in NMSettingOvs +NM_DBUS_PATH_AGENT_MANAGER, macro in nm-dbus-interface
-NMSettingIPConfig:dhcp-hostname, object property in NMSettingOvs +NM_DBUS_PATH_DNS_MANAGER, macro in nm-dbus-interface
-NMSettingIPConfig:dhcp-hostname-flags, object property in NMSettingOvs +NM_DBUS_PATH_SECRET_AGENT, macro in nm-dbus-interface
-NMSettingIPConfig:dhcp-iaid, object property in NMSettingOvs +NM_DBUS_PATH_SETTINGS, macro in nm-dbus-interface
-NMSettingIPConfig:dhcp-reject-servers, object property in NMSettingOvs +NM_DBUS_PATH_SETTINGS_CONNECTION, macro in nm-dbus-interface
-NMSettingIPConfig:dhcp-send-hostname, object property in NMSettingOvs +NM_DBUS_PATH_VPN, macro in nm-vpn-dbus-interface
-NMSettingIPConfig:dhcp-timeout, object property in NMSettingOvs +NM_DBUS_PATH_VPN_CONNECTION, macro in nm-vpn-dbus-interface
-NMSettingIPConfig:dns, object property in NMSettingOvs +NM_DBUS_PATH_WIFI_P2P_PEER, macro in nm-dbus-interface
-NMSettingIPConfig:dns-options, object property in NMSettingOvs +NM_DBUS_PATH_WIMAX_NSP, macro in nm-dbus-interface
-NMSettingIPConfig:dns-priority, object property in NMSettingOvs +NM_DBUS_SERVICE, macro in nm-dbus-interface
-NMSettingIPConfig:dns-search, object property in NMSettingOvs +NM_DBUS_VPN_ALREADY_STARTED, macro in nm-vpn-dbus-interface
-NMSettingIPConfig:gateway, object property in NMSettingOvs +NM_DBUS_VPN_ALREADY_STOPPED, macro in nm-vpn-dbus-interface
-NMSettingIPConfig:ignore-auto-dns, object property in NMSettingOvs +NM_DBUS_VPN_BAD_ARGUMENTS, macro in nm-vpn-dbus-interface
-NMSettingIPConfig:ignore-auto-routes, object property in NMSettingOvs +NM_DBUS_VPN_ERROR_PREFIX, macro in nm-vpn-dbus-interface
-NMSettingIPConfig:may-fail, object property in NMSettingOvs +NM_DBUS_VPN_INTERACTIVE_NOT_SUPPORTED, macro in nm-vpn-dbus-interface
-NMSettingIPConfig:method, object property in NMSettingOvs +NM_DBUS_VPN_SIGNAL_CONNECT_FAILED, macro in nm-vpn-dbus-interface
-NMSettingIPConfig:never-default, object property in NMSettingOvs +NM_DBUS_VPN_SIGNAL_IP4_CONFIG, macro in nm-vpn-dbus-interface
-NMSettingIPConfig:replace-local-rule, object property in NMSettingOvs +NM_DBUS_VPN_SIGNAL_IP_CONFIG_BAD, macro in nm-vpn-dbus-interface
-NMSettingIPConfig:required-timeout, object property in NMSettingOvs +NM_DBUS_VPN_SIGNAL_LAUNCH_FAILED, macro in nm-vpn-dbus-interface
-NMSettingIPConfig:route-metric, object property in NMSettingOvs +NM_DBUS_VPN_SIGNAL_LOGIN_BANNER, macro in nm-vpn-dbus-interface
-NMSettingIPConfig:route-table, object property in NMSettingOvs +NM_DBUS_VPN_SIGNAL_LOGIN_FAILED, macro in nm-vpn-dbus-interface
-NMSettingIPConfig:routes, object property in NMSettingOvs +NM_DBUS_VPN_SIGNAL_STATE_CHANGE, macro in nm-vpn-dbus-interface
-NMSettingIPTunnel, struct in NMSettingOvs +NM_DBUS_VPN_SIGNAL_VPN_CONFIG_BAD, macro in nm-vpn-dbus-interface
-NMSettingIPTunnel:encapsulation-limit, object property in NMSettingOvs +NM_DBUS_VPN_STARTING_IN_PROGRESS, macro in nm-vpn-dbus-interface
-NMSettingIPTunnel:flags, object property in NMSettingOvs +NM_DBUS_VPN_STOPPING_IN_PROGRESS, macro in nm-vpn-dbus-interface
-NMSettingIPTunnel:flow-label, object property in NMSettingOvs +NM_DBUS_VPN_WRONG_STATE, macro in nm-vpn-dbus-interface
-NMSettingIPTunnel:fwmark, object property in NMSettingOvs +NM_DEPRECATED_IN_0_9_10, macro in nm-version
-NMSettingIPTunnel:input-key, object property in NMSettingOvs +NM_DEPRECATED_IN_0_9_10_FOR, macro in nm-version
-NMSettingIPTunnel:local, object property in NMSettingOvs +NM_DEPRECATED_IN_1_0, macro in nm-version
-NMSettingIPTunnel:mode, object property in NMSettingOvs +NM_DEPRECATED_IN_1_0_FOR, macro in nm-version
-NMSettingIPTunnel:mtu, object property in NMSettingOvs +NM_DEPRECATED_IN_1_10, macro in nm-version
-NMSettingIPTunnel:output-key, object property in NMSettingOvs +NM_DEPRECATED_IN_1_10_FOR, macro in nm-version
-NMSettingIPTunnel:parent, object property in NMSettingOvs +NM_DEPRECATED_IN_1_12, macro in nm-version
-NMSettingIPTunnel:path-mtu-discovery, object property in NMSettingOvs +NM_DEPRECATED_IN_1_12_FOR, macro in nm-version
-NMSettingIPTunnel:remote, object property in NMSettingOvs +NM_DEPRECATED_IN_1_14, macro in nm-version
-NMSettingIPTunnel:tos, object property in NMSettingOvs +NM_DEPRECATED_IN_1_14_FOR, macro in nm-version
-NMSettingIPTunnel:ttl, object property in NMSettingOvs +NM_DEPRECATED_IN_1_16, macro in nm-version
-NMSettingLoopback, struct in NMSettingOvs +NM_DEPRECATED_IN_1_16_FOR, macro in nm-version
-NMSettingLoopback:mtu, object property in NMSettingOvs +NM_DEPRECATED_IN_1_18, macro in nm-version
-NMSettingMacRandomization, enum in NMSetting +NM_DEPRECATED_IN_1_18_FOR, macro in nm-version
-NMSettingMacsec, struct in NMSettingOvs +NM_DEPRECATED_IN_1_2, macro in nm-version
-NMSettingMacsec:encrypt, object property in NMSettingOvs +NM_DEPRECATED_IN_1_20, macro in nm-version
-NMSettingMacsec:mka-cak, object property in NMSettingOvs +NM_DEPRECATED_IN_1_20_FOR, macro in nm-version
-NMSettingMacsec:mka-cak-flags, object property in NMSettingOvs +NM_DEPRECATED_IN_1_22, macro in nm-version
-NMSettingMacsec:mka-ckn, object property in NMSettingOvs +NM_DEPRECATED_IN_1_22_FOR, macro in nm-version
-NMSettingMacsec:mode, object property in NMSettingOvs +NM_DEPRECATED_IN_1_24, macro in nm-version
-NMSettingMacsec:parent, object property in NMSettingOvs +NM_DEPRECATED_IN_1_24_FOR, macro in nm-version
-NMSettingMacsec:port, object property in NMSettingOvs +NM_DEPRECATED_IN_1_26, macro in nm-version
-NMSettingMacsec:send-sci, object property in NMSettingOvs +NM_DEPRECATED_IN_1_26_FOR, macro in nm-version
-NMSettingMacsec:validation, object property in NMSettingOvs +NM_DEPRECATED_IN_1_28, macro in nm-version
-NMSettingMacsecMode, enum in NMSettingMacsec +NM_DEPRECATED_IN_1_28_FOR, macro in nm-version
-NMSettingMacsecValidation, enum in NMSettingMacsec +NM_DEPRECATED_IN_1_2_FOR, macro in nm-version
-NMSettingMacvlan, struct in NMSettingOvs +NM_DEPRECATED_IN_1_30, macro in nm-version
-NMSettingMacvlan:mode, object property in NMSettingOvs +NM_DEPRECATED_IN_1_30_FOR, macro in nm-version
-NMSettingMacvlan:parent, object property in NMSettingOvs +NM_DEPRECATED_IN_1_32, macro in nm-version
-NMSettingMacvlan:promiscuous, object property in NMSettingOvs +NM_DEPRECATED_IN_1_32_FOR, macro in nm-version
-NMSettingMacvlan:tap, object property in NMSettingOvs +NM_DEPRECATED_IN_1_34, macro in nm-version
-NMSettingMacvlanMode, enum in NMSettingMacvlan +NM_DEPRECATED_IN_1_34_FOR, macro in nm-version
-NMSettingMatch, struct in NMSettingOvs +NM_DEPRECATED_IN_1_36, macro in nm-version
-NMSettingMatch:driver, object property in NMSettingOvs +NM_DEPRECATED_IN_1_36_FOR, macro in nm-version
-NMSettingMatch:interface-name, object property in NMSettingOvs +NM_DEPRECATED_IN_1_38, macro in nm-version
-NMSettingMatch:kernel-command-line, object property in NMSettingOvs +NM_DEPRECATED_IN_1_38_FOR, macro in nm-version
-NMSettingMatch:path, object property in NMSettingOvs +NM_DEPRECATED_IN_1_4, macro in nm-version
-NMSettingOlpcMesh, struct in NMSettingOvs +NM_DEPRECATED_IN_1_40, macro in nm-version
-NMSettingOlpcMesh:channel, object property in NMSettingOvs +NM_DEPRECATED_IN_1_40_FOR, macro in nm-version
-NMSettingOlpcMesh:dhcp-anycast-address, object property in NMSettingOvs +NM_DEPRECATED_IN_1_42, macro in nm-version
-NMSettingOlpcMesh:ssid, object property in NMSettingOvs +NM_DEPRECATED_IN_1_42_FOR, macro in nm-version
-NMSettingOvsBridge, struct in NMSettingOvs +NM_DEPRECATED_IN_1_44, macro in nm-version
-NMSettingOvsBridge:datapath-type, object property in NMSettingOvs +NM_DEPRECATED_IN_1_44_FOR, macro in nm-version
-NMSettingOvsBridge:fail-mode, object property in NMSettingOvs +NM_DEPRECATED_IN_1_4_FOR, macro in nm-version
-NMSettingOvsBridge:mcast-snooping-enable, object property in NMSettingOvs +NM_DEPRECATED_IN_1_6, macro in nm-version
-NMSettingOvsBridge:rstp-enable, object property in NMSettingOvs +NM_DEPRECATED_IN_1_6_FOR, macro in nm-version
-NMSettingOvsBridge:stp-enable, object property in NMSettingOvs +NM_DEPRECATED_IN_1_8, macro in nm-version
-NMSettingOvsDpdk, struct in NMSettingOvs +NM_DEPRECATED_IN_1_8_FOR, macro in nm-vpn-dbus-interface
-NMSettingOvsDpdk:devargs, object property in NMSettingOvs +NMDevice, struct in NMDevice
-NMSettingOvsDpdk:n-rxq, object property in NMSettingOvs +NMDevice6Lowpan, struct in NMDevice6Lowpan
-NMSettingOvsDpdk:n-rxq-desc, object property in NMSettingOvs +NMDevice6Lowpan:parent, object property in NMDevice6Lowpan
-NMSettingOvsDpdk:n-txq-desc, object property in NMSettingOvs +NMDevice::state-changed, object signal in NMDevice
-NMSettingOvsExternalIDs, struct in NMSettingOvs +NMDevice:active-connection, object property in NMDevice
-NMSettingOvsExternalIDs:data, object property in NMSettingOvs +NMDevice:autoconnect, object property in NMDevice
-NMSettingOvsInterface, struct in NMSettingOvs +NMDevice:available-connections, object property in NMDevice
-NMSettingOvsInterface:ofport-request, object property in NMSettingOvs +NMDevice:capabilities, object property in NMDevice
-NMSettingOvsInterface:type, object property in NMSettingOvs +NMDevice:device-type, object property in NMDevice
-NMSettingOvsOtherConfig, struct in NMSettingOvs +NMDevice:dhcp4-config, object property in NMDevice
-NMSettingOvsOtherConfig:data, object property in NMSettingOvs +NMDevice:dhcp6-config, object property in NMDevice
-NMSettingOvsPatch, struct in NMSettingOvs +NMDevice:driver, object property in NMDevice
-NMSettingOvsPatch:peer, object property in NMSettingOvs +NMDevice:driver-version, object property in NMDevice
-NMSettingOvsPort, struct in NMSettingOvs +NMDevice:firmware-missing, object property in NMDevice
-NMSettingOvsPort:bond-downdelay, object property in NMSettingOvs +NMDevice:firmware-version, object property in NMDevice
-NMSettingOvsPort:bond-mode, object property in NMSettingOvs +NMDevice:hw-address, object property in NMDevice
-NMSettingOvsPort:bond-updelay, object property in NMSettingOvs +NMDevice:interface, object property in NMDevice
-NMSettingOvsPort:lacp, object property in NMSettingOvs +NMDevice:interface-flags, object property in NMDevice
-NMSettingOvsPort:tag, object property in NMSettingOvs +NMDevice:ip-interface, object property in NMDevice
-NMSettingOvsPort:trunks, object property in NMSettingOvs +NMDevice:ip4-config, object property in NMDevice
-NMSettingOvsPort:vlan-mode, object property in NMSettingOvs +NMDevice:ip4-connectivity, object property in NMDevice
-NMSettingPpp, struct in NMSettingOvs +NMDevice:ip6-config, object property in NMDevice
-NMSettingPpp:baud, object property in NMSettingOvs +NMDevice:ip6-connectivity, object property in NMDevice
-NMSettingPpp:crtscts, object property in NMSettingOvs +NMDevice:lldp-neighbors, object property in NMDevice
-NMSettingPpp:lcp-echo-failure, object property in NMSettingOvs +NMDevice:managed, object property in NMDevice
-NMSettingPpp:lcp-echo-interval, object property in NMSettingOvs +NMDevice:metered, object property in NMDevice
-NMSettingPpp:mppe-stateful, object property in NMSettingOvs +NMDevice:mtu, object property in NMDevice
-NMSettingPpp:mru, object property in NMSettingOvs +NMDevice:nm-plugin-missing, object property in NMDevice
-NMSettingPpp:mtu, object property in NMSettingOvs +NMDevice:path, object property in NMDevice
-NMSettingPpp:no-vj-comp, object property in NMSettingOvs +NMDevice:physical-port-id, object property in NMDevice
-NMSettingPpp:noauth, object property in NMSettingOvs +NMDevice:ports, object property in NMDevice
-NMSettingPpp:nobsdcomp, object property in NMSettingOvs +NMDevice:product, object property in NMDevice
-NMSettingPpp:nodeflate, object property in NMSettingOvs +NMDevice:real, object property in NMDevice
-NMSettingPpp:refuse-chap, object property in NMSettingOvs +NMDevice:state, object property in NMDevice
-NMSettingPpp:refuse-eap, object property in NMSettingOvs +NMDevice:state-reason, object property in NMDevice
-NMSettingPpp:refuse-mschap, object property in NMSettingOvs +NMDevice:udi, object property in NMDevice
-NMSettingPpp:refuse-mschapv2, object property in NMSettingOvs +NMDevice:vendor, object property in NMDevice
-NMSettingPpp:refuse-pap, object property in NMSettingOvs +NMDeviceAdsl, struct in NMDeviceAdsl
-NMSettingPpp:require-mppe, object property in NMSettingOvs +NMDeviceAdsl:carrier, object property in NMDeviceAdsl
-NMSettingPpp:require-mppe-128, object property in NMSettingOvs +NMDeviceBond, struct in NMDeviceBond
-NMSettingPppoe, struct in NMSettingOvs +NMDeviceBond:carrier, object property in NMDeviceBond
-NMSettingPppoe:parent, object property in NMSettingOvs +NMDeviceBond:slaves, object property in NMDeviceBond
-NMSettingPppoe:password, object property in NMSettingOvs +NMDeviceBridge, struct in NMDeviceBridge
-NMSettingPppoe:password-flags, object property in NMSettingOvs +NMDeviceBridge:carrier, object property in NMDeviceBridge
-NMSettingPppoe:service, object property in NMSettingOvs +NMDeviceBridge:slaves, object property in NMDeviceBridge
-NMSettingPppoe:username, object property in NMSettingOvs +NMDeviceBt, struct in NMDeviceBt
-NMSettingProxy, struct in NMSettingOvs +NMDeviceBt:bt-capabilities, object property in NMDeviceBt
-NMSettingProxy:browser-only, object property in NMSettingOvs +NMDeviceBt:name, object property in NMDeviceBt
-NMSettingProxy:method, object property in NMSettingOvs +NMDeviceCapabilities, enum in nm-dbus-interface
-NMSettingProxy:pac-script, object property in NMSettingOvs +NMDeviceDummy, struct in NMDeviceDummy
-NMSettingProxy:pac-url, object property in NMSettingOvs +NMDeviceError, enum in nm-errors
-NMSettingProxyMethod, enum in NMSettingProxy +NMDeviceEthernet, struct in NMDeviceEthernet
-NMSettingsAddConnection2Flags, enum in nm-dbus-interface +NMDeviceEthernet:carrier, object property in NMDeviceEthernet
-NMSettingsConnectionFlags, enum in nm-dbus-interface +NMDeviceEthernet:perm-hw-address, object property in NMDeviceEthernet
-NMSettingSecretFlags, enum in NMSetting +NMDeviceEthernet:s390-subchannels, object property in NMDeviceEthernet
-NMSettingSerial, struct in NMSettingOvs +NMDeviceEthernet:speed, object property in NMDeviceEthernet
-NMSettingSerial:baud, object property in NMSettingOvs +NMDeviceGeneric, struct in NMDeviceGeneric
-NMSettingSerial:bits, object property in NMSettingOvs +NMDeviceGeneric:type-description, object property in NMDeviceGeneric
-NMSettingSerial:parity, object property in NMSettingOvs +NMDeviceInfiniband, struct in NMDeviceInfiniband
-NMSettingSerial:send-delay, object property in NMSettingOvs +NMDeviceInfiniband:carrier, object property in NMDeviceInfiniband
-NMSettingSerial:stopbits, object property in NMSettingOvs +NMDeviceInterfaceFlags, enum in nm-dbus-interface
-NMSettingSerialParity, enum in NMSettingSerial +NMDeviceIPTunnel, struct in NMDeviceIPTunnel
-NMSettingsError, enum in nm-errors +NMDeviceIPTunnel:encapsulation-limit, object property in NMDeviceIPTunnel
-NMSettingSriov, struct in NMSettingOvs +NMDeviceIPTunnel:flags, object property in NMDeviceIPTunnel
-NMSettingSriov:autoprobe-drivers, object property in NMSettingOvs +NMDeviceIPTunnel:flow-label, object property in NMDeviceIPTunnel
-NMSettingSriov:total-vfs, object property in NMSettingOvs +NMDeviceIPTunnel:input-key, object property in NMDeviceIPTunnel
-NMSettingSriov:vfs, object property in NMSettingOvs +NMDeviceIPTunnel:local, object property in NMDeviceIPTunnel
-NMSettingsUpdate2Flags, enum in nm-dbus-interface +NMDeviceIPTunnel:mode, object property in NMDeviceIPTunnel
-NMSettingTCConfig, struct in NMSettingOvs +NMDeviceIPTunnel:output-key, object property in NMDeviceIPTunnel
-NMSettingTCConfig:qdiscs, object property in NMSettingOvs +NMDeviceIPTunnel:parent, object property in NMDeviceIPTunnel
-NMSettingTCConfig:tfilters, object property in NMSettingOvs +NMDeviceIPTunnel:path-mtu-discovery, object property in NMDeviceIPTunnel
-NMSettingTeam, struct in NMSettingOvs +NMDeviceIPTunnel:remote, object property in NMDeviceIPTunnel
-NMSettingTeam:config, object property in NMSettingOvs +NMDeviceIPTunnel:tos, object property in NMDeviceIPTunnel
-NMSettingTeam:link-watchers, object property in NMSettingOvs +NMDeviceIPTunnel:ttl, object property in NMDeviceIPTunnel
-NMSettingTeam:mcast-rejoin-count, object property in NMSettingOvs +NMDeviceLoopback, struct in NMDeviceLoopback
-NMSettingTeam:mcast-rejoin-interval, object property in NMSettingOvs +NMDeviceMacsec, struct in NMDeviceMacsec
-NMSettingTeam:notify-peers-count, object property in NMSettingOvs +NMDeviceMacsec:cipher-suite, object property in NMDeviceMacsec
-NMSettingTeam:notify-peers-interval, object property in NMSettingOvs +NMDeviceMacsec:encoding-sa, object property in NMDeviceMacsec
-NMSettingTeam:runner, object property in NMSettingOvs +NMDeviceMacsec:encrypt, object property in NMDeviceMacsec
-NMSettingTeam:runner-active, object property in NMSettingOvs +NMDeviceMacsec:es, object property in NMDeviceMacsec
-NMSettingTeam:runner-agg-select-policy, object property in NMSettingOvs +NMDeviceMacsec:icv-length, object property in NMDeviceMacsec
-NMSettingTeam:runner-fast-rate, object property in NMSettingOvs +NMDeviceMacsec:include-sci, object property in NMDeviceMacsec
-NMSettingTeam:runner-hwaddr-policy, object property in NMSettingOvs +NMDeviceMacsec:parent, object property in NMDeviceMacsec
-NMSettingTeam:runner-min-ports, object property in NMSettingOvs +NMDeviceMacsec:protect, object property in NMDeviceMacsec
-NMSettingTeam:runner-sys-prio, object property in NMSettingOvs +NMDeviceMacsec:replay-protect, object property in NMDeviceMacsec
-NMSettingTeam:runner-tx-balancer, object property in NMSettingOvs +NMDeviceMacsec:scb, object property in NMDeviceMacsec
-NMSettingTeam:runner-tx-balancer-interval, object property in NMSettingOvs +NMDeviceMacsec:sci, object property in NMDeviceMacsec
-NMSettingTeam:runner-tx-hash, object property in NMSettingOvs +NMDeviceMacsec:validation, object property in NMDeviceMacsec
-NMSettingTeamPort, struct in NMSettingOvs +NMDeviceMacsec:window, object property in NMDeviceMacsec
-NMSettingTeamPort:config, object property in NMSettingOvs +NMDeviceMacvlan, struct in NMDeviceMacvlan
-NMSettingTeamPort:lacp-key, object property in NMSettingOvs +NMDeviceMacvlan:mode, object property in NMDeviceMacvlan
-NMSettingTeamPort:lacp-prio, object property in NMSettingOvs +NMDeviceMacvlan:no-promisc, object property in NMDeviceMacvlan
-NMSettingTeamPort:link-watchers, object property in NMSettingOvs +NMDeviceMacvlan:parent, object property in NMDeviceMacvlan
-NMSettingTeamPort:prio, object property in NMSettingOvs +NMDeviceMacvlan:tap, object property in NMDeviceMacvlan
-NMSettingTeamPort:queue-id, object property in NMSettingOvs +NMDeviceModem, struct in NMDeviceModem
-NMSettingTeamPort:sticky, object property in NMSettingOvs +NMDeviceModem:apn, object property in NMDeviceModem
-NMSettingTun, struct in NMSettingOvs +NMDeviceModem:current-capabilities, object property in NMDeviceModem
-NMSettingTun:group, object property in NMSettingOvs +NMDeviceModem:device-id, object property in NMDeviceModem
-NMSettingTun:mode, object property in NMSettingOvs +NMDeviceModem:modem-capabilities, object property in NMDeviceModem
-NMSettingTun:multi-queue, object property in NMSettingOvs +NMDeviceModem:operator-code, object property in NMDeviceModem
-NMSettingTun:owner, object property in NMSettingOvs +NMDeviceModemCapabilities, enum in nm-dbus-interface
-NMSettingTun:pi, object property in NMSettingOvs +NMDeviceOlpcMesh, struct in NMDeviceOlpcMesh
-NMSettingTun:vnet-hdr, object property in NMSettingOvs +NMDeviceOlpcMesh:active-channel, object property in NMDeviceOlpcMesh
-NMSettingTunMode, enum in NMSettingTun +NMDeviceOlpcMesh:companion, object property in NMDeviceOlpcMesh
-NMSettingUser, struct in NMSettingOvs +NMDeviceOvsBridge, struct in NMDeviceOvsBridge
-NMSettingUser:data, object property in NMSettingOvs +NMDeviceOvsBridge:slaves, object property in NMDeviceOvsBridge
-NMSettingValueIterFn, user_function in NMSetting +NMDeviceOvsInterface, struct in NMDeviceOvsInterface
-NMSettingVeth, struct in NMSettingOvs +NMDeviceOvsPort, struct in NMDeviceOvsPort
-NMSettingVeth:peer, object property in NMSettingOvs +NMDeviceOvsPort:slaves, object property in NMDeviceOvsPort
-NMSettingVlan, struct in NMSettingOvs +NMDevicePpp, struct in NMDevicePpp
-NMSettingVlan:egress-priority-map, object property in NMSettingOvs +NMDeviceReapplyFlags, enum in nm-dbus-interface
-NMSettingVlan:flags, object property in NMSettingOvs +NMDeviceState, enum in nm-dbus-interface
-NMSettingVlan:id, object property in NMSettingOvs +NMDeviceStateReason, enum in nm-dbus-interface
-NMSettingVlan:ingress-priority-map, object property in NMSettingOvs +NMDeviceTeam, struct in NMDeviceTeam
-NMSettingVlan:parent, object property in NMSettingOvs +NMDeviceTeam:carrier, object property in NMDeviceTeam
-NMSettingVlan:protocol, object property in NMSettingOvs +NMDeviceTeam:config, object property in NMDeviceTeam
-NMSettingVpn, struct in NMSettingOvs +NMDeviceTeam:slaves, object property in NMDeviceTeam
-NMSettingVpn:data, object property in NMSettingOvs +NMDeviceTun, struct in NMDeviceTun
-NMSettingVpn:persistent, object property in NMSettingOvs +NMDeviceTun:group, object property in NMDeviceTun
-NMSettingVpn:secrets, object property in NMSettingOvs +NMDeviceTun:mode, object property in NMDeviceTun
-NMSettingVpn:service-type, object property in NMSettingOvs +NMDeviceTun:multi-queue, object property in NMDeviceTun
-NMSettingVpn:timeout, object property in NMSettingOvs +NMDeviceTun:no-pi, object property in NMDeviceTun
-NMSettingVpn:user-name, object property in NMSettingOvs +NMDeviceTun:owner, object property in NMDeviceTun
-NMSettingVrf, struct in NMSettingOvs +NMDeviceTun:vnet-hdr, object property in NMDeviceTun
-NMSettingVrf:table, object property in NMSettingOvs +NMDeviceType, enum in nm-dbus-interface
-NMSettingVxlan, struct in NMSettingOvs +NMDeviceVeth, struct in NMDeviceVeth
-NMSettingVxlan:ageing, object property in NMSettingOvs +NMDeviceVeth:peer, object property in NMDeviceVeth
-NMSettingVxlan:destination-port, object property in NMSettingOvs +NMDeviceVlan, struct in NMDeviceVlan
-NMSettingVxlan:id, object property in NMSettingOvs +NMDeviceVlan:carrier, object property in NMDeviceVlan
-NMSettingVxlan:l2-miss, object property in NMSettingOvs +NMDeviceVlan:parent, object property in NMDeviceVlan
-NMSettingVxlan:l3-miss, object property in NMSettingOvs +NMDeviceVlan:vlan-id, object property in NMDeviceVlan
-NMSettingVxlan:learning, object property in NMSettingOvs +NMDeviceVrf, struct in NMDeviceVrf
-NMSettingVxlan:limit, object property in NMSettingOvs +NMDeviceVrf:table, object property in NMDeviceVrf
-NMSettingVxlan:local, object property in NMSettingOvs +NMDeviceVxlan, struct in NMDeviceVxlan
-NMSettingVxlan:parent, object property in NMSettingOvs +NMDeviceVxlan:ageing, object property in NMDeviceVxlan
-NMSettingVxlan:proxy, object property in NMSettingOvs +NMDeviceVxlan:carrier, object property in NMDeviceVxlan
-NMSettingVxlan:remote, object property in NMSettingOvs +NMDeviceVxlan:dst-port, object property in NMDeviceVxlan
-NMSettingVxlan:rsc, object property in NMSettingOvs +NMDeviceVxlan:group, object property in NMDeviceVxlan
-NMSettingVxlan:source-port-max, object property in NMSettingOvs +NMDeviceVxlan:id, object property in NMDeviceVxlan
-NMSettingVxlan:source-port-min, object property in NMSettingOvs +NMDeviceVxlan:l2miss, object property in NMDeviceVxlan
-NMSettingVxlan:tos, object property in NMSettingOvs +NMDeviceVxlan:l3miss, object property in NMDeviceVxlan
-NMSettingVxlan:ttl, object property in NMSettingOvs +NMDeviceVxlan:learning, object property in NMDeviceVxlan
-NMSettingWifiP2P, struct in NMSettingOvs +NMDeviceVxlan:limit, object property in NMDeviceVxlan
-NMSettingWifiP2P:peer, object property in NMSettingOvs +NMDeviceVxlan:local, object property in NMDeviceVxlan
-NMSettingWifiP2P:wfd-ies, object property in NMSettingOvs +NMDeviceVxlan:parent, object property in NMDeviceVxlan
-NMSettingWifiP2P:wps-method, object property in NMSettingOvs +NMDeviceVxlan:proxy, object property in NMDeviceVxlan
-NMSettingWimax, struct in NMSettingOvs +NMDeviceVxlan:rsc, object property in NMDeviceVxlan
-NMSettingWimax:mac-address, object property in NMSettingOvs +NMDeviceVxlan:src-port-max, object property in NMDeviceVxlan
-NMSettingWimax:network-name, object property in NMSettingOvs +NMDeviceVxlan:src-port-min, object property in NMDeviceVxlan
-NMSettingWired, struct in NMSettingOvs +NMDeviceVxlan:tos, object property in NMDeviceVxlan
-NMSettingWired:accept-all-mac-addresses, object property in NMSettingOvs +NMDeviceVxlan:ttl, object property in NMDeviceVxlan
-NMSettingWired:auto-negotiate, object property in NMSettingOvs +NMDeviceWifi, struct in NMDeviceWifi
-NMSettingWired:cloned-mac-address, object property in NMSettingOvs +NMDeviceWifi::access-point-added, object signal in NMDeviceWifi
-NMSettingWired:duplex, object property in NMSettingOvs +NMDeviceWifi::access-point-removed, object signal in NMDeviceWifi
-NMSettingWired:generate-mac-address-mask, object property in NMSettingOvs +NMDeviceWifi:access-points, object property in NMDeviceWifi
-NMSettingWired:mac-address, object property in NMSettingOvs +NMDeviceWifi:active-access-point, object property in NMDeviceWifi
-NMSettingWired:mac-address-blacklist, object property in NMSettingOvs +NMDeviceWifi:bitrate, object property in NMDeviceWifi
-NMSettingWired:mtu, object property in NMSettingOvs +NMDeviceWifi:last-scan, object property in NMDeviceWifi
-NMSettingWired:port, object property in NMSettingOvs +NMDeviceWifi:mode, object property in NMDeviceWifi
-NMSettingWired:s390-nettype, object property in NMSettingOvs +NMDeviceWifi:perm-hw-address, object property in NMDeviceWifi
-NMSettingWired:s390-options, object property in NMSettingOvs +NMDeviceWifi:wireless-capabilities, object property in NMDeviceWifi
-NMSettingWired:s390-subchannels, object property in NMSettingOvs +NMDeviceWifiCapabilities, enum in nm-dbus-interface
-NMSettingWired:speed, object property in NMSettingOvs +NMDeviceWifiP2P, struct in NMDeviceWifiP2P
-NMSettingWired:wake-on-lan, object property in NMSettingOvs +NMDeviceWifiP2P::peer-added, object signal in NMDeviceWifiP2P
-NMSettingWired:wake-on-lan-password, object property in NMSettingOvs +NMDeviceWifiP2P::peer-removed, object signal in NMDeviceWifiP2P
-NMSettingWiredWakeOnLan, enum in NMSettingWired +NMDeviceWifiP2P:peers, object property in NMDeviceWifiP2P
-NMSettingWireGuard, struct in NMSettingOvs +NMDeviceWimax, struct in NMDeviceWimax
-NMSettingWireGuard:fwmark, object property in NMSettingOvs +NMDeviceWimax::nsp-added, object signal in NMDeviceWimax
-NMSettingWireGuard:ip4-auto-default-route, object property in NMSettingOvs +NMDeviceWimax::nsp-removed, object signal in NMDeviceWimax
-NMSettingWireGuard:ip6-auto-default-route, object property in NMSettingOvs +NMDeviceWimax:active-nsp, object property in NMDeviceWimax
-NMSettingWireGuard:listen-port, object property in NMSettingOvs +NMDeviceWimax:bsid, object property in NMDeviceWimax
-NMSettingWireGuard:mtu, object property in NMSettingOvs +NMDeviceWimax:center-frequency, object property in NMDeviceWimax
-NMSettingWireGuard:peer-routes, object property in NMSettingOvs +NMDeviceWimax:cinr, object property in NMDeviceWimax
-NMSettingWireGuard:private-key, object property in NMSettingOvs +NMDeviceWimax:hw-address, object property in NMDeviceWimax
-NMSettingWireGuard:private-key-flags, object property in NMSettingOvs +NMDeviceWimax:nsps, object property in NMDeviceWimax
-NMSettingWireless, struct in NMSettingOvs +NMDeviceWimax:rssi, object property in NMDeviceWimax
-NMSettingWireless:ap-isolation, object property in NMSettingOvs +NMDeviceWimax:tx-power, object property in NMDeviceWimax
-NMSettingWireless:band, object property in NMSettingOvs +NMDeviceWireGuard, struct in NMDeviceWireGuard
-NMSettingWireless:bssid, object property in NMSettingOvs +NMDeviceWireGuard:fwmark, object property in NMDeviceWireGuard
-NMSettingWireless:channel, object property in NMSettingOvs +NMDeviceWireGuard:listen-port, object property in NMDeviceWireGuard
-NMSettingWireless:cloned-mac-address, object property in NMSettingOvs +NMDeviceWireGuard:public-key, object property in NMDeviceWireGuard
-NMSettingWireless:generate-mac-address-mask, object property in NMSettingOvs +NMDeviceWpan, struct in NMDeviceWpan
-NMSettingWireless:hidden, object property in NMSettingOvs +nm_device_6lowpan_get_parent, function in NMDevice6Lowpan
-NMSettingWireless:mac-address, object property in NMSettingOvs +NM_DEVICE_6LOWPAN_HW_ADDRESS, macro in NMDevice6Lowpan
-NMSettingWireless:mac-address-blacklist, object property in NMSettingOvs +NM_DEVICE_6LOWPAN_PARENT, macro in NMDevice6Lowpan
-NMSettingWireless:mac-address-randomization, object property in NMSettingOvs +NM_DEVICE_ACTIVE_CONNECTION, macro in NMDevice
-NMSettingWireless:mode, object property in NMSettingOvs +NM_DEVICE_ADSL_CARRIER, macro in NMDeviceAdsl
-NMSettingWireless:mtu, object property in NMSettingOvs +nm_device_adsl_get_carrier, function in NMDeviceAdsl
-NMSettingWireless:powersave, object property in NMSettingOvs +NM_DEVICE_AUTOCONNECT, macro in NMDevice
-NMSettingWireless:rate, object property in NMSettingOvs +NM_DEVICE_AVAILABLE_CONNECTIONS, macro in NMDevice
-NMSettingWireless:seen-bssids, object property in NMSettingOvs +NM_DEVICE_BOND_CARRIER, macro in NMDeviceBond
-NMSettingWireless:ssid, object property in NMSettingOvs +nm_device_bond_get_carrier, function in NMDeviceBond
-NMSettingWireless:tx-power, object property in NMSettingOvs +nm_device_bond_get_hw_address, function in NMDeviceBond
-NMSettingWireless:wake-on-wlan, object property in NMSettingOvs +nm_device_bond_get_slaves, function in NMDeviceBond
-NMSettingWirelessPowersave, enum in NMSettingWireless +NM_DEVICE_BOND_HW_ADDRESS, macro in NMDeviceBond
-NMSettingWirelessSecurity, struct in NMSettingOvs +NM_DEVICE_BOND_SLAVES, macro in NMDeviceBond
-NMSettingWirelessSecurity:auth-alg, object property in NMSettingOvs +NM_DEVICE_BRIDGE_CARRIER, macro in NMDeviceBridge
-NMSettingWirelessSecurity:fils, object property in NMSettingOvs +nm_device_bridge_get_carrier, function in NMDeviceBridge
-NMSettingWirelessSecurity:group, object property in NMSettingOvs +nm_device_bridge_get_hw_address, function in NMDeviceBridge
-NMSettingWirelessSecurity:key-mgmt, object property in NMSettingOvs +nm_device_bridge_get_slaves, function in NMDeviceBridge
-NMSettingWirelessSecurity:leap-password, object property in NMSettingOvs +NM_DEVICE_BRIDGE_HW_ADDRESS, macro in NMDeviceBridge
-NMSettingWirelessSecurity:leap-password-flags, object property in NMSettingOvs +NM_DEVICE_BRIDGE_SLAVES, macro in NMDeviceBridge
-NMSettingWirelessSecurity:leap-username, object property in NMSettingOvs +NM_DEVICE_BT_CAPABILITIES, macro in NMDeviceBt
-NMSettingWirelessSecurity:pairwise, object property in NMSettingOvs +nm_device_bt_get_capabilities, function in NMDeviceBt
-NMSettingWirelessSecurity:pmf, object property in NMSettingOvs +nm_device_bt_get_hw_address, function in NMDeviceBt
-NMSettingWirelessSecurity:proto, object property in NMSettingOvs +nm_device_bt_get_name, function in NMDeviceBt
-NMSettingWirelessSecurity:psk, object property in NMSettingOvs +NM_DEVICE_BT_HW_ADDRESS, macro in NMDeviceBt
-NMSettingWirelessSecurity:psk-flags, object property in NMSettingOvs +NM_DEVICE_BT_NAME, macro in NMDeviceBt
-NMSettingWirelessSecurity:wep-key-flags, object property in NMSettingOvs +NM_DEVICE_CAPABILITIES, macro in NMDevice
-NMSettingWirelessSecurity:wep-key-type, object property in NMSettingOvs +nm_device_connection_compatible, function in NMDevice
-NMSettingWirelessSecurity:wep-key0, object property in NMSettingOvs +nm_device_connection_valid, function in NMDevice
-NMSettingWirelessSecurity:wep-key1, object property in NMSettingOvs +nm_device_delete, function in NMDevice
-NMSettingWirelessSecurity:wep-key2, object property in NMSettingOvs +nm_device_delete_async, function in NMDevice
-NMSettingWirelessSecurity:wep-key3, object property in NMSettingOvs +nm_device_delete_finish, function in NMDevice
-NMSettingWirelessSecurity:wep-tx-keyidx, object property in NMSettingOvs +NM_DEVICE_DEVICE_TYPE, macro in NMDevice
-NMSettingWirelessSecurity:wps-method, object property in NMSettingOvs +NM_DEVICE_DHCP4_CONFIG, macro in NMDevice
-NMSettingWirelessSecurityFils, enum in NMSettingWirelessSecurity +NM_DEVICE_DHCP6_CONFIG, macro in NMDevice
-NMSettingWirelessSecurityPmf, enum in NMSettingWirelessSecurity +nm_device_disambiguate_names, function in NMDevice
-NMSettingWirelessSecurityWpsMethod, enum in NMSettingWirelessSecurity +nm_device_disconnect, function in NMDevice
-NMSettingWirelessWakeOnWLan, enum in NMSettingWireless +nm_device_disconnect_async, function in NMDevice
-NMSettingWpan, struct in NMSettingOvs +nm_device_disconnect_finish, function in NMDevice
-NMSettingWpan:channel, object property in NMSettingOvs +NM_DEVICE_DRIVER, macro in NMDevice
-NMSettingWpan:mac-address, object property in NMSettingOvs +NM_DEVICE_DRIVER_VERSION, macro in NMDevice
-NMSettingWpan:page, object property in NMSettingOvs +nm_device_dummy_get_hw_address, function in NMDeviceDummy
-NMSettingWpan:pan-id, object property in NMSettingOvs +NM_DEVICE_DUMMY_HW_ADDRESS, macro in NMDeviceDummy
-NMSettingWpan:short-address, object property in NMSettingOvs +NM_DEVICE_ERROR, macro in nm-errors
-NMSimpleConnection, struct in NMSettingOvs +nm_device_error_quark, function in nm-errors
-NMSriovVFVlanProtocol, enum in NMSettingSriov +NM_DEVICE_ETHERNET_CARRIER, macro in NMDeviceEthernet
-NMState, enum in nm-dbus-interface +nm_device_ethernet_get_carrier, function in NMDeviceEthernet
-NMTeamLinkWatcherArpPingFlags, enum in NMSettingTeam +nm_device_ethernet_get_hw_address, function in NMDeviceEthernet
-NMTernary, enum in nm-dbus-interface +nm_device_ethernet_get_permanent_hw_address, function in NMDeviceEthernet
-NMUtilsCheckFilePredicate, user_function in nm-utils +nm_device_ethernet_get_s390_subchannels, function in NMDeviceEthernet
-NMUtilsFileSearchInPathsPredicate, user_function in nm-utils +nm_device_ethernet_get_speed, function in NMDeviceEthernet
-NMUtilsPredicateStr, user_function in NMSettingOvs +NM_DEVICE_ETHERNET_HW_ADDRESS, macro in NMDeviceEthernet
-NMUtilsSecurityType, enum in nm-utils +NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS, macro in NMDeviceEthernet
-NMVariantAttributeSpec, struct in nm-utils +NM_DEVICE_ETHERNET_S390_SUBCHANNELS, macro in NMDeviceEthernet
-NMVersionInfoCapability, enum in nm-dbus-interface +NM_DEVICE_ETHERNET_SPEED, macro in NMDeviceEthernet
-NMVlanFlags, enum in NMSettingVlan +nm_device_filter_connections, function in NMDevice
-NMVlanPriorityMap, enum in NMSettingVlan +NM_DEVICE_FIRMWARE_MISSING, macro in NMDevice
-NMVpnConnection, struct in NMVpnConnection +NM_DEVICE_FIRMWARE_VERSION, macro in NMDevice
-NMVpnConnection::vpn-state-changed, object signal in NMVpnConnection +nm_device_generic_get_hw_address, function in NMDeviceGeneric
-NMVpnConnection:banner, object property in NMVpnConnection +NM_DEVICE_GENERIC_HW_ADDRESS, macro in NMDeviceGeneric
-NMVpnConnection:vpn-state, object property in NMVpnConnection +NM_DEVICE_GENERIC_TYPE_DESCRIPTION, macro in NMDeviceGeneric
-NMVpnConnectionState, enum in nm-vpn-dbus-interface +nm_device_get_active_connection, function in NMDevice
-NMVpnConnectionStateReason, enum in nm-vpn-dbus-interface +nm_device_get_applied_connection, function in NMDevice
-NMVpnEditor, struct in NMVpnEditorPlugin +nm_device_get_applied_connection_async, function in NMDevice
-NMVpnEditor::changed, object signal in NMVpnEditorPlugin +nm_device_get_applied_connection_finish, function in NMDevice
-NMVpnEditorInterface, struct in NMVpnEditor +nm_device_get_autoconnect, function in NMDevice
-NMVpnEditorPlugin:description, object property in NMVpnEditorPlugin +nm_device_get_available_connections, function in NMDevice
-NMVpnEditorPlugin:name, object property in NMVpnEditorPlugin +nm_device_get_capabilities, function in NMDevice
-NMVpnEditorPlugin:service, object property in NMVpnEditorPlugin +nm_device_get_connectivity, function in NMDevice
-NMVpnEditorPluginCapability, enum in NMVpnEditorPlugin +nm_device_get_description, function in NMDevice
-NMVpnEditorPluginFactory, user_function in NMVpnEditorPlugin +nm_device_get_device_type, function in NMDevice
-NMVpnEditorPluginInterface, struct in NMVpnEditorPlugin +nm_device_get_dhcp4_config, function in NMDevice
-NMVpnEditorPluginVT, struct in NMVpnEditorPlugin +nm_device_get_dhcp6_config, function in NMDevice
-NMVpnIterFunc, user_function in NMSettingVpn +nm_device_get_driver, function in NMDevice
-NMVpnPluginError, enum in nm-errors +nm_device_get_driver_version, function in NMDevice
-NMVpnPluginFailure, enum in nm-vpn-dbus-interface +nm_device_get_firmware_missing, function in NMDevice
-NMVpnPluginInfo, struct in NMVpnEditorPlugin +nm_device_get_firmware_version, function in NMDevice
-NMVpnPluginInfo:filename, object property in NMVpnEditorPlugin +nm_device_get_hw_address, function in NMDevice
-NMVpnPluginInfo:keyfile, object property in NMVpnEditorPlugin +nm_device_get_iface, function in NMDevice
-NMVpnPluginInfo:name, object property in NMVpnEditorPlugin +nm_device_get_interface_flags, function in NMDevice
-NMVpnPluginOld, struct in NMVpnPluginOld +nm_device_get_ip4_config, function in NMDevice
-NMVpnPluginOld::config, object signal in NMVpnPluginOld +nm_device_get_ip6_config, function in NMDevice
-NMVpnPluginOld::failure, object signal in NMVpnPluginOld +nm_device_get_ip_iface, function in NMDevice
-NMVpnPluginOld::ip4-config, object signal in NMVpnPluginOld +nm_device_get_lldp_neighbors, function in NMDevice
-NMVpnPluginOld::ip6-config, object signal in NMVpnPluginOld +nm_device_get_managed, function in NMDevice
-NMVpnPluginOld::login-banner, object signal in NMVpnPluginOld +nm_device_get_metered, function in NMDevice
-NMVpnPluginOld::quit, object signal in NMVpnPluginOld +nm_device_get_mtu, function in NMDevice
-NMVpnPluginOld::secrets-required, object signal in NMVpnPluginOld +nm_device_get_nm_plugin_missing, function in NMDevice
-NMVpnPluginOld::state-changed, object signal in NMVpnPluginOld +nm_device_get_path, function in NMDevice
-NMVpnPluginOld:service-name, object property in NMVpnPluginOld +nm_device_get_physical_port_id, function in NMDevice
-NMVpnPluginOld:state, object property in NMVpnPluginOld +nm_device_get_ports, function in NMDevice
-NMVpnServicePlugin, struct in NMVpnServicePlugin +nm_device_get_product, function in NMDevice
-NMVpnServicePlugin::config, object signal in NMVpnServicePlugin +nm_device_get_setting_type, function in NMDevice
-NMVpnServicePlugin::failure, object signal in NMVpnServicePlugin +nm_device_get_state, function in NMDevice
-NMVpnServicePlugin::ip4-config, object signal in NMVpnServicePlugin +nm_device_get_state_reason, function in NMDevice
-NMVpnServicePlugin::ip6-config, object signal in NMVpnServicePlugin +nm_device_get_type_description, function in NMDevice
-NMVpnServicePlugin::login-banner, object signal in NMVpnServicePlugin +nm_device_get_udi, function in NMDevice
-NMVpnServicePlugin::quit, object signal in NMVpnServicePlugin +nm_device_get_vendor, function in NMDevice
-NMVpnServicePlugin::secrets-required, object signal in NMVpnServicePlugin +NM_DEVICE_HW_ADDRESS, macro in NMDevice
-NMVpnServicePlugin::state-changed, object signal in NMVpnServicePlugin +NM_DEVICE_INFINIBAND_CARRIER, macro in NMDeviceInfiniband
-NMVpnServicePlugin:service-name, object property in NMVpnServicePlugin +nm_device_infiniband_get_carrier, function in NMDeviceInfiniband
-NMVpnServicePlugin:state, object property in NMVpnServicePlugin +nm_device_infiniband_get_hw_address, function in NMDeviceInfiniband
-NMVpnServicePlugin:watch-peer, object property in NMVpnServicePlugin +NM_DEVICE_INFINIBAND_HW_ADDRESS, macro in NMDeviceInfiniband
-NMVpnServiceState, enum in nm-vpn-dbus-interface +NM_DEVICE_INTERFACE, macro in NMDevice
-NMWepKeyType, enum in NMSettingWirelessSecurity +NM_DEVICE_INTERFACE_FLAGS, macro in NMDevice
-NMWifiP2PPeer, struct in NMWifiP2PPeer +NM_DEVICE_IP4_CONFIG, macro in NMDevice
-NMWifiP2PPeer:flags, object property in NMWifiP2PPeer +NM_DEVICE_IP4_CONNECTIVITY, macro in NMDevice
-NMWifiP2PPeer:hw-address, object property in NMWifiP2PPeer +NM_DEVICE_IP6_CONFIG, macro in NMDevice
-NMWifiP2PPeer:last-seen, object property in NMWifiP2PPeer +NM_DEVICE_IP6_CONNECTIVITY, macro in NMDevice
-NMWifiP2PPeer:manufacturer, object property in NMWifiP2PPeer +NM_DEVICE_IP_INTERFACE, macro in NMDevice
-NMWifiP2PPeer:model, object property in NMWifiP2PPeer +NM_DEVICE_IP_TUNNEL_ENCAPSULATION_LIMIT, macro in NMDeviceIPTunnel
-NMWifiP2PPeer:model-number, object property in NMWifiP2PPeer +NM_DEVICE_IP_TUNNEL_FLAGS, macro in NMDeviceIPTunnel
-NMWifiP2PPeer:name, object property in NMWifiP2PPeer +NM_DEVICE_IP_TUNNEL_FLOW_LABEL, macro in NMDeviceIPTunnel
-NMWifiP2PPeer:serial, object property in NMWifiP2PPeer +nm_device_ip_tunnel_get_encapsulation_limit, function in NMDeviceIPTunnel
-NMWifiP2PPeer:strength, object property in NMWifiP2PPeer +nm_device_ip_tunnel_get_flags, function in NMDeviceIPTunnel
-NMWifiP2PPeer:wfd-ies, object property in NMWifiP2PPeer +nm_device_ip_tunnel_get_flow_label, function in NMDeviceIPTunnel
-NMWimaxNsp, struct in NMWimaxNsp +nm_device_ip_tunnel_get_input_key, function in NMDeviceIPTunnel
-NMWimaxNsp:name, object property in NMWimaxNsp +nm_device_ip_tunnel_get_local, function in NMDeviceIPTunnel
-NMWimaxNsp:network-type, object property in NMWimaxNsp +nm_device_ip_tunnel_get_mode, function in NMDeviceIPTunnel
-NMWimaxNsp:signal-quality, object property in NMWimaxNsp +nm_device_ip_tunnel_get_output_key, function in NMDeviceIPTunnel
-NMWimaxNspNetworkType, enum in nm-dbus-interface +nm_device_ip_tunnel_get_parent, function in NMDeviceIPTunnel
-NM_ACCESS_POINT_BSSID, macro in NMAccessPoint +nm_device_ip_tunnel_get_path_mtu_discovery, function in NMDeviceIPTunnel
-nm_access_point_connection_valid, function in NMAccessPoint +nm_device_ip_tunnel_get_remote, function in NMDeviceIPTunnel
-nm_access_point_filter_connections, function in NMAccessPoint +nm_device_ip_tunnel_get_tos, function in NMDeviceIPTunnel
-NM_ACCESS_POINT_FLAGS, macro in NMAccessPoint +nm_device_ip_tunnel_get_ttl, function in NMDeviceIPTunnel
-NM_ACCESS_POINT_FREQUENCY, macro in NMAccessPoint +NM_DEVICE_IP_TUNNEL_INPUT_KEY, macro in NMDeviceIPTunnel
-nm_access_point_get_bssid, function in NMAccessPoint +NM_DEVICE_IP_TUNNEL_LOCAL, macro in NMDeviceIPTunnel
-nm_access_point_get_flags, function in NMAccessPoint +NM_DEVICE_IP_TUNNEL_MODE, macro in NMDeviceIPTunnel
-nm_access_point_get_frequency, function in NMAccessPoint +NM_DEVICE_IP_TUNNEL_OUTPUT_KEY, macro in NMDeviceIPTunnel
-nm_access_point_get_last_seen, function in NMAccessPoint +NM_DEVICE_IP_TUNNEL_PARENT, macro in NMDeviceIPTunnel
-nm_access_point_get_max_bitrate, function in NMAccessPoint +NM_DEVICE_IP_TUNNEL_PATH_MTU_DISCOVERY, macro in NMDeviceIPTunnel
-nm_access_point_get_mode, function in NMAccessPoint +NM_DEVICE_IP_TUNNEL_REMOTE, macro in NMDeviceIPTunnel
-nm_access_point_get_rsn_flags, function in NMAccessPoint +NM_DEVICE_IP_TUNNEL_TOS, macro in NMDeviceIPTunnel
-nm_access_point_get_ssid, function in NMAccessPoint +NM_DEVICE_IP_TUNNEL_TTL, macro in NMDeviceIPTunnel
-nm_access_point_get_strength, function in NMAccessPoint +nm_device_is_real, function in NMDevice
-nm_access_point_get_wpa_flags, function in NMAccessPoint +nm_device_is_software, function in NMDevice
-NM_ACCESS_POINT_HW_ADDRESS, macro in NMAccessPoint +NM_DEVICE_LLDP_NEIGHBORS, macro in NMDevice
-NM_ACCESS_POINT_LAST_SEEN, macro in NMAccessPoint +NM_DEVICE_MACSEC_CIPHER_SUITE, macro in NMDeviceMacsec
-NM_ACCESS_POINT_MAX_BITRATE, macro in NMAccessPoint +NM_DEVICE_MACSEC_ENCODING_SA, macro in NMDeviceMacsec
-NM_ACCESS_POINT_MODE, macro in NMAccessPoint +NM_DEVICE_MACSEC_ENCRYPT, macro in NMDeviceMacsec
-NM_ACCESS_POINT_RSN_FLAGS, macro in NMAccessPoint +NM_DEVICE_MACSEC_ES, macro in NMDeviceMacsec
-NM_ACCESS_POINT_SSID, macro in NMAccessPoint +nm_device_macsec_get_cipher_suite, function in NMDeviceMacsec
-NM_ACCESS_POINT_STRENGTH, macro in NMAccessPoint +nm_device_macsec_get_encoding_sa, function in NMDeviceMacsec
-NM_ACCESS_POINT_WPA_FLAGS, macro in NMAccessPoint +nm_device_macsec_get_encrypt, function in NMDeviceMacsec
-NM_ACTIVE_CONNECTION_CONNECTION, macro in NMActiveConnection +nm_device_macsec_get_es, function in NMDeviceMacsec
-NM_ACTIVE_CONNECTION_CONTROLLER, macro in NMActiveConnection +nm_device_macsec_get_hw_address, function in NMDeviceMacsec
-NM_ACTIVE_CONNECTION_DEFAULT, macro in NMActiveConnection +nm_device_macsec_get_icv_length, function in NMDeviceMacsec
-NM_ACTIVE_CONNECTION_DEFAULT6, macro in NMActiveConnection +nm_device_macsec_get_include_sci, function in NMDeviceMacsec
-NM_ACTIVE_CONNECTION_DEVICES, macro in NMActiveConnection +nm_device_macsec_get_parent, function in NMDeviceMacsec
-NM_ACTIVE_CONNECTION_DHCP4_CONFIG, macro in NMActiveConnection +nm_device_macsec_get_protect, function in NMDeviceMacsec
-NM_ACTIVE_CONNECTION_DHCP6_CONFIG, macro in NMActiveConnection +nm_device_macsec_get_replay_protect, function in NMDeviceMacsec
-nm_active_connection_get_connection, function in NMActiveConnection +nm_device_macsec_get_scb, function in NMDeviceMacsec
-nm_active_connection_get_connection_type, function in NMActiveConnection +nm_device_macsec_get_sci, function in NMDeviceMacsec
-nm_active_connection_get_controller, function in NMActiveConnection +nm_device_macsec_get_validation, function in NMDeviceMacsec
-nm_active_connection_get_default, function in NMActiveConnection +nm_device_macsec_get_window, function in NMDeviceMacsec
-nm_active_connection_get_default6, function in NMActiveConnection +NM_DEVICE_MACSEC_HW_ADDRESS, macro in NMDeviceMacsec
-nm_active_connection_get_devices, function in NMActiveConnection +NM_DEVICE_MACSEC_ICV_LENGTH, macro in NMDeviceMacsec
-nm_active_connection_get_dhcp4_config, function in NMActiveConnection +NM_DEVICE_MACSEC_INCLUDE_SCI, macro in NMDeviceMacsec
-nm_active_connection_get_dhcp6_config, function in NMActiveConnection +NM_DEVICE_MACSEC_PARENT, macro in NMDeviceMacsec
-nm_active_connection_get_id, function in NMActiveConnection +NM_DEVICE_MACSEC_PROTECT, macro in NMDeviceMacsec
-nm_active_connection_get_ip4_config, function in NMActiveConnection +NM_DEVICE_MACSEC_REPLAY_PROTECT, macro in NMDeviceMacsec
-nm_active_connection_get_ip6_config, function in NMActiveConnection +NM_DEVICE_MACSEC_SCB, macro in NMDeviceMacsec
-nm_active_connection_get_master, function in NMActiveConnection +NM_DEVICE_MACSEC_SCI, macro in NMDeviceMacsec
-nm_active_connection_get_specific_object_path, function in NMActiveConnection +NM_DEVICE_MACSEC_VALIDATION, macro in NMDeviceMacsec
-nm_active_connection_get_state, function in NMActiveConnection +NM_DEVICE_MACSEC_WINDOW, macro in NMDeviceMacsec
-nm_active_connection_get_state_flags, function in NMActiveConnection +nm_device_macvlan_get_hw_address, function in NMDeviceMacvlan
-nm_active_connection_get_state_reason, function in NMActiveConnection +nm_device_macvlan_get_mode, function in NMDeviceMacvlan
-nm_active_connection_get_uuid, function in NMActiveConnection +nm_device_macvlan_get_no_promisc, function in NMDeviceMacvlan
-nm_active_connection_get_vpn, function in NMActiveConnection +nm_device_macvlan_get_parent, function in NMDeviceMacvlan
-NM_ACTIVE_CONNECTION_ID, macro in NMActiveConnection +nm_device_macvlan_get_tap, function in NMDeviceMacvlan
-NM_ACTIVE_CONNECTION_IP4_CONFIG, macro in NMActiveConnection +NM_DEVICE_MACVLAN_HW_ADDRESS, macro in NMDeviceMacvlan
-NM_ACTIVE_CONNECTION_IP6_CONFIG, macro in NMActiveConnection +NM_DEVICE_MACVLAN_MODE, macro in NMDeviceMacvlan
-NM_ACTIVE_CONNECTION_MASTER, macro in NMActiveConnection +NM_DEVICE_MACVLAN_NO_PROMISC, macro in NMDeviceMacvlan
-NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT_PATH, macro in NMActiveConnection +NM_DEVICE_MACVLAN_PARENT, macro in NMDeviceMacvlan
-NM_ACTIVE_CONNECTION_STATE, macro in NMActiveConnection +NM_DEVICE_MACVLAN_TAP, macro in NMDeviceMacvlan
-NM_ACTIVE_CONNECTION_STATE_FLAGS, macro in NMActiveConnection +NM_DEVICE_MANAGED, macro in NMDevice
-NM_ACTIVE_CONNECTION_TYPE, macro in NMActiveConnection +NM_DEVICE_METERED, macro in NMDevice
-NM_ACTIVE_CONNECTION_UUID, macro in NMActiveConnection +NM_DEVICE_MODEM_APN, macro in NMDeviceModem
-NM_ACTIVE_CONNECTION_VPN, macro in NMActiveConnection +NM_DEVICE_MODEM_CURRENT_CAPABILITIES, macro in NMDeviceModem
-NM_AGENT_MANAGER_ERROR, macro in nm-errors +NM_DEVICE_MODEM_DEVICE_ID, macro in NMDeviceModem
-nm_agent_manager_error_quark, function in nm-errors +nm_device_modem_get_apn, function in NMDeviceModem
-NM_API_VERSION, macro in nm-version-macros +nm_device_modem_get_current_capabilities, function in NMDeviceModem
-NM_AVAILABLE_IN_0_9_10, macro in nm-version +nm_device_modem_get_device_id, function in NMDeviceModem
-NM_AVAILABLE_IN_1_0, macro in nm-version +nm_device_modem_get_modem_capabilities, function in NMDeviceModem
-NM_AVAILABLE_IN_1_10, macro in nm-version +nm_device_modem_get_operator_code, function in NMDeviceModem
-NM_AVAILABLE_IN_1_12, macro in nm-version +NM_DEVICE_MODEM_MODEM_CAPABILITIES, macro in NMDeviceModem
-NM_AVAILABLE_IN_1_14, macro in nm-version +NM_DEVICE_MODEM_OPERATOR_CODE, macro in NMDeviceModem
-NM_AVAILABLE_IN_1_16, macro in nm-version +NM_DEVICE_MTU, macro in NMDevice
-NM_AVAILABLE_IN_1_18, macro in nm-version +NM_DEVICE_NM_PLUGIN_MISSING, macro in NMDevice
-NM_AVAILABLE_IN_1_2, macro in nm-version +NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL, macro in NMDeviceOlpcMesh
-NM_AVAILABLE_IN_1_20, macro in nm-version +NM_DEVICE_OLPC_MESH_COMPANION, macro in NMDeviceOlpcMesh
-NM_AVAILABLE_IN_1_22, macro in nm-version +nm_device_olpc_mesh_get_active_channel, function in NMDeviceOlpcMesh
-NM_AVAILABLE_IN_1_24, macro in nm-version +nm_device_olpc_mesh_get_companion, function in NMDeviceOlpcMesh
-NM_AVAILABLE_IN_1_26, macro in nm-version +nm_device_olpc_mesh_get_hw_address, function in NMDeviceOlpcMesh
-NM_AVAILABLE_IN_1_28, macro in nm-version +NM_DEVICE_OLPC_MESH_HW_ADDRESS, macro in NMDeviceOlpcMesh
-NM_AVAILABLE_IN_1_30, macro in nm-version +nm_device_ovs_bridge_get_slaves, function in NMDeviceOvsBridge
-NM_AVAILABLE_IN_1_32, macro in nm-version +NM_DEVICE_OVS_BRIDGE_SLAVES, macro in NMDeviceOvsBridge
-NM_AVAILABLE_IN_1_34, macro in nm-version +nm_device_ovs_port_get_slaves, function in NMDeviceOvsPort
-NM_AVAILABLE_IN_1_36, macro in nm-version +NM_DEVICE_OVS_PORT_SLAVES, macro in NMDeviceOvsPort
-NM_AVAILABLE_IN_1_38, macro in nm-version +NM_DEVICE_PATH, macro in NMDevice
-NM_AVAILABLE_IN_1_4, macro in nm-version +NM_DEVICE_PHYSICAL_PORT_ID, macro in NMDevice
-NM_AVAILABLE_IN_1_40, macro in nm-version +NM_DEVICE_PORTS, macro in NMDevice
-NM_AVAILABLE_IN_1_42, macro in nm-version +NM_DEVICE_PRODUCT, macro in NMDevice
-NM_AVAILABLE_IN_1_42_2, macro in nm-version +NM_DEVICE_REAL, macro in NMDevice
-NM_AVAILABLE_IN_1_42_8, macro in nm-version +nm_device_reapply, function in NMDevice
-NM_AVAILABLE_IN_1_6, macro in nm-version +nm_device_reapply_async, function in NMDevice
-NM_AVAILABLE_IN_1_8, macro in nm-version +nm_device_reapply_finish, function in NMDevice
-nm_bridge_vlan_cmp, function in NMSettingBridge +nm_device_set_autoconnect, function in NMDevice
-nm_bridge_vlan_from_str, function in NMSettingBridge +nm_device_set_managed, function in NMDevice
-nm_bridge_vlan_get_vid_range, function in NMSettingBridge +NM_DEVICE_STATE, macro in NMDevice
-nm_bridge_vlan_is_pvid, function in NMSettingBridge +NM_DEVICE_STATE_REASON, macro in NMDevice
-nm_bridge_vlan_is_sealed, function in NMSettingBridge +NM_DEVICE_TEAM_CARRIER, macro in NMDeviceTeam
-nm_bridge_vlan_is_untagged, function in NMSettingBridge +NM_DEVICE_TEAM_CONFIG, macro in NMDeviceTeam
-nm_bridge_vlan_new, function in NMSettingBridge +nm_device_team_get_carrier, function in NMDeviceTeam
-nm_bridge_vlan_new_clone, function in NMSettingBridge +nm_device_team_get_config, function in NMDeviceTeam
-nm_bridge_vlan_ref, function in NMSettingBridge +nm_device_team_get_hw_address, function in NMDeviceTeam
-nm_bridge_vlan_seal, function in NMSettingBridge +nm_device_team_get_slaves, function in NMDeviceTeam
-nm_bridge_vlan_set_pvid, function in NMSettingBridge +NM_DEVICE_TEAM_HW_ADDRESS, macro in NMDeviceTeam
-nm_bridge_vlan_set_untagged, function in NMSettingBridge +NM_DEVICE_TEAM_SLAVES, macro in NMDeviceTeam
-nm_bridge_vlan_to_str, function in NMSettingBridge +nm_device_tun_get_group, function in NMDeviceTun
-nm_bridge_vlan_unref, function in NMSettingBridge +nm_device_tun_get_hw_address, function in NMDeviceTun
-NM_BRIDGE_VLAN_VID_MAX, macro in NMSettingBridge +nm_device_tun_get_mode, function in NMDeviceTun
-NM_BRIDGE_VLAN_VID_MIN, macro in NMSettingBridge +nm_device_tun_get_multi_queue, function in NMDeviceTun
-NM_CHECKPOINT_CREATED, macro in NMCheckpoint +nm_device_tun_get_no_pi, function in NMDeviceTun
-NM_CHECKPOINT_DEVICES, macro in NMCheckpoint +nm_device_tun_get_owner, function in NMDeviceTun
-nm_checkpoint_get_created, function in NMCheckpoint +nm_device_tun_get_vnet_hdr, function in NMDeviceTun
-nm_checkpoint_get_devices, function in NMCheckpoint +NM_DEVICE_TUN_GROUP, macro in NMDeviceTun
-nm_checkpoint_get_rollback_timeout, function in NMCheckpoint +NM_DEVICE_TUN_HW_ADDRESS, macro in NMDeviceTun
-NM_CHECKPOINT_ROLLBACK_TIMEOUT, macro in NMCheckpoint +NM_DEVICE_TUN_MODE, macro in NMDeviceTun
-NM_CHECK_VERSION, macro in nm-version-macros +NM_DEVICE_TUN_MULTI_QUEUE, macro in NMDeviceTun
-nm_client_activate_connection_async, function in NMClient +NM_DEVICE_TUN_NO_PI, macro in NMDeviceTun
-nm_client_activate_connection_finish, function in NMClient +NM_DEVICE_TUN_OWNER, macro in NMDeviceTun
-NM_CLIENT_ACTIVATING_CONNECTION, macro in NMClient +NM_DEVICE_TUN_VNET_HDR, macro in NMDeviceTun
-NM_CLIENT_ACTIVE_CONNECTIONS, macro in NMClient +NM_DEVICE_UDI, macro in NMDevice
-NM_CLIENT_ACTIVE_CONNECTION_ADDED, macro in NMClient +NM_DEVICE_VENDOR, macro in NMDevice
-NM_CLIENT_ACTIVE_CONNECTION_REMOVED, macro in NMClient +nm_device_veth_get_peer, function in NMDeviceVeth
-nm_client_add_and_activate_connection2, function in NMClient +NM_DEVICE_VETH_PEER, macro in NMDeviceVeth
-nm_client_add_and_activate_connection2_finish, function in NMClient +NM_DEVICE_VLAN_CARRIER, macro in NMDeviceVlan
-nm_client_add_and_activate_connection_async, function in NMClient +nm_device_vlan_get_carrier, function in NMDeviceVlan
-nm_client_add_and_activate_connection_finish, function in NMClient +nm_device_vlan_get_hw_address, function in NMDeviceVlan
-nm_client_add_connection2, function in NMClient +nm_device_vlan_get_parent, function in NMDeviceVlan
-nm_client_add_connection2_finish, function in NMClient +nm_device_vlan_get_vlan_id, function in NMDeviceVlan
-nm_client_add_connection_async, function in NMClient +NM_DEVICE_VLAN_HW_ADDRESS, macro in NMDeviceVlan
-nm_client_add_connection_finish, function in NMClient +NM_DEVICE_VLAN_PARENT, macro in NMDeviceVlan
-NM_CLIENT_ALL_DEVICES, macro in NMClient +NM_DEVICE_VLAN_VLAN_ID, macro in NMDeviceVlan
-NM_CLIENT_ANY_DEVICE_ADDED, macro in NMClient +nm_device_vrf_get_table, function in NMDeviceVrf
-NM_CLIENT_ANY_DEVICE_REMOVED, macro in NMClient +NM_DEVICE_VRF_TABLE, macro in NMDeviceVrf
-NM_CLIENT_CAN_MODIFY, macro in NMClient +NM_DEVICE_VXLAN_AGEING, macro in NMDeviceVxlan
-NM_CLIENT_CAPABILITIES, macro in NMClient +NM_DEVICE_VXLAN_CARRIER, macro in NMDeviceVxlan
-NM_CLIENT_CHECKPOINTS, macro in NMClient +NM_DEVICE_VXLAN_DST_PORT, macro in NMDeviceVxlan
-nm_client_checkpoint_adjust_rollback_timeout, function in NMClient +nm_device_vxlan_get_ageing, function in NMDeviceVxlan
-nm_client_checkpoint_adjust_rollback_timeout_finish, function in NMClient +nm_device_vxlan_get_carrier, function in NMDeviceVxlan
-nm_client_checkpoint_create, function in NMClient +nm_device_vxlan_get_dst_port, function in NMDeviceVxlan
-nm_client_checkpoint_create_finish, function in NMClient +nm_device_vxlan_get_group, function in NMDeviceVxlan
-nm_client_checkpoint_destroy, function in NMClient +nm_device_vxlan_get_hw_address, function in NMDeviceVxlan
-nm_client_checkpoint_destroy_finish, function in NMClient +nm_device_vxlan_get_id, function in NMDeviceVxlan
-nm_client_checkpoint_rollback, function in NMClient +nm_device_vxlan_get_l2miss, function in NMDeviceVxlan
-nm_client_checkpoint_rollback_finish, function in NMClient +nm_device_vxlan_get_l3miss, function in NMDeviceVxlan
-nm_client_check_connectivity, function in NMClient +nm_device_vxlan_get_learning, function in NMDeviceVxlan
-nm_client_check_connectivity_async, function in NMClient +nm_device_vxlan_get_limit, function in NMDeviceVxlan
-nm_client_check_connectivity_finish, function in NMClient +nm_device_vxlan_get_local, function in NMDeviceVxlan
-NM_CLIENT_CONNECTIONS, macro in NMClient +nm_device_vxlan_get_parent, function in NMDeviceVxlan
-NM_CLIENT_CONNECTION_ADDED, macro in NMClient +nm_device_vxlan_get_proxy, function in NMDeviceVxlan
-NM_CLIENT_CONNECTION_REMOVED, macro in NMClient +nm_device_vxlan_get_rsc, function in NMDeviceVxlan
-NM_CLIENT_CONNECTIVITY, macro in NMClient +nm_device_vxlan_get_src_port_max, function in NMDeviceVxlan
-NM_CLIENT_CONNECTIVITY_CHECK_AVAILABLE, macro in NMClient +nm_device_vxlan_get_src_port_min, function in NMDeviceVxlan
-NM_CLIENT_CONNECTIVITY_CHECK_ENABLED, macro in NMClient +nm_device_vxlan_get_tos, function in NMDeviceVxlan
-nm_client_connectivity_check_get_available, function in NMClient +nm_device_vxlan_get_ttl, function in NMDeviceVxlan
-nm_client_connectivity_check_get_enabled, function in NMClient +NM_DEVICE_VXLAN_GROUP, macro in NMDeviceVxlan
-nm_client_connectivity_check_get_uri, function in NMClient +NM_DEVICE_VXLAN_HW_ADDRESS, macro in NMDeviceVxlan
-nm_client_connectivity_check_set_enabled, function in NMClient +NM_DEVICE_VXLAN_ID, macro in NMDeviceVxlan
-NM_CLIENT_CONNECTIVITY_CHECK_URI, macro in NMClient +NM_DEVICE_VXLAN_L2MISS, macro in NMDeviceVxlan
-nm_client_dbus_call, function in NMClient +NM_DEVICE_VXLAN_L3MISS, macro in NMDeviceVxlan
-nm_client_dbus_call_finish, function in NMClient +NM_DEVICE_VXLAN_LEARNING, macro in NMDeviceVxlan
-NM_CLIENT_DBUS_CONNECTION, macro in NMClient +NM_DEVICE_VXLAN_LIMIT, macro in NMDeviceVxlan
-NM_CLIENT_DBUS_NAME_OWNER, macro in NMClient +NM_DEVICE_VXLAN_LOCAL, macro in NMDeviceVxlan
-nm_client_dbus_set_property, function in NMClient +NM_DEVICE_VXLAN_PARENT, macro in NMDeviceVxlan
-nm_client_dbus_set_property_finish, function in NMClient +NM_DEVICE_VXLAN_PROXY, macro in NMDeviceVxlan
-nm_client_deactivate_connection, function in NMClient +NM_DEVICE_VXLAN_RSC, macro in NMDeviceVxlan
-nm_client_deactivate_connection_async, function in NMClient +NM_DEVICE_VXLAN_SRC_PORT_MAX, macro in NMDeviceVxlan
-nm_client_deactivate_connection_finish, function in NMClient +NM_DEVICE_VXLAN_SRC_PORT_MIN, macro in NMDeviceVxlan
-NM_CLIENT_DEVICES, macro in NMClient +NM_DEVICE_VXLAN_TOS, macro in NMDeviceVxlan
-NM_CLIENT_DEVICE_ADDED, macro in NMClient +NM_DEVICE_VXLAN_TTL, macro in NMDeviceVxlan
-NM_CLIENT_DEVICE_REMOVED, macro in NMClient +NM_DEVICE_WIFI_ACCESS_POINTS, macro in NMDeviceWifi
-NM_CLIENT_DNS_CONFIGURATION, macro in NMClient +NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT, macro in NMDeviceWifi
-NM_CLIENT_DNS_MODE, macro in NMClient +NM_DEVICE_WIFI_BITRATE, macro in NMDeviceWifi
-NM_CLIENT_DNS_RC_MANAGER, macro in NMClient +NM_DEVICE_WIFI_CAPABILITIES, macro in NMDeviceWifi
-NM_CLIENT_ERROR, macro in NMClient +nm_device_wifi_get_access_points, function in NMDeviceWifi
-nm_client_error_quark, function in NMClient +nm_device_wifi_get_access_point_by_path, function in NMDeviceWifi
-nm_client_get_activating_connection, function in NMClient +nm_device_wifi_get_active_access_point, function in NMDeviceWifi
-nm_client_get_active_connections, function in NMClient +nm_device_wifi_get_bitrate, function in NMDeviceWifi
-nm_client_get_all_devices, function in NMClient +nm_device_wifi_get_capabilities, function in NMDeviceWifi
-nm_client_get_capabilities, function in NMClient +nm_device_wifi_get_hw_address, function in NMDeviceWifi
-nm_client_get_checkpoints, function in NMClient +nm_device_wifi_get_last_scan, function in NMDeviceWifi
-nm_client_get_connections, function in NMClient +nm_device_wifi_get_mode, function in NMDeviceWifi
-nm_client_get_connection_by_id, function in NMClient +nm_device_wifi_get_permanent_hw_address, function in NMDeviceWifi
-nm_client_get_connection_by_path, function in NMClient +NM_DEVICE_WIFI_HW_ADDRESS, macro in NMDeviceWifi
-nm_client_get_connection_by_uuid, function in NMClient +NM_DEVICE_WIFI_LAST_SCAN, macro in NMDeviceWifi
-nm_client_get_connectivity, function in NMClient +NM_DEVICE_WIFI_MODE, macro in NMDeviceWifi
-nm_client_get_context_busy_watcher, function in NMClient +nm_device_wifi_p2p_get_hw_address, function in NMDeviceWifiP2P
-nm_client_get_dbus_connection, function in NMClient +nm_device_wifi_p2p_get_peers, function in NMDeviceWifiP2P
-nm_client_get_dbus_name_owner, function in NMClient +nm_device_wifi_p2p_get_peer_by_path, function in NMDeviceWifiP2P
-nm_client_get_devices, function in NMClient +NM_DEVICE_WIFI_P2P_HW_ADDRESS, macro in NMDeviceWifiP2P
-nm_client_get_device_by_iface, function in NMClient +NM_DEVICE_WIFI_P2P_PEERS, macro in NMDeviceWifiP2P
-nm_client_get_device_by_path, function in NMClient +nm_device_wifi_p2p_start_find, function in NMDeviceWifiP2P
-nm_client_get_dns_configuration, function in NMClient +nm_device_wifi_p2p_start_find_finish, function in NMDeviceWifiP2P
-nm_client_get_dns_mode, function in NMClient +nm_device_wifi_p2p_stop_find, function in NMDeviceWifiP2P
-nm_client_get_dns_rc_manager, function in NMClient +nm_device_wifi_p2p_stop_find_finish, function in NMDeviceWifiP2P
-nm_client_get_instance_flags, function in NMClient +NM_DEVICE_WIFI_P2P_WFDIES, macro in NMDeviceWifiP2P
-nm_client_get_logging, function in NMClient +NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS, macro in NMDeviceWifi
-nm_client_get_main_context, function in NMClient +nm_device_wifi_request_scan, function in NMDeviceWifi
-nm_client_get_metered, function in NMClient +nm_device_wifi_request_scan_async, function in NMDeviceWifi
-nm_client_get_nm_running, function in NMClient +nm_device_wifi_request_scan_finish, function in NMDeviceWifi
-nm_client_get_object_by_path, function in NMClient +nm_device_wifi_request_scan_options, function in NMDeviceWifi
-nm_client_get_permissions_state, function in NMClient +nm_device_wifi_request_scan_options_async, function in NMDeviceWifi
-nm_client_get_permission_result, function in NMClient +NM_DEVICE_WIMAX_ACTIVE_NSP, macro in NMDeviceWimax
-nm_client_get_primary_connection, function in NMClient +NM_DEVICE_WIMAX_BSID, macro in NMDeviceWimax
-nm_client_get_radio_flags, function in NMClient +NM_DEVICE_WIMAX_CENTER_FREQUENCY, macro in NMDeviceWimax
-nm_client_get_startup, function in NMClient +NM_DEVICE_WIMAX_CINR, macro in NMDeviceWimax
-nm_client_get_state, function in NMClient +nm_device_wimax_get_active_nsp, function in NMDeviceWimax
-nm_client_get_version, function in NMClient +nm_device_wimax_get_bsid, function in NMDeviceWimax
-nm_client_get_version_info, function in NMClient +nm_device_wimax_get_center_frequency, function in NMDeviceWimax
-NM_CLIENT_HOSTNAME, macro in NMClient +nm_device_wimax_get_cinr, function in NMDeviceWimax
-NM_CLIENT_INSTANCE_FLAGS, macro in NMClient +nm_device_wimax_get_hw_address, function in NMDeviceWimax
-nm_client_load_connections, function in NMClient +nm_device_wimax_get_nsps, function in NMDeviceWimax
-nm_client_load_connections_async, function in NMClient +nm_device_wimax_get_nsp_by_path, function in NMDeviceWimax
-nm_client_load_connections_finish, function in NMClient +nm_device_wimax_get_rssi, function in NMDeviceWimax
-NM_CLIENT_METERED, macro in NMClient +nm_device_wimax_get_tx_power, function in NMDeviceWimax
-NM_CLIENT_NETWORKING_ENABLED, macro in NMClient +NM_DEVICE_WIMAX_HW_ADDRESS, macro in NMDeviceWimax
-nm_client_networking_get_enabled, function in NMClient +NM_DEVICE_WIMAX_NSPS, macro in NMDeviceWimax
-nm_client_networking_set_enabled, function in NMClient +NM_DEVICE_WIMAX_RSSI, macro in NMDeviceWimax
-nm_client_new, function in NMClient +NM_DEVICE_WIMAX_TX_POWER, macro in NMDeviceWimax
-nm_client_new_async, function in NMClient +NM_DEVICE_WIREGUARD_FWMARK, macro in NMDeviceWireGuard
-nm_client_new_finish, function in NMClient +nm_device_wireguard_get_fwmark, function in NMDeviceWireGuard
-NM_CLIENT_NM_RUNNING, macro in NMClient +nm_device_wireguard_get_listen_port, function in NMDeviceWireGuard
-NM_CLIENT_PERMISSIONS_STATE, macro in NMClient +nm_device_wireguard_get_public_key, function in NMDeviceWireGuard
-NM_CLIENT_PERMISSION_CHANGED, macro in NMClient +NM_DEVICE_WIREGUARD_LISTEN_PORT, macro in NMDeviceWireGuard
-NM_CLIENT_PRIMARY_CONNECTION, macro in NMClient +NM_DEVICE_WIREGUARD_PUBLIC_KEY, macro in NMDeviceWireGuard
-NM_CLIENT_RADIO_FLAGS, macro in NMClient +NM_DEVICE_WPAN_HW_ADDRESS, macro in NMDeviceWpan
-nm_client_reload, function in NMClient +NMDhcpConfig, struct in NMDhcpConfig
-nm_client_reload_connections, function in NMClient +NMDhcpConfig:family, object property in NMDhcpConfig
-nm_client_reload_connections_async, function in NMClient +NMDhcpConfig:options, object property in NMDhcpConfig
-nm_client_reload_connections_finish, function in NMClient +NMDhcpHostnameFlags, enum in NMSettingIPConfig
-nm_client_reload_finish, function in NMClient +NM_DHCP_CONFIG_FAMILY, macro in NMDhcpConfig
-nm_client_save_hostname, function in NMClient +nm_dhcp_config_get_family, function in NMDhcpConfig
-nm_client_save_hostname_async, function in NMClient +nm_dhcp_config_get_one_option, function in NMDhcpConfig
-nm_client_save_hostname_finish, function in NMClient +nm_dhcp_config_get_options, function in NMDhcpConfig
-nm_client_set_logging, function in NMClient +NM_DHCP_CONFIG_OPTIONS, macro in NMDhcpConfig
-NM_CLIENT_STARTUP, macro in NMClient +NMDnsEntry, struct in NMClient
-NM_CLIENT_STATE, macro in NMClient +nm_dns_entry_get_domains, function in NMClient
-NM_CLIENT_VERSION, macro in NMClient +nm_dns_entry_get_interface, function in NMClient
-NM_CLIENT_VERSION_INFO, macro in NMClient +nm_dns_entry_get_nameservers, function in NMClient
-nm_client_wait_shutdown, function in NMClient +nm_dns_entry_get_priority, function in NMClient
-nm_client_wait_shutdown_finish, function in NMClient +nm_dns_entry_get_vpn, function in NMClient
-NM_CLIENT_WIMAX_ENABLED, macro in NMClient +nm_dns_entry_unref, function in NMClient
+

E

-nm_client_wimax_get_enabled, function in NMClient +NM_ENCODE_VERSION, macro in nm-version-macros
-NM_CLIENT_WIMAX_HARDWARE_ENABLED, macro in NMClient +NM_ETHTOOL_OPTNAME_COALESCE_ADAPTIVE_RX, macro in nm-ethtool-utils
-nm_client_wimax_hardware_get_enabled, function in NMClient +NM_ETHTOOL_OPTNAME_COALESCE_ADAPTIVE_TX, macro in nm-ethtool-utils
-nm_client_wimax_set_enabled, function in NMClient +NM_ETHTOOL_OPTNAME_COALESCE_PKT_RATE_HIGH, macro in nm-ethtool-utils
-NM_CLIENT_WIRELESS_ENABLED, macro in NMClient +NM_ETHTOOL_OPTNAME_COALESCE_PKT_RATE_LOW, macro in nm-ethtool-utils
-nm_client_wireless_get_enabled, function in NMClient +NM_ETHTOOL_OPTNAME_COALESCE_RX_FRAMES, macro in nm-ethtool-utils
-NM_CLIENT_WIRELESS_HARDWARE_ENABLED, macro in NMClient +NM_ETHTOOL_OPTNAME_COALESCE_RX_FRAMES_HIGH, macro in nm-ethtool-utils
-nm_client_wireless_hardware_get_enabled, function in NMClient +NM_ETHTOOL_OPTNAME_COALESCE_RX_FRAMES_IRQ, macro in nm-ethtool-utils
-nm_client_wireless_set_enabled, function in NMClient +NM_ETHTOOL_OPTNAME_COALESCE_RX_FRAMES_LOW, macro in nm-ethtool-utils
-NM_CLIENT_WWAN_ENABLED, macro in NMClient +NM_ETHTOOL_OPTNAME_COALESCE_RX_USECS, macro in nm-ethtool-utils
-nm_client_wwan_get_enabled, function in NMClient +NM_ETHTOOL_OPTNAME_COALESCE_RX_USECS_HIGH, macro in nm-ethtool-utils
-NM_CLIENT_WWAN_HARDWARE_ENABLED, macro in NMClient +NM_ETHTOOL_OPTNAME_COALESCE_RX_USECS_IRQ, macro in nm-ethtool-utils
-nm_client_wwan_hardware_get_enabled, function in NMClient +NM_ETHTOOL_OPTNAME_COALESCE_RX_USECS_LOW, macro in nm-ethtool-utils
-nm_client_wwan_set_enabled, function in NMClient +NM_ETHTOOL_OPTNAME_COALESCE_SAMPLE_INTERVAL, macro in nm-ethtool-utils
-nm_connection_add_setting, function in NMConnection +NM_ETHTOOL_OPTNAME_COALESCE_STATS_BLOCK_USECS, macro in nm-ethtool-utils
-NM_CONNECTION_CHANGED, macro in NMConnection +NM_ETHTOOL_OPTNAME_COALESCE_TX_FRAMES, macro in nm-ethtool-utils
-nm_connection_clear_secrets, function in NMConnection +NM_ETHTOOL_OPTNAME_COALESCE_TX_FRAMES_HIGH, macro in nm-ethtool-utils
-nm_connection_clear_secrets_with_flags, function in NMConnection +NM_ETHTOOL_OPTNAME_COALESCE_TX_FRAMES_IRQ, macro in nm-ethtool-utils
-nm_connection_clear_settings, function in NMConnection +NM_ETHTOOL_OPTNAME_COALESCE_TX_FRAMES_LOW, macro in nm-ethtool-utils
-nm_connection_compare, function in NMConnection +NM_ETHTOOL_OPTNAME_COALESCE_TX_USECS, macro in nm-ethtool-utils
-nm_connection_diff, function in NMConnection +NM_ETHTOOL_OPTNAME_COALESCE_TX_USECS_HIGH, macro in nm-ethtool-utils
-nm_connection_dump, function in NMConnection +NM_ETHTOOL_OPTNAME_COALESCE_TX_USECS_IRQ, macro in nm-ethtool-utils
-NM_CONNECTION_ERROR, macro in nm-errors +NM_ETHTOOL_OPTNAME_COALESCE_TX_USECS_LOW, macro in nm-ethtool-utils
-nm_connection_error_quark, function in nm-errors +NM_ETHTOOL_OPTNAME_FEATURE_ESP_HW_OFFLOAD, macro in nm-ethtool-utils
-nm_connection_for_each_setting_value, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_ESP_TX_CSUM_HW_OFFLOAD, macro in nm-ethtool-utils
-nm_connection_get_connection_type, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_FCOE_MTU, macro in nm-ethtool-utils
-nm_connection_get_id, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_GRO, macro in nm-ethtool-utils
-nm_connection_get_interface_name, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_GSO, macro in nm-ethtool-utils
-nm_connection_get_path, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_HIGHDMA, macro in nm-ethtool-utils
-nm_connection_get_setting, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_HW_TC_OFFLOAD, macro in nm-ethtool-utils
-nm_connection_get_settings, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_L2_FWD_OFFLOAD, macro in nm-ethtool-utils
-nm_connection_get_setting_802_1x, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_LOOPBACK, macro in nm-ethtool-utils
-nm_connection_get_setting_adsl, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_LRO, macro in nm-ethtool-utils
-nm_connection_get_setting_bluetooth, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_MACSEC_HW_OFFLOAD, macro in nm-ethtool-utils
-nm_connection_get_setting_bond, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_NTUPLE, macro in nm-ethtool-utils
-nm_connection_get_setting_bridge, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_RX, macro in nm-ethtool-utils
-nm_connection_get_setting_bridge_port, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_RXHASH, macro in nm-ethtool-utils
-nm_connection_get_setting_by_name, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_RXVLAN, macro in nm-ethtool-utils
-nm_connection_get_setting_cdma, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_RX_ALL, macro in nm-ethtool-utils
-nm_connection_get_setting_connection, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_RX_FCS, macro in nm-ethtool-utils
-nm_connection_get_setting_dcb, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_RX_GRO_HW, macro in nm-ethtool-utils
-nm_connection_get_setting_dummy, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_RX_GRO_LIST, macro in nm-ethtool-utils
-nm_connection_get_setting_generic, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_RX_UDP_GRO_FORWARDING, macro in nm-ethtool-utils
-nm_connection_get_setting_gsm, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_RX_UDP_TUNNEL_PORT_OFFLOAD, macro in nm-ethtool-utils
-nm_connection_get_setting_infiniband, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_FILTER, macro in nm-ethtool-utils
-nm_connection_get_setting_ip4_config, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_FILTER, macro in nm-ethtool-utils
-nm_connection_get_setting_ip6_config, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_HW_PARSE, macro in nm-ethtool-utils
-nm_connection_get_setting_ip_tunnel, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_SG, macro in nm-ethtool-utils
-nm_connection_get_setting_macsec, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_RECORD, macro in nm-ethtool-utils
-nm_connection_get_setting_macvlan, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_RX_OFFLOAD, macro in nm-ethtool-utils
-nm_connection_get_setting_olpc_mesh, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_TX_OFFLOAD, macro in nm-ethtool-utils
-nm_connection_get_setting_ovs_bridge, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TSO, macro in nm-ethtool-utils
-nm_connection_get_setting_ovs_interface, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX, macro in nm-ethtool-utils
-nm_connection_get_setting_ovs_patch, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TXVLAN, macro in nm-ethtool-utils
-nm_connection_get_setting_ovs_port, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_FCOE_CRC, macro in nm-ethtool-utils
-nm_connection_get_setting_ppp, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV4, macro in nm-ethtool-utils
-nm_connection_get_setting_pppoe, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV6, macro in nm-ethtool-utils
-nm_connection_get_setting_proxy, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IP_GENERIC, macro in nm-ethtool-utils
-nm_connection_get_setting_serial, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_SCTP, macro in nm-ethtool-utils
-nm_connection_get_setting_tc_config, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_ESP_SEGMENTATION, macro in nm-ethtool-utils
-nm_connection_get_setting_team, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_FCOE_SEGMENTATION, macro in nm-ethtool-utils
-nm_connection_get_setting_team_port, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_CSUM_SEGMENTATION, macro in nm-ethtool-utils
-nm_connection_get_setting_tun, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_SEGMENTATION, macro in nm-ethtool-utils
-nm_connection_get_setting_vlan, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_LIST, macro in nm-ethtool-utils
-nm_connection_get_setting_vpn, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_PARTIAL, macro in nm-ethtool-utils
-nm_connection_get_setting_vxlan, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_ROBUST, macro in nm-ethtool-utils
-nm_connection_get_setting_wimax, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP4_SEGMENTATION, macro in nm-ethtool-utils
-nm_connection_get_setting_wired, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP6_SEGMENTATION, macro in nm-ethtool-utils
-nm_connection_get_setting_wireless, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_NOCACHE_COPY, macro in nm-ethtool-utils
-nm_connection_get_setting_wireless_security, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER, macro in nm-ethtool-utils
-nm_connection_get_uuid, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER_FRAGLIST, macro in nm-ethtool-utils
-nm_connection_get_virtual_device_description, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_SCTP_SEGMENTATION, macro in nm-ethtool-utils
-nm_connection_is_type, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP6_SEGMENTATION, macro in nm-ethtool-utils
-nm_connection_is_virtual, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_ECN_SEGMENTATION, macro in nm-ethtool-utils
-nm_connection_need_secrets, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_MANGLEID_SEGMENTATION, macro in nm-ethtool-utils
-nm_connection_normalize, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_SEGMENTATION, macro in nm-ethtool-utils
-NM_CONNECTION_NORMALIZE_PARAM_IP4_CONFIG_METHOD, macro in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_TUNNEL_REMCSUM_SEGMENTATION, macro in nm-ethtool-utils
-NM_CONNECTION_NORMALIZE_PARAM_IP6_CONFIG_METHOD, macro in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_SEGMENTATION, macro in nm-ethtool-utils
-nm_connection_remove_setting, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_CSUM_SEGMENTATION, macro in nm-ethtool-utils
-nm_connection_replace_settings, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_SEGMENTATION, macro in nm-ethtool-utils
-nm_connection_replace_settings_from_connection, function in NMConnection +NM_ETHTOOL_OPTNAME_FEATURE_TX_VLAN_STAG_HW_INSERT, macro in nm-ethtool-utils
-NM_CONNECTION_SECRETS_CLEARED, macro in NMConnection +nm_ethtool_optname_is_coalesce, function in NMSettingEthtool
-NM_CONNECTION_SECRETS_UPDATED, macro in NMConnection +nm_ethtool_optname_is_feature, function in NMSettingEthtool
-nm_connection_set_path, function in NMConnection +nm_ethtool_optname_is_pause, function in NMSettingEthtool
-nm_connection_to_dbus, function in NMConnection +nm_ethtool_optname_is_ring, function in NMSettingEthtool
-nm_connection_update_secrets, function in NMConnection +NM_ETHTOOL_OPTNAME_PAUSE_AUTONEG, macro in nm-ethtool-utils
-nm_connection_verify, function in NMConnection +NM_ETHTOOL_OPTNAME_PAUSE_RX, macro in nm-ethtool-utils
-nm_connection_verify_secrets, function in NMConnection +NM_ETHTOOL_OPTNAME_PAUSE_TX, macro in nm-ethtool-utils
-nm_conn_wireguard_import, function in nm-conn-utils +NM_ETHTOOL_OPTNAME_RING_RX, macro in nm-ethtool-utils
-NM_CRYPTO_ERROR, macro in nm-errors +NM_ETHTOOL_OPTNAME_RING_RX_JUMBO, macro in nm-ethtool-utils
-nm_crypto_error_quark, function in nm-errors +NM_ETHTOOL_OPTNAME_RING_RX_MINI, macro in nm-ethtool-utils
-NM_DBUS_INTERFACE, macro in nm-dbus-interface +NM_ETHTOOL_OPTNAME_RING_TX, macro in nm-ethtool-utils
+

I

-NM_DBUS_INTERFACE_ACCESS_POINT, macro in nm-dbus-interface +in6_addr, struct in nm-utils
-NM_DBUS_INTERFACE_ACTIVE_CONNECTION, macro in nm-dbus-interface +NMIPAddressCmpFlags, enum in NMSettingIPConfig
-NM_DBUS_INTERFACE_AGENT_MANAGER, macro in nm-dbus-interface +NMIPConfig, struct in NMIPConfig
-NM_DBUS_INTERFACE_CHECKPOINT, macro in nm-dbus-interface +NMIPConfig:addresses, object property in NMIPConfig
-NM_DBUS_INTERFACE_DEVICE, macro in nm-dbus-interface +NMIPConfig:domains, object property in NMIPConfig
-NM_DBUS_INTERFACE_DEVICE_6LOWPAN, macro in nm-dbus-interface +NMIPConfig:family, object property in NMIPConfig
-NM_DBUS_INTERFACE_DEVICE_ADSL, macro in nm-dbus-interface +NMIPConfig:gateway, object property in NMIPConfig
-NM_DBUS_INTERFACE_DEVICE_BLUETOOTH, macro in nm-dbus-interface +NMIPConfig:nameservers, object property in NMIPConfig
-NM_DBUS_INTERFACE_DEVICE_BOND, macro in nm-dbus-interface +NMIPConfig:routes, object property in NMIPConfig
-NM_DBUS_INTERFACE_DEVICE_BRIDGE, macro in nm-dbus-interface +NMIPConfig:searches, object property in NMIPConfig
-NM_DBUS_INTERFACE_DEVICE_DUMMY, macro in nm-dbus-interface +NMIPConfig:wins-servers, object property in NMIPConfig
-NM_DBUS_INTERFACE_DEVICE_GENERIC, macro in nm-dbus-interface +NMIPRoutingRuleAsStringFlags, enum in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_GRE, macro in nm-dbus-interface +NMIPTunnelFlags, enum in NMSettingIPTunnel
-NM_DBUS_INTERFACE_DEVICE_INFINIBAND, macro in nm-dbus-interface +NMIPTunnelMode, enum in nm-dbus-interface
-NM_DBUS_INTERFACE_DEVICE_IP_TUNNEL, macro in nm-dbus-interface +NM_IP_ADDRESS_ATTRIBUTE_LABEL, macro in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_LOOPBACK, macro in nm-dbus-interface +nm_ip_address_cmp_full, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_MACSEC, macro in nm-dbus-interface +nm_ip_address_dup, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_MACVLAN, macro in nm-dbus-interface +nm_ip_address_equal, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_MODEM, macro in nm-dbus-interface +nm_ip_address_get_address, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_OLPC_MESH, macro in nm-dbus-interface +nm_ip_address_get_address_binary, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_OVS_BRIDGE, macro in nm-dbus-interface +nm_ip_address_get_attribute, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_OVS_INTERFACE, macro in nm-dbus-interface +nm_ip_address_get_attribute_names, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_OVS_PORT, macro in nm-dbus-interface +nm_ip_address_get_family, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_PPP, macro in nm-dbus-interface +nm_ip_address_get_prefix, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_STATISTICS, macro in nm-dbus-interface +nm_ip_address_new, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_TEAM, macro in nm-dbus-interface +nm_ip_address_new_binary, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_TUN, macro in nm-dbus-interface +nm_ip_address_ref, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_VETH, macro in nm-dbus-interface +nm_ip_address_set_address, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_VLAN, macro in nm-dbus-interface +nm_ip_address_set_address_binary, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_VRF, macro in nm-dbus-interface +nm_ip_address_set_attribute, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_VXLAN, macro in nm-dbus-interface +nm_ip_address_set_prefix, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_WIFI_P2P, macro in nm-dbus-interface +nm_ip_address_unref, function in NMSettingIPConfig
-NM_DBUS_INTERFACE_DEVICE_WIMAX, macro in nm-dbus-interface +NM_IP_CONFIG_ADDRESSES, macro in NMIPConfig
-NM_DBUS_INTERFACE_DEVICE_WIRED, macro in nm-dbus-interface +NM_IP_CONFIG_DOMAINS, macro in NMIPConfig
-NM_DBUS_INTERFACE_DEVICE_WIREGUARD, macro in nm-dbus-interface +NM_IP_CONFIG_FAMILY, macro in NMIPConfig
-NM_DBUS_INTERFACE_DEVICE_WIRELESS, macro in nm-dbus-interface +NM_IP_CONFIG_GATEWAY, macro in NMIPConfig
-NM_DBUS_INTERFACE_DEVICE_WPAN, macro in nm-dbus-interface +nm_ip_config_get_addresses, function in NMIPConfig
-NM_DBUS_INTERFACE_DHCP4_CONFIG, macro in nm-dbus-interface +nm_ip_config_get_domains, function in NMIPConfig
-NM_DBUS_INTERFACE_DHCP6_CONFIG, macro in nm-dbus-interface +nm_ip_config_get_family, function in NMIPConfig
-NM_DBUS_INTERFACE_DNS_MANAGER, macro in nm-dbus-interface +nm_ip_config_get_gateway, function in NMIPConfig
-NM_DBUS_INTERFACE_IP4_CONFIG, macro in nm-dbus-interface +nm_ip_config_get_nameservers, function in NMIPConfig
-NM_DBUS_INTERFACE_IP6_CONFIG, macro in nm-dbus-interface +nm_ip_config_get_routes, function in NMIPConfig
-NM_DBUS_INTERFACE_SECRET_AGENT, macro in nm-dbus-interface +nm_ip_config_get_searches, function in NMIPConfig
-NM_DBUS_INTERFACE_SETTINGS, macro in nm-dbus-interface +nm_ip_config_get_wins_servers, function in NMIPConfig
-NM_DBUS_INTERFACE_SETTINGS_CONNECTION, macro in nm-dbus-interface +NM_IP_CONFIG_NAMESERVERS, macro in NMIPConfig
-NM_DBUS_INTERFACE_SETTINGS_CONNECTION_SECRETS, macro in nm-dbus-interface +NM_IP_CONFIG_ROUTES, macro in NMIPConfig
-NM_DBUS_INTERFACE_VPN, macro in nm-vpn-dbus-interface +NM_IP_CONFIG_SEARCHES, macro in NMIPConfig
-NM_DBUS_INTERFACE_VPN_CONNECTION, macro in nm-vpn-dbus-interface +NM_IP_CONFIG_WINS_SERVERS, macro in NMIPConfig
-NM_DBUS_INTERFACE_WIFI_P2P_PEER, macro in nm-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_ADVMSS, macro in NMSettingIPConfig
-NM_DBUS_INTERFACE_WIMAX_NSP, macro in nm-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_CWND, macro in NMSettingIPConfig
-NM_DBUS_INVALID_VPN_CONNECTION, macro in nm-vpn-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_FROM, macro in NMSettingIPConfig
-NM_DBUS_NO_ACTIVE_VPN_CONNECTION, macro in nm-vpn-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_INITCWND, macro in NMSettingIPConfig
-NM_DBUS_NO_VPN_CONNECTIONS, macro in nm-vpn-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_INITRWND, macro in NMSettingIPConfig
-NM_DBUS_PATH, macro in nm-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_LOCK_ADVMSS, macro in NMSettingIPConfig
-NM_DBUS_PATH_ACCESS_POINT, macro in nm-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_LOCK_CWND, macro in NMSettingIPConfig
-NM_DBUS_PATH_AGENT_MANAGER, macro in nm-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_LOCK_INITCWND, macro in NMSettingIPConfig
-NM_DBUS_PATH_DNS_MANAGER, macro in nm-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_LOCK_INITRWND, macro in NMSettingIPConfig
-NM_DBUS_PATH_SECRET_AGENT, macro in nm-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_LOCK_MTU, macro in NMSettingIPConfig
-NM_DBUS_PATH_SETTINGS, macro in nm-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_LOCK_WINDOW, macro in NMSettingIPConfig
-NM_DBUS_PATH_SETTINGS_CONNECTION, macro in nm-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_MTU, macro in NMSettingIPConfig
-NM_DBUS_PATH_VPN, macro in nm-vpn-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_ONLINK, macro in NMSettingIPConfig
-NM_DBUS_PATH_VPN_CONNECTION, macro in nm-vpn-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_QUICKACK, macro in NMSettingIPConfig
-NM_DBUS_PATH_WIFI_P2P_PEER, macro in nm-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_RTO_MIN, macro in NMSettingIPConfig
-NM_DBUS_PATH_WIMAX_NSP, macro in nm-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_SCOPE, macro in NMSettingIPConfig
-NM_DBUS_SERVICE, macro in nm-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_SRC, macro in NMSettingIPConfig
-NM_DBUS_VPN_ALREADY_STARTED, macro in nm-vpn-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_TABLE, macro in NMSettingIPConfig
-NM_DBUS_VPN_ALREADY_STOPPED, macro in nm-vpn-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_TOS, macro in NMSettingIPConfig
-NM_DBUS_VPN_BAD_ARGUMENTS, macro in nm-vpn-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_TYPE, macro in NMSettingIPConfig
-NM_DBUS_VPN_ERROR_PREFIX, macro in nm-vpn-dbus-interface +nm_ip_route_attribute_validate, function in NMSettingIPConfig
-NM_DBUS_VPN_INTERACTIVE_NOT_SUPPORTED, macro in nm-vpn-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_WEIGHT, macro in NMSettingIPConfig
-NM_DBUS_VPN_SIGNAL_CONNECT_FAILED, macro in nm-vpn-dbus-interface +NM_IP_ROUTE_ATTRIBUTE_WINDOW, macro in NMSettingIPConfig
-NM_DBUS_VPN_SIGNAL_IP4_CONFIG, macro in nm-vpn-dbus-interface +nm_ip_route_dup, function in NMSettingIPConfig
-NM_DBUS_VPN_SIGNAL_IP_CONFIG_BAD, macro in nm-vpn-dbus-interface +nm_ip_route_equal, function in NMSettingIPConfig
-NM_DBUS_VPN_SIGNAL_LAUNCH_FAILED, macro in nm-vpn-dbus-interface +nm_ip_route_equal_full, function in NMSettingIPConfig
-NM_DBUS_VPN_SIGNAL_LOGIN_BANNER, macro in nm-vpn-dbus-interface +nm_ip_route_get_attribute, function in NMSettingIPConfig
-NM_DBUS_VPN_SIGNAL_LOGIN_FAILED, macro in nm-vpn-dbus-interface +nm_ip_route_get_attribute_names, function in NMSettingIPConfig
-NM_DBUS_VPN_SIGNAL_STATE_CHANGE, macro in nm-vpn-dbus-interface +nm_ip_route_get_dest, function in NMSettingIPConfig
-NM_DBUS_VPN_SIGNAL_VPN_CONFIG_BAD, macro in nm-vpn-dbus-interface +nm_ip_route_get_dest_binary, function in NMSettingIPConfig
-NM_DBUS_VPN_STARTING_IN_PROGRESS, macro in nm-vpn-dbus-interface +nm_ip_route_get_family, function in NMSettingIPConfig
-NM_DBUS_VPN_STOPPING_IN_PROGRESS, macro in nm-vpn-dbus-interface +nm_ip_route_get_metric, function in NMSettingIPConfig
-NM_DBUS_VPN_WRONG_STATE, macro in nm-vpn-dbus-interface +nm_ip_route_get_next_hop, function in NMSettingIPConfig
-NM_DEPRECATED_IN_0_9_10, macro in nm-version +nm_ip_route_get_next_hop_binary, function in NMSettingIPConfig
-NM_DEPRECATED_IN_0_9_10_FOR, macro in nm-version +nm_ip_route_get_prefix, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_0, macro in nm-version +nm_ip_route_get_variant_attribute_spec, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_0_FOR, macro in nm-version +nm_ip_route_new, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_10, macro in nm-version +nm_ip_route_new_binary, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_10_FOR, macro in nm-version +nm_ip_route_ref, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_12, macro in nm-version +nm_ip_route_set_attribute, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_12_FOR, macro in nm-version +nm_ip_route_set_dest, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_14, macro in nm-version +nm_ip_route_set_dest_binary, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_14_FOR, macro in nm-version +nm_ip_route_set_metric, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_16, macro in nm-version +nm_ip_route_set_next_hop, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_16_FOR, macro in nm-version +nm_ip_route_set_next_hop_binary, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_18, macro in nm-version +nm_ip_route_set_prefix, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_18_FOR, macro in nm-version +nm_ip_route_unref, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_2, macro in nm-version +nm_ip_routing_rule_cmp, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_20, macro in nm-version +nm_ip_routing_rule_from_string, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_20_FOR, macro in nm-version +nm_ip_routing_rule_get_action, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_22, macro in nm-version +nm_ip_routing_rule_get_addr_family, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_22_FOR, macro in nm-version +nm_ip_routing_rule_get_destination_port_end, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_24, macro in nm-version +nm_ip_routing_rule_get_destination_port_start, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_24_FOR, macro in nm-version +nm_ip_routing_rule_get_from, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_26, macro in nm-version +nm_ip_routing_rule_get_from_len, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_26_FOR, macro in nm-version +nm_ip_routing_rule_get_fwmark, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_28, macro in nm-version +nm_ip_routing_rule_get_fwmask, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_28_FOR, macro in nm-version +nm_ip_routing_rule_get_iifname, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_2_FOR, macro in nm-version +nm_ip_routing_rule_get_invert, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_30, macro in nm-version +nm_ip_routing_rule_get_ipproto, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_30_FOR, macro in nm-version +nm_ip_routing_rule_get_oifname, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_32, macro in nm-version +nm_ip_routing_rule_get_priority, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_32_FOR, macro in nm-version +nm_ip_routing_rule_get_source_port_end, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_34, macro in nm-version +nm_ip_routing_rule_get_source_port_start, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_34_FOR, macro in nm-version +nm_ip_routing_rule_get_suppress_prefixlength, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_36, macro in nm-version +nm_ip_routing_rule_get_table, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_36_FOR, macro in nm-version +nm_ip_routing_rule_get_to, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_38, macro in nm-version +nm_ip_routing_rule_get_tos, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_38_FOR, macro in nm-version +nm_ip_routing_rule_get_to_len, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_4, macro in nm-version +nm_ip_routing_rule_get_uid_range, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_40, macro in nm-version +nm_ip_routing_rule_is_sealed, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_40_FOR, macro in nm-version +nm_ip_routing_rule_new, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_42, macro in nm-version +nm_ip_routing_rule_new_clone, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_42_FOR, macro in nm-version +nm_ip_routing_rule_ref, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_4_FOR, macro in nm-version +nm_ip_routing_rule_seal, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_6, macro in nm-version +nm_ip_routing_rule_set_action, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_6_FOR, macro in nm-version +nm_ip_routing_rule_set_destination_port, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_8, macro in nm-version +nm_ip_routing_rule_set_from, function in NMSettingIPConfig
-NM_DEPRECATED_IN_1_8_FOR, macro in nm-vpn-dbus-interface +nm_ip_routing_rule_set_fwmark, function in NMSettingIPConfig
-nm_device_6lowpan_get_parent, function in NMDevice6Lowpan +nm_ip_routing_rule_set_iifname, function in NMSettingIPConfig
-NM_DEVICE_6LOWPAN_HW_ADDRESS, macro in NMDevice6Lowpan +nm_ip_routing_rule_set_invert, function in NMSettingIPConfig
-NM_DEVICE_6LOWPAN_PARENT, macro in NMDevice6Lowpan +nm_ip_routing_rule_set_ipproto, function in NMSettingIPConfig
-NM_DEVICE_ACTIVE_CONNECTION, macro in NMDevice +nm_ip_routing_rule_set_oifname, function in NMSettingIPConfig
-NM_DEVICE_ADSL_CARRIER, macro in NMDeviceAdsl +nm_ip_routing_rule_set_priority, function in NMSettingIPConfig
-nm_device_adsl_get_carrier, function in NMDeviceAdsl +nm_ip_routing_rule_set_source_port, function in NMSettingIPConfig
-NM_DEVICE_AUTOCONNECT, macro in NMDevice +nm_ip_routing_rule_set_suppress_prefixlength, function in NMSettingIPConfig
-NM_DEVICE_AVAILABLE_CONNECTIONS, macro in NMDevice +nm_ip_routing_rule_set_table, function in NMSettingIPConfig
-NM_DEVICE_BOND_CARRIER, macro in NMDeviceBond +nm_ip_routing_rule_set_to, function in NMSettingIPConfig
-nm_device_bond_get_carrier, function in NMDeviceBond +nm_ip_routing_rule_set_tos, function in NMSettingIPConfig
-nm_device_bond_get_hw_address, function in NMDeviceBond +nm_ip_routing_rule_set_uid_range, function in NMSettingIPConfig
-nm_device_bond_get_slaves, function in NMDeviceBond +nm_ip_routing_rule_to_string, function in NMSettingIPConfig
-NM_DEVICE_BOND_HW_ADDRESS, macro in NMDeviceBond +nm_ip_routing_rule_unref, function in NMSettingIPConfig
-NM_DEVICE_BOND_SLAVES, macro in NMDeviceBond +nm_ip_routing_rule_validate, function in NMSettingIPConfig
+

K

-NM_DEVICE_BRIDGE_CARRIER, macro in NMDeviceBridge +NMKeyfileHandlerData, struct in nm-keyfile
-nm_device_bridge_get_carrier, function in NMDeviceBridge +NMKeyfileHandlerFlags, enum in nm-keyfile
-nm_device_bridge_get_hw_address, function in NMDeviceBridge +NMKeyfileHandlerType, enum in nm-keyfile
-nm_device_bridge_get_slaves, function in NMDeviceBridge +NMKeyfileReadHandler, user_function in nm-keyfile
-NM_DEVICE_BRIDGE_HW_ADDRESS, macro in NMDeviceBridge +NMKeyfileWarnSeverity, enum in nm-keyfile
-NM_DEVICE_BRIDGE_SLAVES, macro in NMDeviceBridge +NMKeyfileWriteHandler, user_function in nm-keyfile
-NM_DEVICE_BT_CAPABILITIES, macro in NMDeviceBt +nm_keyfile_handler_data_fail_with_error, function in nm-keyfile
-nm_device_bt_get_capabilities, function in NMDeviceBt +nm_keyfile_handler_data_get_context, function in nm-keyfile
-nm_device_bt_get_hw_address, function in NMDeviceBt +nm_keyfile_handler_data_warn_get, function in nm-keyfile
-nm_device_bt_get_name, function in NMDeviceBt +nm_keyfile_read, function in nm-keyfile
-NM_DEVICE_BT_HW_ADDRESS, macro in NMDeviceBt +nm_keyfile_write, function in nm-keyfile
+

L

-NM_DEVICE_BT_NAME, macro in NMDeviceBt +NMLldpNeighbor, struct in NMDevice
-NM_DEVICE_CAPABILITIES, macro in NMDevice +NM_LLDP_ATTR_CHASSIS_ID, macro in nm-dbus-interface
-nm_device_connection_compatible, function in NMDevice +NM_LLDP_ATTR_CHASSIS_ID_TYPE, macro in nm-dbus-interface
-nm_device_connection_valid, function in NMDevice +NM_LLDP_ATTR_DESTINATION, macro in nm-dbus-interface
-nm_device_delete, function in NMDevice +NM_LLDP_ATTR_IEEE_802_1_PPVID, macro in nm-dbus-interface
-nm_device_delete_async, function in NMDevice +NM_LLDP_ATTR_IEEE_802_1_PPVIDS, macro in nm-dbus-interface
-nm_device_delete_finish, function in NMDevice +NM_LLDP_ATTR_IEEE_802_1_PPVID_FLAGS, macro in nm-dbus-interface
-NM_DEVICE_DEVICE_TYPE, macro in NMDevice +NM_LLDP_ATTR_IEEE_802_1_PVID, macro in nm-dbus-interface
-NM_DEVICE_DHCP4_CONFIG, macro in NMDevice +NM_LLDP_ATTR_IEEE_802_1_VID, macro in nm-dbus-interface
-NM_DEVICE_DHCP6_CONFIG, macro in NMDevice +NM_LLDP_ATTR_IEEE_802_1_VLANS, macro in nm-dbus-interface
-nm_device_disambiguate_names, function in NMDevice +NM_LLDP_ATTR_IEEE_802_1_VLAN_NAME, macro in nm-dbus-interface
-nm_device_disconnect, function in NMDevice +NM_LLDP_ATTR_IEEE_802_3_MAC_PHY_CONF, macro in nm-dbus-interface
-nm_device_disconnect_async, function in NMDevice +NM_LLDP_ATTR_IEEE_802_3_MAX_FRAME_SIZE, macro in nm-dbus-interface
-nm_device_disconnect_finish, function in NMDevice +NM_LLDP_ATTR_IEEE_802_3_POWER_VIA_MDI, macro in nm-dbus-interface
-NM_DEVICE_DRIVER, macro in NMDevice +NM_LLDP_ATTR_MANAGEMENT_ADDRESSES, macro in nm-dbus-interface
-NM_DEVICE_DRIVER_VERSION, macro in NMDevice +NM_LLDP_ATTR_MUD_URL, macro in nm-dbus-interface
-nm_device_dummy_get_hw_address, function in NMDeviceDummy +NM_LLDP_ATTR_PORT_DESCRIPTION, macro in nm-dbus-interface
-NM_DEVICE_DUMMY_HW_ADDRESS, macro in NMDeviceDummy +NM_LLDP_ATTR_PORT_ID, macro in nm-dbus-interface
-NM_DEVICE_ERROR, macro in nm-errors +NM_LLDP_ATTR_PORT_ID_TYPE, macro in nm-dbus-interface
-nm_device_error_quark, function in nm-errors +NM_LLDP_ATTR_RAW, macro in nm-dbus-interface
-NM_DEVICE_ETHERNET_CARRIER, macro in NMDeviceEthernet +NM_LLDP_ATTR_SYSTEM_CAPABILITIES, macro in nm-dbus-interface
-nm_device_ethernet_get_carrier, function in NMDeviceEthernet +NM_LLDP_ATTR_SYSTEM_DESCRIPTION, macro in nm-dbus-interface
-nm_device_ethernet_get_hw_address, function in NMDeviceEthernet +NM_LLDP_ATTR_SYSTEM_NAME, macro in nm-dbus-interface
-nm_device_ethernet_get_permanent_hw_address, function in NMDeviceEthernet +NM_LLDP_DEST_NEAREST_BRIDGE, macro in nm-dbus-interface
-nm_device_ethernet_get_s390_subchannels, function in NMDeviceEthernet +NM_LLDP_DEST_NEAREST_CUSTOMER_BRIDGE, macro in nm-dbus-interface
-nm_device_ethernet_get_speed, function in NMDeviceEthernet +NM_LLDP_DEST_NEAREST_NON_TPMR_BRIDGE, macro in nm-dbus-interface
-NM_DEVICE_ETHERNET_HW_ADDRESS, macro in NMDeviceEthernet +nm_lldp_neighbor_get_attr_names, function in NMDevice
-NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS, macro in NMDeviceEthernet +nm_lldp_neighbor_get_attr_string_value, function in NMDevice
-NM_DEVICE_ETHERNET_S390_SUBCHANNELS, macro in NMDeviceEthernet +nm_lldp_neighbor_get_attr_type, function in NMDevice
-NM_DEVICE_ETHERNET_SPEED, macro in NMDeviceEthernet +nm_lldp_neighbor_get_attr_uint_value, function in NMDevice
-nm_device_filter_connections, function in NMDevice +nm_lldp_neighbor_get_attr_value, function in NMDevice
-NM_DEVICE_FIRMWARE_MISSING, macro in NMDevice +nm_lldp_neighbor_new, function in NMDevice
-NM_DEVICE_FIRMWARE_VERSION, macro in NMDevice +nm_lldp_neighbor_ref, function in NMDevice
-nm_device_generic_get_hw_address, function in NMDeviceGeneric +nm_lldp_neighbor_unref, function in NMDevice
+

M

-NM_DEVICE_GENERIC_HW_ADDRESS, macro in NMDeviceGeneric +NM_MAJOR_VERSION, macro in nm-version-macros
-NM_DEVICE_GENERIC_TYPE_DESCRIPTION, macro in NMDeviceGeneric +NMManagerError, enum in nm-errors
-nm_device_get_active_connection, function in NMDevice +NMManagerReloadFlags, enum in nm-dbus-interface
-nm_device_get_applied_connection, function in NMDevice +NM_MANAGER_ERROR, macro in nm-errors
-nm_device_get_applied_connection_async, function in NMDevice +nm_manager_error_quark, function in nm-errors
-nm_device_get_applied_connection_finish, function in NMDevice +NMMetered, enum in nm-dbus-interface
-nm_device_get_autoconnect, function in NMDevice +NM_MICRO_VERSION, macro in nm-version-macros
-nm_device_get_available_connections, function in NMDevice +NM_MINOR_VERSION, macro in nm-version-macros
-nm_device_get_capabilities, function in NMDevice +NMMptcpFlags, enum in nm-dbus-interface
+

O

-nm_device_get_connectivity, function in NMDevice +NMObject, struct in NMObject
-nm_device_get_description, function in NMDevice +NMObject:client, object property in NMObject
-nm_device_get_device_type, function in NMDevice +NMObject:path, object property in NMObject
-nm_device_get_dhcp4_config, function in NMDevice +NM_OBJECT_CLIENT, macro in NMObject
-nm_device_get_dhcp6_config, function in NMDevice +nm_object_get_client, function in NMObject
-nm_device_get_driver, function in NMDevice +nm_object_get_path, function in NMObject
-nm_device_get_driver_version, function in NMDevice +NM_OBJECT_PATH, macro in NMObject
+

R

-nm_device_get_firmware_missing, function in NMDevice +NMRadioFlags, enum in nm-dbus-interface
-nm_device_get_firmware_version, function in NMDevice +nm_range_cmp, function in NMSetting
-nm_device_get_hw_address, function in NMDevice +nm_range_from_str, function in NMSetting
-nm_device_get_iface, function in NMDevice +nm_range_get_range, function in NMSetting
-nm_device_get_interface_flags, function in NMDevice +nm_range_new, function in NMSetting
-nm_device_get_ip4_config, function in NMDevice +nm_range_ref, function in NMSetting
-nm_device_get_ip6_config, function in NMDevice +nm_range_to_str, function in NMSetting
-nm_device_get_ip_iface, function in NMDevice +nm_range_unref, function in NMSetting
-nm_device_get_lldp_neighbors, function in NMDevice +NMRemoteConnection, struct in NMRemoteConnection
-nm_device_get_managed, function in NMDevice +NMRemoteConnection:filename, object property in NMRemoteConnection
-nm_device_get_metered, function in NMDevice +NMRemoteConnection:flags, object property in NMRemoteConnection
-nm_device_get_mtu, function in NMDevice +NMRemoteConnection:unsaved, object property in NMRemoteConnection
-nm_device_get_nm_plugin_missing, function in NMDevice +NMRemoteConnection:version-id, object property in NMRemoteConnection
-nm_device_get_path, function in NMDevice +NMRemoteConnection:visible, object property in NMRemoteConnection
-nm_device_get_physical_port_id, function in NMDevice +nm_remote_connection_commit_changes, function in NMRemoteConnection
-nm_device_get_ports, function in NMDevice +nm_remote_connection_commit_changes_async, function in NMRemoteConnection
-nm_device_get_product, function in NMDevice +nm_remote_connection_commit_changes_finish, function in NMRemoteConnection
-nm_device_get_setting_type, function in NMDevice +NM_REMOTE_CONNECTION_DBUS_CONNECTION, macro in NMRemoteConnection
-nm_device_get_state, function in NMDevice +nm_remote_connection_delete, function in NMRemoteConnection
-nm_device_get_state_reason, function in NMDevice +nm_remote_connection_delete_async, function in NMRemoteConnection
-nm_device_get_type_description, function in NMDevice +nm_remote_connection_delete_finish, function in NMRemoteConnection
-nm_device_get_udi, function in NMDevice +NM_REMOTE_CONNECTION_FILENAME, macro in NMRemoteConnection
-nm_device_get_vendor, function in NMDevice +NM_REMOTE_CONNECTION_FLAGS, macro in NMRemoteConnection
-NM_DEVICE_HW_ADDRESS, macro in NMDevice +nm_remote_connection_get_filename, function in NMRemoteConnection
-NM_DEVICE_INFINIBAND_CARRIER, macro in NMDeviceInfiniband +nm_remote_connection_get_flags, function in NMRemoteConnection
-nm_device_infiniband_get_carrier, function in NMDeviceInfiniband +nm_remote_connection_get_secrets, function in NMRemoteConnection
-nm_device_infiniband_get_hw_address, function in NMDeviceInfiniband +nm_remote_connection_get_secrets_async, function in NMRemoteConnection
-NM_DEVICE_INFINIBAND_HW_ADDRESS, macro in NMDeviceInfiniband +nm_remote_connection_get_secrets_finish, function in NMRemoteConnection
-NM_DEVICE_INTERFACE, macro in NMDevice +nm_remote_connection_get_unsaved, function in NMRemoteConnection
-NM_DEVICE_INTERFACE_FLAGS, macro in NMDevice +nm_remote_connection_get_version_id, function in NMRemoteConnection
-NM_DEVICE_IP4_CONFIG, macro in NMDevice +nm_remote_connection_get_visible, function in NMRemoteConnection
-NM_DEVICE_IP4_CONNECTIVITY, macro in NMDevice +NM_REMOTE_CONNECTION_PATH, macro in NMRemoteConnection
-NM_DEVICE_IP6_CONFIG, macro in NMDevice +nm_remote_connection_save, function in NMRemoteConnection
-NM_DEVICE_IP6_CONNECTIVITY, macro in NMDevice +nm_remote_connection_save_async, function in NMRemoteConnection
-NM_DEVICE_IP_INTERFACE, macro in NMDevice +nm_remote_connection_save_finish, function in NMRemoteConnection
-NM_DEVICE_IP_TUNNEL_ENCAPSULATION_LIMIT, macro in NMDeviceIPTunnel +NM_REMOTE_CONNECTION_UNSAVED, macro in NMRemoteConnection
-NM_DEVICE_IP_TUNNEL_FLAGS, macro in NMDeviceIPTunnel +nm_remote_connection_update2, function in NMRemoteConnection
-NM_DEVICE_IP_TUNNEL_FLOW_LABEL, macro in NMDeviceIPTunnel +nm_remote_connection_update2_finish, function in NMRemoteConnection
-nm_device_ip_tunnel_get_encapsulation_limit, function in NMDeviceIPTunnel +NM_REMOTE_CONNECTION_VERSION_ID, macro in NMRemoteConnection
-nm_device_ip_tunnel_get_flags, function in NMDeviceIPTunnel +NM_REMOTE_CONNECTION_VISIBLE, macro in NMRemoteConnection
-nm_device_ip_tunnel_get_flow_label, function in NMDeviceIPTunnel +NMRollbackResult, enum in nm-dbus-interface
+

S

-nm_device_ip_tunnel_get_input_key, function in NMDeviceIPTunnel +NMSecretAgentCapabilities, enum in nm-dbus-interface
-nm_device_ip_tunnel_get_local, function in NMDeviceIPTunnel +NMSecretAgentError, enum in nm-errors
-nm_device_ip_tunnel_get_mode, function in NMDeviceIPTunnel +NMSecretAgentGetSecretsFlags, enum in nm-dbus-interface
-nm_device_ip_tunnel_get_output_key, function in NMDeviceIPTunnel +NMSecretAgentOld, struct in NMSecretAgentOld
-nm_device_ip_tunnel_get_parent, function in NMDeviceIPTunnel +NMSecretAgentOld:auto-register, object property in NMSecretAgentOld
-nm_device_ip_tunnel_get_path_mtu_discovery, function in NMDeviceIPTunnel +NMSecretAgentOld:capabilities, object property in NMSecretAgentOld
-nm_device_ip_tunnel_get_remote, function in NMDeviceIPTunnel +NMSecretAgentOld:dbus-connection, object property in NMSecretAgentOld
-nm_device_ip_tunnel_get_tos, function in NMDeviceIPTunnel +NMSecretAgentOld:identifier, object property in NMSecretAgentOld
-nm_device_ip_tunnel_get_ttl, function in NMDeviceIPTunnel +NMSecretAgentOld:registered, object property in NMSecretAgentOld
-NM_DEVICE_IP_TUNNEL_INPUT_KEY, macro in NMDeviceIPTunnel +NMSecretAgentOldDeleteSecretsFunc, user_function in NMSecretAgentOld
-NM_DEVICE_IP_TUNNEL_LOCAL, macro in NMDeviceIPTunnel +NMSecretAgentOldGetSecretsFunc, user_function in NMSecretAgentOld
-NM_DEVICE_IP_TUNNEL_MODE, macro in NMDeviceIPTunnel +NMSecretAgentOldSaveSecretsFunc, user_function in NMSecretAgentOld
-NM_DEVICE_IP_TUNNEL_OUTPUT_KEY, macro in NMDeviceIPTunnel +NM_SECRET_AGENT_ERROR, macro in nm-errors
-NM_DEVICE_IP_TUNNEL_PARENT, macro in NMDeviceIPTunnel +nm_secret_agent_error_quark, function in nm-errors
-NM_DEVICE_IP_TUNNEL_PATH_MTU_DISCOVERY, macro in NMDeviceIPTunnel +NM_SECRET_AGENT_OLD_AUTO_REGISTER, macro in NMSecretAgentOld
-NM_DEVICE_IP_TUNNEL_REMOTE, macro in NMDeviceIPTunnel +NM_SECRET_AGENT_OLD_CAPABILITIES, macro in NMSecretAgentOld
-NM_DEVICE_IP_TUNNEL_TOS, macro in NMDeviceIPTunnel +NM_SECRET_AGENT_OLD_DBUS_CONNECTION, macro in NMSecretAgentOld
-NM_DEVICE_IP_TUNNEL_TTL, macro in NMDeviceIPTunnel +nm_secret_agent_old_delete_secrets, function in NMSecretAgentOld
-nm_device_is_real, function in NMDevice +nm_secret_agent_old_destroy, function in NMSecretAgentOld
-nm_device_is_software, function in NMDevice +nm_secret_agent_old_enable, function in NMSecretAgentOld
-NM_DEVICE_LLDP_NEIGHBORS, macro in NMDevice +nm_secret_agent_old_get_context_busy_watcher, function in NMSecretAgentOld
-NM_DEVICE_MACSEC_CIPHER_SUITE, macro in NMDeviceMacsec +nm_secret_agent_old_get_dbus_connection, function in NMSecretAgentOld
-NM_DEVICE_MACSEC_ENCODING_SA, macro in NMDeviceMacsec +nm_secret_agent_old_get_dbus_name_owner, function in NMSecretAgentOld
-NM_DEVICE_MACSEC_ENCRYPT, macro in NMDeviceMacsec +nm_secret_agent_old_get_main_context, function in NMSecretAgentOld
-NM_DEVICE_MACSEC_ES, macro in NMDeviceMacsec +nm_secret_agent_old_get_registered, function in NMSecretAgentOld
-nm_device_macsec_get_cipher_suite, function in NMDeviceMacsec +nm_secret_agent_old_get_secrets, function in NMSecretAgentOld
-nm_device_macsec_get_encoding_sa, function in NMDeviceMacsec +NM_SECRET_AGENT_OLD_IDENTIFIER, macro in NMSecretAgentOld
-nm_device_macsec_get_encrypt, function in NMDeviceMacsec +nm_secret_agent_old_register, function in NMSecretAgentOld
-nm_device_macsec_get_es, function in NMDeviceMacsec +NM_SECRET_AGENT_OLD_REGISTERED, macro in NMSecretAgentOld
-nm_device_macsec_get_hw_address, function in NMDeviceMacsec +nm_secret_agent_old_register_async, function in NMSecretAgentOld
-nm_device_macsec_get_icv_length, function in NMDeviceMacsec +nm_secret_agent_old_register_finish, function in NMSecretAgentOld
-nm_device_macsec_get_include_sci, function in NMDeviceMacsec +nm_secret_agent_old_save_secrets, function in NMSecretAgentOld
-nm_device_macsec_get_parent, function in NMDeviceMacsec +nm_secret_agent_old_unregister, function in NMSecretAgentOld
-nm_device_macsec_get_protect, function in NMDeviceMacsec +nm_secret_agent_old_unregister_async, function in NMSecretAgentOld
-nm_device_macsec_get_replay_protect, function in NMDeviceMacsec +nm_secret_agent_old_unregister_finish, function in NMSecretAgentOld
-nm_device_macsec_get_scb, function in NMDeviceMacsec +NMSetting, struct in NMSettingOvs
-nm_device_macsec_get_sci, function in NMDeviceMacsec +NMSetting6Lowpan, struct in NMSettingOvs
-nm_device_macsec_get_validation, function in NMDeviceMacsec +NMSetting6Lowpan:parent, object property in NMSettingOvs
-nm_device_macsec_get_window, function in NMDeviceMacsec +NMSetting8021x, struct in NMSettingOvs
-NM_DEVICE_MACSEC_HW_ADDRESS, macro in NMDeviceMacsec +NMSetting8021x:altsubject-matches, object property in NMSettingOvs
-NM_DEVICE_MACSEC_ICV_LENGTH, macro in NMDeviceMacsec +NMSetting8021x:anonymous-identity, object property in NMSettingOvs
-NM_DEVICE_MACSEC_INCLUDE_SCI, macro in NMDeviceMacsec +NMSetting8021x:auth-timeout, object property in NMSettingOvs
-NM_DEVICE_MACSEC_PARENT, macro in NMDeviceMacsec +NMSetting8021x:ca-cert, object property in NMSettingOvs
-NM_DEVICE_MACSEC_PROTECT, macro in NMDeviceMacsec +NMSetting8021x:ca-cert-password, object property in NMSettingOvs
-NM_DEVICE_MACSEC_REPLAY_PROTECT, macro in NMDeviceMacsec +NMSetting8021x:ca-cert-password-flags, object property in NMSettingOvs
-NM_DEVICE_MACSEC_SCB, macro in NMDeviceMacsec +NMSetting8021x:ca-path, object property in NMSettingOvs
-NM_DEVICE_MACSEC_SCI, macro in NMDeviceMacsec +NMSetting8021x:client-cert, object property in NMSettingOvs
-NM_DEVICE_MACSEC_VALIDATION, macro in NMDeviceMacsec +NMSetting8021x:client-cert-password, object property in NMSettingOvs
-NM_DEVICE_MACSEC_WINDOW, macro in NMDeviceMacsec +NMSetting8021x:client-cert-password-flags, object property in NMSettingOvs
-nm_device_macvlan_get_hw_address, function in NMDeviceMacvlan +NMSetting8021x:domain-match, object property in NMSettingOvs
-nm_device_macvlan_get_mode, function in NMDeviceMacvlan +NMSetting8021x:domain-suffix-match, object property in NMSettingOvs
-nm_device_macvlan_get_no_promisc, function in NMDeviceMacvlan +NMSetting8021x:eap, object property in NMSettingOvs
-nm_device_macvlan_get_parent, function in NMDeviceMacvlan +NMSetting8021x:identity, object property in NMSettingOvs
-nm_device_macvlan_get_tap, function in NMDeviceMacvlan +NMSetting8021x:optional, object property in NMSettingOvs
-NM_DEVICE_MACVLAN_HW_ADDRESS, macro in NMDeviceMacvlan +NMSetting8021x:pac-file, object property in NMSettingOvs
-NM_DEVICE_MACVLAN_MODE, macro in NMDeviceMacvlan +NMSetting8021x:password, object property in NMSettingOvs
-NM_DEVICE_MACVLAN_NO_PROMISC, macro in NMDeviceMacvlan +NMSetting8021x:password-flags, object property in NMSettingOvs
-NM_DEVICE_MACVLAN_PARENT, macro in NMDeviceMacvlan +NMSetting8021x:password-raw, object property in NMSettingOvs
-NM_DEVICE_MACVLAN_TAP, macro in NMDeviceMacvlan +NMSetting8021x:password-raw-flags, object property in NMSettingOvs
-NM_DEVICE_MANAGED, macro in NMDevice +NMSetting8021x:phase1-auth-flags, object property in NMSettingOvs
-NM_DEVICE_METERED, macro in NMDevice +NMSetting8021x:phase1-fast-provisioning, object property in NMSettingOvs
-NM_DEVICE_MODEM_APN, macro in NMDeviceModem +NMSetting8021x:phase1-peaplabel, object property in NMSettingOvs
-NM_DEVICE_MODEM_CURRENT_CAPABILITIES, macro in NMDeviceModem +NMSetting8021x:phase1-peapver, object property in NMSettingOvs
-NM_DEVICE_MODEM_DEVICE_ID, macro in NMDeviceModem +NMSetting8021x:phase2-altsubject-matches, object property in NMSettingOvs
-nm_device_modem_get_apn, function in NMDeviceModem +NMSetting8021x:phase2-auth, object property in NMSettingOvs
-nm_device_modem_get_current_capabilities, function in NMDeviceModem +NMSetting8021x:phase2-autheap, object property in NMSettingOvs
-nm_device_modem_get_device_id, function in NMDeviceModem +NMSetting8021x:phase2-ca-cert, object property in NMSettingOvs
-nm_device_modem_get_modem_capabilities, function in NMDeviceModem +NMSetting8021x:phase2-ca-cert-password, object property in NMSettingOvs
-nm_device_modem_get_operator_code, function in NMDeviceModem +NMSetting8021x:phase2-ca-cert-password-flags, object property in NMSettingOvs
-NM_DEVICE_MODEM_MODEM_CAPABILITIES, macro in NMDeviceModem +NMSetting8021x:phase2-ca-path, object property in NMSettingOvs
-NM_DEVICE_MODEM_OPERATOR_CODE, macro in NMDeviceModem +NMSetting8021x:phase2-client-cert, object property in NMSettingOvs
-NM_DEVICE_MTU, macro in NMDevice +NMSetting8021x:phase2-client-cert-password, object property in NMSettingOvs
-NM_DEVICE_NM_PLUGIN_MISSING, macro in NMDevice +NMSetting8021x:phase2-client-cert-password-flags, object property in NMSettingOvs
-NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL, macro in NMDeviceOlpcMesh +NMSetting8021x:phase2-domain-match, object property in NMSettingOvs
-NM_DEVICE_OLPC_MESH_COMPANION, macro in NMDeviceOlpcMesh +NMSetting8021x:phase2-domain-suffix-match, object property in NMSettingOvs
-nm_device_olpc_mesh_get_active_channel, function in NMDeviceOlpcMesh +NMSetting8021x:phase2-private-key, object property in NMSettingOvs
-nm_device_olpc_mesh_get_companion, function in NMDeviceOlpcMesh +NMSetting8021x:phase2-private-key-password, object property in NMSettingOvs
-nm_device_olpc_mesh_get_hw_address, function in NMDeviceOlpcMesh +NMSetting8021x:phase2-private-key-password-flags, object property in NMSettingOvs
-NM_DEVICE_OLPC_MESH_HW_ADDRESS, macro in NMDeviceOlpcMesh +NMSetting8021x:phase2-subject-match, object property in NMSettingOvs
-nm_device_ovs_bridge_get_slaves, function in NMDeviceOvsBridge +NMSetting8021x:pin, object property in NMSettingOvs
-NM_DEVICE_OVS_BRIDGE_SLAVES, macro in NMDeviceOvsBridge +NMSetting8021x:pin-flags, object property in NMSettingOvs
-nm_device_ovs_port_get_slaves, function in NMDeviceOvsPort +NMSetting8021x:private-key, object property in NMSettingOvs
-NM_DEVICE_OVS_PORT_SLAVES, macro in NMDeviceOvsPort +NMSetting8021x:private-key-password, object property in NMSettingOvs
-NM_DEVICE_PATH, macro in NMDevice +NMSetting8021x:private-key-password-flags, object property in NMSettingOvs
-NM_DEVICE_PHYSICAL_PORT_ID, macro in NMDevice +NMSetting8021x:subject-match, object property in NMSettingOvs
-NM_DEVICE_PORTS, macro in NMDevice +NMSetting8021x:system-ca-certs, object property in NMSettingOvs
-NM_DEVICE_PRODUCT, macro in NMDevice +NMSetting8021xAuthFlags, enum in NMSetting8021x
-NM_DEVICE_REAL, macro in NMDevice +NMSetting8021xCKFormat, enum in NMSetting8021x
-nm_device_reapply, function in NMDevice +NMSetting8021xCKScheme, enum in NMSetting8021x
-nm_device_reapply_async, function in NMDevice +NMSetting:name, object property in NMSettingOvs
-nm_device_reapply_finish, function in NMDevice +NMSettingAdsl, struct in NMSettingOvs
-nm_device_set_autoconnect, function in NMDevice +NMSettingAdsl:encapsulation, object property in NMSettingOvs
-nm_device_set_managed, function in NMDevice +NMSettingAdsl:password, object property in NMSettingOvs
-NM_DEVICE_STATE, macro in NMDevice +NMSettingAdsl:password-flags, object property in NMSettingOvs
-NM_DEVICE_STATE_REASON, macro in NMDevice +NMSettingAdsl:protocol, object property in NMSettingOvs
-NM_DEVICE_TEAM_CARRIER, macro in NMDeviceTeam +NMSettingAdsl:username, object property in NMSettingOvs
-NM_DEVICE_TEAM_CONFIG, macro in NMDeviceTeam +NMSettingAdsl:vci, object property in NMSettingOvs
-nm_device_team_get_carrier, function in NMDeviceTeam +NMSettingAdsl:vpi, object property in NMSettingOvs
-nm_device_team_get_config, function in NMDeviceTeam +NMSettingBluetooth, struct in NMSettingOvs
-nm_device_team_get_hw_address, function in NMDeviceTeam +NMSettingBluetooth:bdaddr, object property in NMSettingOvs
-nm_device_team_get_slaves, function in NMDeviceTeam +NMSettingBluetooth:type, object property in NMSettingOvs
-NM_DEVICE_TEAM_HW_ADDRESS, macro in NMDeviceTeam +NMSettingBond, struct in NMSettingOvs
-NM_DEVICE_TEAM_SLAVES, macro in NMDeviceTeam +NMSettingBond:options, object property in NMSettingOvs
-nm_device_tun_get_group, function in NMDeviceTun +NMSettingBondPort, struct in NMSettingOvs
-nm_device_tun_get_hw_address, function in NMDeviceTun +NMSettingBondPort:prio, object property in NMSettingOvs
-nm_device_tun_get_mode, function in NMDeviceTun +NMSettingBondPort:queue-id, object property in NMSettingOvs
-nm_device_tun_get_multi_queue, function in NMDeviceTun +NMSettingBridge, struct in NMSettingOvs
-nm_device_tun_get_no_pi, function in NMDeviceTun +NMSettingBridge:ageing-time, object property in NMSettingOvs
-nm_device_tun_get_owner, function in NMDeviceTun +NMSettingBridge:forward-delay, object property in NMSettingOvs
-nm_device_tun_get_vnet_hdr, function in NMDeviceTun +NMSettingBridge:group-address, object property in NMSettingOvs
-NM_DEVICE_TUN_GROUP, macro in NMDeviceTun +NMSettingBridge:group-forward-mask, object property in NMSettingOvs
-NM_DEVICE_TUN_HW_ADDRESS, macro in NMDeviceTun +NMSettingBridge:hello-time, object property in NMSettingOvs
-NM_DEVICE_TUN_MODE, macro in NMDeviceTun +NMSettingBridge:mac-address, object property in NMSettingOvs
-NM_DEVICE_TUN_MULTI_QUEUE, macro in NMDeviceTun +NMSettingBridge:max-age, object property in NMSettingOvs
-NM_DEVICE_TUN_NO_PI, macro in NMDeviceTun +NMSettingBridge:multicast-hash-max, object property in NMSettingOvs
-NM_DEVICE_TUN_OWNER, macro in NMDeviceTun +NMSettingBridge:multicast-last-member-count, object property in NMSettingOvs
-NM_DEVICE_TUN_VNET_HDR, macro in NMDeviceTun +NMSettingBridge:multicast-last-member-interval, object property in NMSettingOvs
-NM_DEVICE_UDI, macro in NMDevice +NMSettingBridge:multicast-membership-interval, object property in NMSettingOvs
-NM_DEVICE_VENDOR, macro in NMDevice +NMSettingBridge:multicast-querier, object property in NMSettingOvs
-nm_device_veth_get_peer, function in NMDeviceVeth +NMSettingBridge:multicast-querier-interval, object property in NMSettingOvs
-NM_DEVICE_VETH_PEER, macro in NMDeviceVeth +NMSettingBridge:multicast-query-interval, object property in NMSettingOvs
-NM_DEVICE_VLAN_CARRIER, macro in NMDeviceVlan +NMSettingBridge:multicast-query-response-interval, object property in NMSettingOvs
-nm_device_vlan_get_carrier, function in NMDeviceVlan +NMSettingBridge:multicast-query-use-ifaddr, object property in NMSettingOvs
-nm_device_vlan_get_hw_address, function in NMDeviceVlan +NMSettingBridge:multicast-router, object property in NMSettingOvs
-nm_device_vlan_get_parent, function in NMDeviceVlan +NMSettingBridge:multicast-snooping, object property in NMSettingOvs
-nm_device_vlan_get_vlan_id, function in NMDeviceVlan +NMSettingBridge:multicast-startup-query-count, object property in NMSettingOvs
-NM_DEVICE_VLAN_HW_ADDRESS, macro in NMDeviceVlan +NMSettingBridge:multicast-startup-query-interval, object property in NMSettingOvs
-NM_DEVICE_VLAN_PARENT, macro in NMDeviceVlan +NMSettingBridge:priority, object property in NMSettingOvs
-NM_DEVICE_VLAN_VLAN_ID, macro in NMDeviceVlan +NMSettingBridge:stp, object property in NMSettingOvs
-nm_device_vrf_get_table, function in NMDeviceVrf +NMSettingBridge:vlan-default-pvid, object property in NMSettingOvs
-NM_DEVICE_VRF_TABLE, macro in NMDeviceVrf +NMSettingBridge:vlan-filtering, object property in NMSettingOvs
-NM_DEVICE_VXLAN_AGEING, macro in NMDeviceVxlan +NMSettingBridge:vlan-protocol, object property in NMSettingOvs
-NM_DEVICE_VXLAN_CARRIER, macro in NMDeviceVxlan +NMSettingBridge:vlan-stats-enabled, object property in NMSettingOvs
-NM_DEVICE_VXLAN_DST_PORT, macro in NMDeviceVxlan +NMSettingBridge:vlans, object property in NMSettingOvs
-nm_device_vxlan_get_ageing, function in NMDeviceVxlan +NMSettingBridgePort, struct in NMSettingOvs
-nm_device_vxlan_get_carrier, function in NMDeviceVxlan +NMSettingBridgePort:hairpin-mode, object property in NMSettingOvs
-nm_device_vxlan_get_dst_port, function in NMDeviceVxlan +NMSettingBridgePort:path-cost, object property in NMSettingOvs
-nm_device_vxlan_get_group, function in NMDeviceVxlan +NMSettingBridgePort:priority, object property in NMSettingOvs
-nm_device_vxlan_get_hw_address, function in NMDeviceVxlan +NMSettingBridgePort:vlans, object property in NMSettingOvs
-nm_device_vxlan_get_id, function in NMDeviceVxlan +NMSettingCdma, struct in NMSettingOvs
-nm_device_vxlan_get_l2miss, function in NMDeviceVxlan +NMSettingCdma:mtu, object property in NMSettingOvs
-nm_device_vxlan_get_l3miss, function in NMDeviceVxlan +NMSettingCdma:number, object property in NMSettingOvs
-nm_device_vxlan_get_learning, function in NMDeviceVxlan +NMSettingCdma:password, object property in NMSettingOvs
-nm_device_vxlan_get_limit, function in NMDeviceVxlan +NMSettingCdma:password-flags, object property in NMSettingOvs
-nm_device_vxlan_get_local, function in NMDeviceVxlan +NMSettingCdma:username, object property in NMSettingOvs
-nm_device_vxlan_get_parent, function in NMDeviceVxlan +NMSettingClearSecretsWithFlagsFn, user_function in NMSetting
-nm_device_vxlan_get_proxy, function in NMDeviceVxlan +NMSettingCompareFlags, enum in NMSetting
-nm_device_vxlan_get_rsc, function in NMDeviceVxlan +NMSettingConnection, struct in NMSettingOvs
-nm_device_vxlan_get_src_port_max, function in NMDeviceVxlan +NMSettingConnection:auth-retries, object property in NMSettingOvs
-nm_device_vxlan_get_src_port_min, function in NMDeviceVxlan +NMSettingConnection:autoconnect, object property in NMSettingOvs
-nm_device_vxlan_get_tos, function in NMDeviceVxlan +NMSettingConnection:autoconnect-priority, object property in NMSettingOvs
-nm_device_vxlan_get_ttl, function in NMDeviceVxlan +NMSettingConnection:autoconnect-retries, object property in NMSettingOvs
-NM_DEVICE_VXLAN_GROUP, macro in NMDeviceVxlan +NMSettingConnection:autoconnect-slaves, object property in NMSettingOvs
-NM_DEVICE_VXLAN_HW_ADDRESS, macro in NMDeviceVxlan +NMSettingConnection:dns-over-tls, object property in NMSettingOvs
-NM_DEVICE_VXLAN_ID, macro in NMDeviceVxlan +NMSettingConnection:gateway-ping-timeout, object property in NMSettingOvs
-NM_DEVICE_VXLAN_L2MISS, macro in NMDeviceVxlan +NMSettingConnection:id, object property in NMSettingOvs
-NM_DEVICE_VXLAN_L3MISS, macro in NMDeviceVxlan +NMSettingConnection:interface-name, object property in NMSettingOvs
-NM_DEVICE_VXLAN_LEARNING, macro in NMDeviceVxlan +NMSettingConnection:lldp, object property in NMSettingOvs
-NM_DEVICE_VXLAN_LIMIT, macro in NMDeviceVxlan +NMSettingConnection:llmnr, object property in NMSettingOvs
-NM_DEVICE_VXLAN_LOCAL, macro in NMDeviceVxlan +NMSettingConnection:master, object property in NMSettingOvs
-NM_DEVICE_VXLAN_PARENT, macro in NMDeviceVxlan +NMSettingConnection:mdns, object property in NMSettingOvs
-NM_DEVICE_VXLAN_PROXY, macro in NMDeviceVxlan +NMSettingConnection:metered, object property in NMSettingOvs
-NM_DEVICE_VXLAN_RSC, macro in NMDeviceVxlan +NMSettingConnection:mptcp-flags, object property in NMSettingOvs
-NM_DEVICE_VXLAN_SRC_PORT_MAX, macro in NMDeviceVxlan +NMSettingConnection:mud-url, object property in NMSettingOvs
-NM_DEVICE_VXLAN_SRC_PORT_MIN, macro in NMDeviceVxlan +NMSettingConnection:multi-connect, object property in NMSettingOvs
-NM_DEVICE_VXLAN_TOS, macro in NMDeviceVxlan +NMSettingConnection:permissions, object property in NMSettingOvs
-NM_DEVICE_VXLAN_TTL, macro in NMDeviceVxlan +NMSettingConnection:read-only, object property in NMSettingOvs
-NM_DEVICE_WIFI_ACCESS_POINTS, macro in NMDeviceWifi +NMSettingConnection:secondaries, object property in NMSettingOvs
-NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT, macro in NMDeviceWifi +NMSettingConnection:slave-type, object property in NMSettingOvs
-NM_DEVICE_WIFI_BITRATE, macro in NMDeviceWifi +NMSettingConnection:stable-id, object property in NMSettingOvs
-NM_DEVICE_WIFI_CAPABILITIES, macro in NMDeviceWifi +NMSettingConnection:timestamp, object property in NMSettingOvs
-nm_device_wifi_get_access_points, function in NMDeviceWifi +NMSettingConnection:type, object property in NMSettingOvs
-nm_device_wifi_get_access_point_by_path, function in NMDeviceWifi +NMSettingConnection:uuid, object property in NMSettingOvs
-nm_device_wifi_get_active_access_point, function in NMDeviceWifi +NMSettingConnection:wait-activation-delay, object property in NMSettingOvs
-nm_device_wifi_get_bitrate, function in NMDeviceWifi +NMSettingConnection:wait-device-timeout, object property in NMSettingOvs
-nm_device_wifi_get_capabilities, function in NMDeviceWifi +NMSettingConnection:zone, object property in NMSettingOvs
-nm_device_wifi_get_hw_address, function in NMDeviceWifi +NMSettingConnectionAutoconnectSlaves, enum in NMSettingConnection
-nm_device_wifi_get_last_scan, function in NMDeviceWifi +NMSettingConnectionDnsOverTls, enum in NMSettingConnection
-nm_device_wifi_get_mode, function in NMDeviceWifi +NMSettingConnectionLldp, enum in NMSettingConnection
-nm_device_wifi_get_permanent_hw_address, function in NMDeviceWifi +NMSettingConnectionLlmnr, enum in NMSettingConnection
-NM_DEVICE_WIFI_HW_ADDRESS, macro in NMDeviceWifi +NMSettingConnectionMdns, enum in NMSettingConnection
-NM_DEVICE_WIFI_LAST_SCAN, macro in NMDeviceWifi +NMSettingDcb, struct in NMSettingOvs
-NM_DEVICE_WIFI_MODE, macro in NMDeviceWifi +NMSettingDcb:app-fcoe-flags, object property in NMSettingOvs
-nm_device_wifi_p2p_get_hw_address, function in NMDeviceWifiP2P +NMSettingDcb:app-fcoe-mode, object property in NMSettingOvs
-nm_device_wifi_p2p_get_peers, function in NMDeviceWifiP2P +NMSettingDcb:app-fcoe-priority, object property in NMSettingOvs
-nm_device_wifi_p2p_get_peer_by_path, function in NMDeviceWifiP2P +NMSettingDcb:app-fip-flags, object property in NMSettingOvs
-NM_DEVICE_WIFI_P2P_HW_ADDRESS, macro in NMDeviceWifiP2P +NMSettingDcb:app-fip-priority, object property in NMSettingOvs
-NM_DEVICE_WIFI_P2P_PEERS, macro in NMDeviceWifiP2P +NMSettingDcb:app-iscsi-flags, object property in NMSettingOvs
-nm_device_wifi_p2p_start_find, function in NMDeviceWifiP2P +NMSettingDcb:app-iscsi-priority, object property in NMSettingOvs
-nm_device_wifi_p2p_start_find_finish, function in NMDeviceWifiP2P +NMSettingDcb:priority-bandwidth, object property in NMSettingOvs
-nm_device_wifi_p2p_stop_find, function in NMDeviceWifiP2P +NMSettingDcb:priority-flow-control, object property in NMSettingOvs
-nm_device_wifi_p2p_stop_find_finish, function in NMDeviceWifiP2P +NMSettingDcb:priority-flow-control-flags, object property in NMSettingOvs
-NM_DEVICE_WIFI_P2P_WFDIES, macro in NMDeviceWifiP2P +NMSettingDcb:priority-group-bandwidth, object property in NMSettingOvs
-NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS, macro in NMDeviceWifi +NMSettingDcb:priority-group-flags, object property in NMSettingOvs
-nm_device_wifi_request_scan, function in NMDeviceWifi +NMSettingDcb:priority-group-id, object property in NMSettingOvs
-nm_device_wifi_request_scan_async, function in NMDeviceWifi +NMSettingDcb:priority-strict-bandwidth, object property in NMSettingOvs
-nm_device_wifi_request_scan_finish, function in NMDeviceWifi +NMSettingDcb:priority-traffic-class, object property in NMSettingOvs
-nm_device_wifi_request_scan_options, function in NMDeviceWifi +NMSettingDcbFlags, enum in NMSettingDcb
-nm_device_wifi_request_scan_options_async, function in NMDeviceWifi +NMSettingDiffResult, enum in NMSetting
-NM_DEVICE_WIMAX_ACTIVE_NSP, macro in NMDeviceWimax +NMSettingDummy, struct in NMSettingOvs
-NM_DEVICE_WIMAX_BSID, macro in NMDeviceWimax +NMSettingEthtool, struct in NMSettingOvs
-NM_DEVICE_WIMAX_CENTER_FREQUENCY, macro in NMDeviceWimax +NMSettingGeneric, struct in NMSettingOvs
-NM_DEVICE_WIMAX_CINR, macro in NMDeviceWimax +NMSettingGsm, struct in NMSettingOvs
-nm_device_wimax_get_active_nsp, function in NMDeviceWimax +NMSettingGsm:apn, object property in NMSettingOvs
-nm_device_wimax_get_bsid, function in NMDeviceWimax +NMSettingGsm:auto-config, object property in NMSettingOvs
-nm_device_wimax_get_center_frequency, function in NMDeviceWimax +NMSettingGsm:device-id, object property in NMSettingOvs
-nm_device_wimax_get_cinr, function in NMDeviceWimax +NMSettingGsm:home-only, object property in NMSettingOvs
-nm_device_wimax_get_hw_address, function in NMDeviceWimax +NMSettingGsm:initial-eps-bearer-apn, object property in NMSettingOvs
-nm_device_wimax_get_nsps, function in NMDeviceWimax +NMSettingGsm:initial-eps-bearer-configure, object property in NMSettingOvs
-nm_device_wimax_get_nsp_by_path, function in NMDeviceWimax +NMSettingGsm:mtu, object property in NMSettingOvs
-nm_device_wimax_get_rssi, function in NMDeviceWimax +NMSettingGsm:network-id, object property in NMSettingOvs
-nm_device_wimax_get_tx_power, function in NMDeviceWimax +NMSettingGsm:number, object property in NMSettingOvs
-NM_DEVICE_WIMAX_HW_ADDRESS, macro in NMDeviceWimax +NMSettingGsm:password, object property in NMSettingOvs
-NM_DEVICE_WIMAX_NSPS, macro in NMDeviceWimax +NMSettingGsm:password-flags, object property in NMSettingOvs
-NM_DEVICE_WIMAX_RSSI, macro in NMDeviceWimax +NMSettingGsm:pin, object property in NMSettingOvs
-NM_DEVICE_WIMAX_TX_POWER, macro in NMDeviceWimax +NMSettingGsm:pin-flags, object property in NMSettingOvs
-NM_DEVICE_WIREGUARD_FWMARK, macro in NMDeviceWireGuard +NMSettingGsm:sim-id, object property in NMSettingOvs
-nm_device_wireguard_get_fwmark, function in NMDeviceWireGuard +NMSettingGsm:sim-operator-id, object property in NMSettingOvs
-nm_device_wireguard_get_listen_port, function in NMDeviceWireGuard +NMSettingGsm:username, object property in NMSettingOvs
-nm_device_wireguard_get_public_key, function in NMDeviceWireGuard +NMSettingHostname, struct in NMSettingOvs
-NM_DEVICE_WIREGUARD_LISTEN_PORT, macro in NMDeviceWireGuard +NMSettingHostname:from-dhcp, object property in NMSettingOvs
-NM_DEVICE_WIREGUARD_PUBLIC_KEY, macro in NMDeviceWireGuard +NMSettingHostname:from-dns-lookup, object property in NMSettingOvs
-NM_DEVICE_WPAN_HW_ADDRESS, macro in NMDeviceWpan +NMSettingHostname:only-from-default, object property in NMSettingOvs
-NM_DHCP_CONFIG_FAMILY, macro in NMDhcpConfig +NMSettingHostname:priority, object property in NMSettingOvs
-nm_dhcp_config_get_family, function in NMDhcpConfig +NMSettingInfiniband, struct in NMSettingOvs
-nm_dhcp_config_get_one_option, function in NMDhcpConfig +NMSettingInfiniband:mac-address, object property in NMSettingOvs
-nm_dhcp_config_get_options, function in NMDhcpConfig +NMSettingInfiniband:mtu, object property in NMSettingOvs
-NM_DHCP_CONFIG_OPTIONS, macro in NMDhcpConfig +NMSettingInfiniband:p-key, object property in NMSettingOvs
-nm_dns_entry_get_domains, function in NMClient +NMSettingInfiniband:parent, object property in NMSettingOvs
-nm_dns_entry_get_interface, function in NMClient +NMSettingInfiniband:transport-mode, object property in NMSettingOvs
-nm_dns_entry_get_nameservers, function in NMClient +NMSettingIP4Config, struct in NMSettingOvs
-nm_dns_entry_get_priority, function in NMClient +NMSettingIP4Config:dhcp-client-id, object property in NMSettingOvs
-nm_dns_entry_get_vpn, function in NMClient +NMSettingIP4Config:dhcp-fqdn, object property in NMSettingOvs
-nm_dns_entry_unref, function in NMClient +NMSettingIP4Config:dhcp-vendor-class-identifier, object property in NMSettingOvs
-NM_ENCODE_VERSION, macro in nm-version-macros +NMSettingIP4Config:link-local, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_ADAPTIVE_RX, macro in nm-ethtool-utils +NMSettingIP4LinkLocal, enum in NMSettingIP4Config
-NM_ETHTOOL_OPTNAME_COALESCE_ADAPTIVE_TX, macro in nm-ethtool-utils +NMSettingIP6Config, struct in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_PKT_RATE_HIGH, macro in nm-ethtool-utils +NMSettingIP6Config:addr-gen-mode, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_PKT_RATE_LOW, macro in nm-ethtool-utils +NMSettingIP6Config:dhcp-duid, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_RX_FRAMES, macro in nm-ethtool-utils +NMSettingIP6Config:dhcp-pd-hint, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_RX_FRAMES_HIGH, macro in nm-ethtool-utils +NMSettingIP6Config:ip6-privacy, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_RX_FRAMES_IRQ, macro in nm-ethtool-utils +NMSettingIP6Config:mtu, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_RX_FRAMES_LOW, macro in nm-ethtool-utils +NMSettingIP6Config:ra-timeout, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_RX_USECS, macro in nm-ethtool-utils +NMSettingIP6Config:token, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_RX_USECS_HIGH, macro in nm-ethtool-utils +NMSettingIP6ConfigAddrGenMode, enum in NMSettingIP6Config
-NM_ETHTOOL_OPTNAME_COALESCE_RX_USECS_IRQ, macro in nm-ethtool-utils +NMSettingIP6ConfigPrivacy, enum in NMSettingIP6Config
-NM_ETHTOOL_OPTNAME_COALESCE_RX_USECS_LOW, macro in nm-ethtool-utils +NMSettingIPConfig, struct in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_SAMPLE_INTERVAL, macro in nm-ethtool-utils +NMSettingIPConfig:addresses, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_STATS_BLOCK_USECS, macro in nm-ethtool-utils +NMSettingIPConfig:auto-route-ext-gw, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_TX_FRAMES, macro in nm-ethtool-utils +NMSettingIPConfig:dad-timeout, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_TX_FRAMES_HIGH, macro in nm-ethtool-utils +NMSettingIPConfig:dhcp-hostname, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_TX_FRAMES_IRQ, macro in nm-ethtool-utils +NMSettingIPConfig:dhcp-hostname-flags, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_TX_FRAMES_LOW, macro in nm-ethtool-utils +NMSettingIPConfig:dhcp-iaid, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_TX_USECS, macro in nm-ethtool-utils +NMSettingIPConfig:dhcp-reject-servers, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_TX_USECS_HIGH, macro in nm-ethtool-utils +NMSettingIPConfig:dhcp-send-hostname, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_TX_USECS_IRQ, macro in nm-ethtool-utils +NMSettingIPConfig:dhcp-timeout, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_COALESCE_TX_USECS_LOW, macro in nm-ethtool-utils +NMSettingIPConfig:dns, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_ESP_HW_OFFLOAD, macro in nm-ethtool-utils +NMSettingIPConfig:dns-options, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_ESP_TX_CSUM_HW_OFFLOAD, macro in nm-ethtool-utils +NMSettingIPConfig:dns-priority, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_FCOE_MTU, macro in nm-ethtool-utils +NMSettingIPConfig:dns-search, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_GRO, macro in nm-ethtool-utils +NMSettingIPConfig:gateway, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_GSO, macro in nm-ethtool-utils +NMSettingIPConfig:ignore-auto-dns, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_HIGHDMA, macro in nm-ethtool-utils +NMSettingIPConfig:ignore-auto-routes, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_HW_TC_OFFLOAD, macro in nm-ethtool-utils +NMSettingIPConfig:may-fail, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_L2_FWD_OFFLOAD, macro in nm-ethtool-utils +NMSettingIPConfig:method, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_LOOPBACK, macro in nm-ethtool-utils +NMSettingIPConfig:never-default, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_LRO, macro in nm-ethtool-utils +NMSettingIPConfig:replace-local-rule, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_MACSEC_HW_OFFLOAD, macro in nm-ethtool-utils +NMSettingIPConfig:required-timeout, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_NTUPLE, macro in nm-ethtool-utils +NMSettingIPConfig:route-metric, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_RX, macro in nm-ethtool-utils +NMSettingIPConfig:route-table, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_RXHASH, macro in nm-ethtool-utils +NMSettingIPConfig:routes, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_RXVLAN, macro in nm-ethtool-utils +NMSettingIPTunnel, struct in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_RX_ALL, macro in nm-ethtool-utils +NMSettingIPTunnel:encapsulation-limit, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_RX_FCS, macro in nm-ethtool-utils +NMSettingIPTunnel:flags, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_RX_GRO_HW, macro in nm-ethtool-utils +NMSettingIPTunnel:flow-label, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_RX_GRO_LIST, macro in nm-ethtool-utils +NMSettingIPTunnel:fwmark, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_RX_UDP_GRO_FORWARDING, macro in nm-ethtool-utils +NMSettingIPTunnel:input-key, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_RX_UDP_TUNNEL_PORT_OFFLOAD, macro in nm-ethtool-utils +NMSettingIPTunnel:local, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_FILTER, macro in nm-ethtool-utils +NMSettingIPTunnel:mode, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_FILTER, macro in nm-ethtool-utils +NMSettingIPTunnel:mtu, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_RX_VLAN_STAG_HW_PARSE, macro in nm-ethtool-utils +NMSettingIPTunnel:output-key, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_SG, macro in nm-ethtool-utils +NMSettingIPTunnel:parent, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_RECORD, macro in nm-ethtool-utils +NMSettingIPTunnel:path-mtu-discovery, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_RX_OFFLOAD, macro in nm-ethtool-utils +NMSettingIPTunnel:remote, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TLS_HW_TX_OFFLOAD, macro in nm-ethtool-utils +NMSettingIPTunnel:tos, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TSO, macro in nm-ethtool-utils +NMSettingIPTunnel:ttl, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX, macro in nm-ethtool-utils +NMSettingLink, struct in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TXVLAN, macro in nm-ethtool-utils +NMSettingLink:gro-max-size, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_FCOE_CRC, macro in nm-ethtool-utils +NMSettingLink:gso-max-segments, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV4, macro in nm-ethtool-utils +NMSettingLink:gso-max-size, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IPV6, macro in nm-ethtool-utils +NMSettingLink:tx-queue-length, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_IP_GENERIC, macro in nm-ethtool-utils +NMSettingLoopback, struct in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_CHECKSUM_SCTP, macro in nm-ethtool-utils +NMSettingLoopback:mtu, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_ESP_SEGMENTATION, macro in nm-ethtool-utils +NMSettingMacRandomization, enum in NMSetting
-NM_ETHTOOL_OPTNAME_FEATURE_TX_FCOE_SEGMENTATION, macro in nm-ethtool-utils +NMSettingMacsec, struct in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_CSUM_SEGMENTATION, macro in nm-ethtool-utils +NMSettingMacsec:encrypt, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_GRE_SEGMENTATION, macro in nm-ethtool-utils +NMSettingMacsec:mka-cak, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_LIST, macro in nm-ethtool-utils +NMSettingMacsec:mka-cak-flags, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_PARTIAL, macro in nm-ethtool-utils +NMSettingMacsec:mka-ckn, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_GSO_ROBUST, macro in nm-ethtool-utils +NMSettingMacsec:mode, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP4_SEGMENTATION, macro in nm-ethtool-utils +NMSettingMacsec:parent, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_IPXIP6_SEGMENTATION, macro in nm-ethtool-utils +NMSettingMacsec:port, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_NOCACHE_COPY, macro in nm-ethtool-utils +NMSettingMacsec:send-sci, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER, macro in nm-ethtool-utils +NMSettingMacsec:validation, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_SCATTER_GATHER_FRAGLIST, macro in nm-ethtool-utils +NMSettingMacsecMode, enum in NMSettingMacsec
-NM_ETHTOOL_OPTNAME_FEATURE_TX_SCTP_SEGMENTATION, macro in nm-ethtool-utils +NMSettingMacsecValidation, enum in NMSettingMacsec
-NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP6_SEGMENTATION, macro in nm-ethtool-utils +NMSettingMacvlan, struct in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_ECN_SEGMENTATION, macro in nm-ethtool-utils +NMSettingMacvlan:mode, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_MANGLEID_SEGMENTATION, macro in nm-ethtool-utils +NMSettingMacvlan:parent, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_TCP_SEGMENTATION, macro in nm-ethtool-utils +NMSettingMacvlan:promiscuous, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_TUNNEL_REMCSUM_SEGMENTATION, macro in nm-ethtool-utils +NMSettingMacvlan:tap, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_SEGMENTATION, macro in nm-ethtool-utils +NMSettingMacvlanMode, enum in NMSettingMacvlan
-NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_CSUM_SEGMENTATION, macro in nm-ethtool-utils +NMSettingMatch, struct in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_SEGMENTATION, macro in nm-ethtool-utils +NMSettingMatch:driver, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_FEATURE_TX_VLAN_STAG_HW_INSERT, macro in nm-ethtool-utils +NMSettingMatch:interface-name, object property in NMSettingOvs
-nm_ethtool_optname_is_coalesce, function in NMSettingEthtool +NMSettingMatch:kernel-command-line, object property in NMSettingOvs
-nm_ethtool_optname_is_feature, function in NMSettingEthtool +NMSettingMatch:path, object property in NMSettingOvs
-nm_ethtool_optname_is_pause, function in NMSettingEthtool +NMSettingOlpcMesh, struct in NMSettingOvs
-nm_ethtool_optname_is_ring, function in NMSettingEthtool +NMSettingOlpcMesh:channel, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_PAUSE_AUTONEG, macro in nm-ethtool-utils +NMSettingOlpcMesh:dhcp-anycast-address, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_PAUSE_RX, macro in nm-ethtool-utils +NMSettingOlpcMesh:ssid, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_PAUSE_TX, macro in nm-ethtool-utils +NMSettingOvsBridge, struct in NMSettingOvs
-NM_ETHTOOL_OPTNAME_RING_RX, macro in nm-ethtool-utils +NMSettingOvsBridge:datapath-type, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_RING_RX_JUMBO, macro in nm-ethtool-utils +NMSettingOvsBridge:fail-mode, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_RING_RX_MINI, macro in nm-ethtool-utils +NMSettingOvsBridge:mcast-snooping-enable, object property in NMSettingOvs
-NM_ETHTOOL_OPTNAME_RING_TX, macro in nm-ethtool-utils +NMSettingOvsBridge:rstp-enable, object property in NMSettingOvs
-NM_IP_ADDRESS_ATTRIBUTE_LABEL, macro in NMSettingIPConfig +NMSettingOvsBridge:stp-enable, object property in NMSettingOvs
-nm_ip_address_cmp_full, function in NMSettingIPConfig +NMSettingOvsDpdk, struct in NMSettingOvs
-nm_ip_address_dup, function in NMSettingIPConfig +NMSettingOvsDpdk:devargs, object property in NMSettingOvs
-nm_ip_address_equal, function in NMSettingIPConfig +NMSettingOvsDpdk:n-rxq, object property in NMSettingOvs
-nm_ip_address_get_address, function in NMSettingIPConfig +NMSettingOvsDpdk:n-rxq-desc, object property in NMSettingOvs
-nm_ip_address_get_address_binary, function in NMSettingIPConfig +NMSettingOvsDpdk:n-txq-desc, object property in NMSettingOvs
-nm_ip_address_get_attribute, function in NMSettingIPConfig +NMSettingOvsExternalIDs, struct in NMSettingOvs
-nm_ip_address_get_attribute_names, function in NMSettingIPConfig +NMSettingOvsExternalIDs:data, object property in NMSettingOvs
-nm_ip_address_get_family, function in NMSettingIPConfig +NMSettingOvsInterface, struct in NMSettingOvs
-nm_ip_address_get_prefix, function in NMSettingIPConfig +NMSettingOvsInterface:ofport-request, object property in NMSettingOvs
-nm_ip_address_new, function in NMSettingIPConfig +NMSettingOvsInterface:type, object property in NMSettingOvs
-nm_ip_address_new_binary, function in NMSettingIPConfig +NMSettingOvsOtherConfig, struct in NMSettingOvs
-nm_ip_address_ref, function in NMSettingIPConfig +NMSettingOvsOtherConfig:data, object property in NMSettingOvs
-nm_ip_address_set_address, function in NMSettingIPConfig +NMSettingOvsPatch, struct in NMSettingOvs
-nm_ip_address_set_address_binary, function in NMSettingIPConfig +NMSettingOvsPatch:peer, object property in NMSettingOvs
-nm_ip_address_set_attribute, function in NMSettingIPConfig +NMSettingOvsPort, struct in NMSettingOvs
-nm_ip_address_set_prefix, function in NMSettingIPConfig +NMSettingOvsPort:bond-downdelay, object property in NMSettingOvs
-nm_ip_address_unref, function in NMSettingIPConfig +NMSettingOvsPort:bond-mode, object property in NMSettingOvs
-NM_IP_CONFIG_ADDRESSES, macro in NMIPConfig +NMSettingOvsPort:bond-updelay, object property in NMSettingOvs
-NM_IP_CONFIG_DOMAINS, macro in NMIPConfig +NMSettingOvsPort:lacp, object property in NMSettingOvs
-NM_IP_CONFIG_FAMILY, macro in NMIPConfig +NMSettingOvsPort:tag, object property in NMSettingOvs
-NM_IP_CONFIG_GATEWAY, macro in NMIPConfig +NMSettingOvsPort:trunks, object property in NMSettingOvs
-nm_ip_config_get_addresses, function in NMIPConfig +NMSettingOvsPort:vlan-mode, object property in NMSettingOvs
-nm_ip_config_get_domains, function in NMIPConfig +NMSettingPpp, struct in NMSettingOvs
-nm_ip_config_get_family, function in NMIPConfig +NMSettingPpp:baud, object property in NMSettingOvs
-nm_ip_config_get_gateway, function in NMIPConfig +NMSettingPpp:crtscts, object property in NMSettingOvs
-nm_ip_config_get_nameservers, function in NMIPConfig +NMSettingPpp:lcp-echo-failure, object property in NMSettingOvs
-nm_ip_config_get_routes, function in NMIPConfig +NMSettingPpp:lcp-echo-interval, object property in NMSettingOvs
-nm_ip_config_get_searches, function in NMIPConfig +NMSettingPpp:mppe-stateful, object property in NMSettingOvs
-nm_ip_config_get_wins_servers, function in NMIPConfig +NMSettingPpp:mru, object property in NMSettingOvs
-NM_IP_CONFIG_NAMESERVERS, macro in NMIPConfig +NMSettingPpp:mtu, object property in NMSettingOvs
-NM_IP_CONFIG_ROUTES, macro in NMIPConfig +NMSettingPpp:no-vj-comp, object property in NMSettingOvs
-NM_IP_CONFIG_SEARCHES, macro in NMIPConfig +NMSettingPpp:noauth, object property in NMSettingOvs
-NM_IP_CONFIG_WINS_SERVERS, macro in NMIPConfig +NMSettingPpp:nobsdcomp, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_ADVMSS, macro in NMSettingIPConfig +NMSettingPpp:nodeflate, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_CWND, macro in NMSettingIPConfig +NMSettingPpp:refuse-chap, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_FROM, macro in NMSettingIPConfig +NMSettingPpp:refuse-eap, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_INITCWND, macro in NMSettingIPConfig +NMSettingPpp:refuse-mschap, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_INITRWND, macro in NMSettingIPConfig +NMSettingPpp:refuse-mschapv2, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_LOCK_ADVMSS, macro in NMSettingIPConfig +NMSettingPpp:refuse-pap, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_LOCK_CWND, macro in NMSettingIPConfig +NMSettingPpp:require-mppe, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_LOCK_INITCWND, macro in NMSettingIPConfig +NMSettingPpp:require-mppe-128, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_LOCK_INITRWND, macro in NMSettingIPConfig +NMSettingPppoe, struct in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_LOCK_MTU, macro in NMSettingIPConfig +NMSettingPppoe:parent, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_LOCK_WINDOW, macro in NMSettingIPConfig +NMSettingPppoe:password, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_MTU, macro in NMSettingIPConfig +NMSettingPppoe:password-flags, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_ONLINK, macro in NMSettingIPConfig +NMSettingPppoe:service, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_QUICKACK, macro in NMSettingIPConfig +NMSettingPppoe:username, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_RTO_MIN, macro in NMSettingIPConfig +NMSettingProxy, struct in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_SCOPE, macro in NMSettingIPConfig +NMSettingProxy:browser-only, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_SRC, macro in NMSettingIPConfig +NMSettingProxy:method, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_TABLE, macro in NMSettingIPConfig +NMSettingProxy:pac-script, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_TOS, macro in NMSettingIPConfig +NMSettingProxy:pac-url, object property in NMSettingOvs
-NM_IP_ROUTE_ATTRIBUTE_TYPE, macro in NMSettingIPConfig +NMSettingProxyMethod, enum in NMSettingProxy
-nm_ip_route_attribute_validate, function in NMSettingIPConfig +NMSettingsAddConnection2Flags, enum in nm-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_WEIGHT, macro in NMSettingIPConfig +NMSettingsConnectionFlags, enum in nm-dbus-interface
-NM_IP_ROUTE_ATTRIBUTE_WINDOW, macro in NMSettingIPConfig +NMSettingSecretFlags, enum in NMSetting
-nm_ip_route_dup, function in NMSettingIPConfig +NMSettingSerial, struct in NMSettingOvs
-nm_ip_route_equal, function in NMSettingIPConfig +NMSettingSerial:baud, object property in NMSettingOvs
-nm_ip_route_equal_full, function in NMSettingIPConfig +NMSettingSerial:bits, object property in NMSettingOvs
-nm_ip_route_get_attribute, function in NMSettingIPConfig +NMSettingSerial:parity, object property in NMSettingOvs
-nm_ip_route_get_attribute_names, function in NMSettingIPConfig +NMSettingSerial:send-delay, object property in NMSettingOvs
-nm_ip_route_get_dest, function in NMSettingIPConfig +NMSettingSerial:stopbits, object property in NMSettingOvs
-nm_ip_route_get_dest_binary, function in NMSettingIPConfig +NMSettingSerialParity, enum in NMSettingSerial
-nm_ip_route_get_family, function in NMSettingIPConfig +NMSettingsError, enum in nm-errors
-nm_ip_route_get_metric, function in NMSettingIPConfig +NMSettingSriov, struct in NMSettingOvs
-nm_ip_route_get_next_hop, function in NMSettingIPConfig +NMSettingSriov:autoprobe-drivers, object property in NMSettingOvs
-nm_ip_route_get_next_hop_binary, function in NMSettingIPConfig +NMSettingSriov:total-vfs, object property in NMSettingOvs
-nm_ip_route_get_prefix, function in NMSettingIPConfig +NMSettingSriov:vfs, object property in NMSettingOvs
-nm_ip_route_get_variant_attribute_spec, function in NMSettingIPConfig +NMSettingsUpdate2Flags, enum in nm-dbus-interface
-nm_ip_route_new, function in NMSettingIPConfig +NM_SETTINGS_ERROR, macro in nm-errors
-nm_ip_route_new_binary, function in NMSettingIPConfig +nm_settings_error_quark, function in nm-errors
-nm_ip_route_ref, function in NMSettingIPConfig +NMSettingTCConfig, struct in NMSettingOvs
-nm_ip_route_set_attribute, function in NMSettingIPConfig +NMSettingTCConfig:qdiscs, object property in NMSettingOvs
-nm_ip_route_set_dest, function in NMSettingIPConfig +NMSettingTCConfig:tfilters, object property in NMSettingOvs
-nm_ip_route_set_dest_binary, function in NMSettingIPConfig +NMSettingTeam, struct in NMSettingOvs
-nm_ip_route_set_metric, function in NMSettingIPConfig +NMSettingTeam:config, object property in NMSettingOvs
-nm_ip_route_set_next_hop, function in NMSettingIPConfig +NMSettingTeam:link-watchers, object property in NMSettingOvs
-nm_ip_route_set_next_hop_binary, function in NMSettingIPConfig +NMSettingTeam:mcast-rejoin-count, object property in NMSettingOvs
-nm_ip_route_set_prefix, function in NMSettingIPConfig +NMSettingTeam:mcast-rejoin-interval, object property in NMSettingOvs
-nm_ip_route_unref, function in NMSettingIPConfig +NMSettingTeam:notify-peers-count, object property in NMSettingOvs
-nm_ip_routing_rule_cmp, function in NMSettingIPConfig +NMSettingTeam:notify-peers-interval, object property in NMSettingOvs
-nm_ip_routing_rule_from_string, function in NMSettingIPConfig +NMSettingTeam:runner, object property in NMSettingOvs
-nm_ip_routing_rule_get_action, function in NMSettingIPConfig +NMSettingTeam:runner-active, object property in NMSettingOvs
-nm_ip_routing_rule_get_addr_family, function in NMSettingIPConfig +NMSettingTeam:runner-agg-select-policy, object property in NMSettingOvs
-nm_ip_routing_rule_get_destination_port_end, function in NMSettingIPConfig +NMSettingTeam:runner-fast-rate, object property in NMSettingOvs
-nm_ip_routing_rule_get_destination_port_start, function in NMSettingIPConfig +NMSettingTeam:runner-hwaddr-policy, object property in NMSettingOvs
-nm_ip_routing_rule_get_from, function in NMSettingIPConfig +NMSettingTeam:runner-min-ports, object property in NMSettingOvs
-nm_ip_routing_rule_get_from_len, function in NMSettingIPConfig +NMSettingTeam:runner-sys-prio, object property in NMSettingOvs
-nm_ip_routing_rule_get_fwmark, function in NMSettingIPConfig +NMSettingTeam:runner-tx-balancer, object property in NMSettingOvs
-nm_ip_routing_rule_get_fwmask, function in NMSettingIPConfig +NMSettingTeam:runner-tx-balancer-interval, object property in NMSettingOvs
-nm_ip_routing_rule_get_iifname, function in NMSettingIPConfig +NMSettingTeam:runner-tx-hash, object property in NMSettingOvs
-nm_ip_routing_rule_get_invert, function in NMSettingIPConfig +NMSettingTeamPort, struct in NMSettingOvs
-nm_ip_routing_rule_get_ipproto, function in NMSettingIPConfig +NMSettingTeamPort:config, object property in NMSettingOvs
-nm_ip_routing_rule_get_oifname, function in NMSettingIPConfig +NMSettingTeamPort:lacp-key, object property in NMSettingOvs
-nm_ip_routing_rule_get_priority, function in NMSettingIPConfig +NMSettingTeamPort:lacp-prio, object property in NMSettingOvs
-nm_ip_routing_rule_get_source_port_end, function in NMSettingIPConfig +NMSettingTeamPort:link-watchers, object property in NMSettingOvs
-nm_ip_routing_rule_get_source_port_start, function in NMSettingIPConfig +NMSettingTeamPort:prio, object property in NMSettingOvs
-nm_ip_routing_rule_get_suppress_prefixlength, function in NMSettingIPConfig +NMSettingTeamPort:queue-id, object property in NMSettingOvs
-nm_ip_routing_rule_get_table, function in NMSettingIPConfig +NMSettingTeamPort:sticky, object property in NMSettingOvs
-nm_ip_routing_rule_get_to, function in NMSettingIPConfig +NMSettingTun, struct in NMSettingOvs
-nm_ip_routing_rule_get_tos, function in NMSettingIPConfig +NMSettingTun:group, object property in NMSettingOvs
-nm_ip_routing_rule_get_to_len, function in NMSettingIPConfig +NMSettingTun:mode, object property in NMSettingOvs
-nm_ip_routing_rule_get_uid_range, function in NMSettingIPConfig +NMSettingTun:multi-queue, object property in NMSettingOvs
-nm_ip_routing_rule_is_sealed, function in NMSettingIPConfig +NMSettingTun:owner, object property in NMSettingOvs
-nm_ip_routing_rule_new, function in NMSettingIPConfig +NMSettingTun:pi, object property in NMSettingOvs
-nm_ip_routing_rule_new_clone, function in NMSettingIPConfig +NMSettingTun:vnet-hdr, object property in NMSettingOvs
-nm_ip_routing_rule_ref, function in NMSettingIPConfig +NMSettingTunMode, enum in NMSettingTun
-nm_ip_routing_rule_seal, function in NMSettingIPConfig +NMSettingUser, struct in NMSettingOvs
-nm_ip_routing_rule_set_action, function in NMSettingIPConfig +NMSettingUser:data, object property in NMSettingOvs
-nm_ip_routing_rule_set_destination_port, function in NMSettingIPConfig +NMSettingValueIterFn, user_function in NMSetting
-nm_ip_routing_rule_set_from, function in NMSettingIPConfig +NMSettingVeth, struct in NMSettingOvs
-nm_ip_routing_rule_set_fwmark, function in NMSettingIPConfig +NMSettingVeth:peer, object property in NMSettingOvs
-nm_ip_routing_rule_set_iifname, function in NMSettingIPConfig +NMSettingVlan, struct in NMSettingOvs
-nm_ip_routing_rule_set_invert, function in NMSettingIPConfig +NMSettingVlan:egress-priority-map, object property in NMSettingOvs
-nm_ip_routing_rule_set_ipproto, function in NMSettingIPConfig +NMSettingVlan:flags, object property in NMSettingOvs
-nm_ip_routing_rule_set_oifname, function in NMSettingIPConfig +NMSettingVlan:id, object property in NMSettingOvs
-nm_ip_routing_rule_set_priority, function in NMSettingIPConfig +NMSettingVlan:ingress-priority-map, object property in NMSettingOvs
-nm_ip_routing_rule_set_source_port, function in NMSettingIPConfig +NMSettingVlan:parent, object property in NMSettingOvs
-nm_ip_routing_rule_set_suppress_prefixlength, function in NMSettingIPConfig +NMSettingVlan:protocol, object property in NMSettingOvs
-nm_ip_routing_rule_set_table, function in NMSettingIPConfig +NMSettingVpn, struct in NMSettingOvs
-nm_ip_routing_rule_set_to, function in NMSettingIPConfig +NMSettingVpn:data, object property in NMSettingOvs
-nm_ip_routing_rule_set_tos, function in NMSettingIPConfig +NMSettingVpn:persistent, object property in NMSettingOvs
-nm_ip_routing_rule_set_uid_range, function in NMSettingIPConfig +NMSettingVpn:secrets, object property in NMSettingOvs
-nm_ip_routing_rule_to_string, function in NMSettingIPConfig +NMSettingVpn:service-type, object property in NMSettingOvs
-nm_ip_routing_rule_unref, function in NMSettingIPConfig +NMSettingVpn:timeout, object property in NMSettingOvs
-nm_ip_routing_rule_validate, function in NMSettingIPConfig +NMSettingVpn:user-name, object property in NMSettingOvs
-nm_keyfile_handler_data_fail_with_error, function in nm-keyfile +NMSettingVrf, struct in NMSettingOvs
-nm_keyfile_handler_data_get_context, function in nm-keyfile +NMSettingVrf:table, object property in NMSettingOvs
-nm_keyfile_handler_data_warn_get, function in nm-keyfile +NMSettingVxlan, struct in NMSettingOvs
-nm_keyfile_read, function in nm-keyfile +NMSettingVxlan:ageing, object property in NMSettingOvs
-nm_keyfile_write, function in nm-keyfile +NMSettingVxlan:destination-port, object property in NMSettingOvs
-NM_LLDP_ATTR_CHASSIS_ID, macro in nm-dbus-interface +NMSettingVxlan:id, object property in NMSettingOvs
-NM_LLDP_ATTR_CHASSIS_ID_TYPE, macro in nm-dbus-interface +NMSettingVxlan:l2-miss, object property in NMSettingOvs
-NM_LLDP_ATTR_DESTINATION, macro in nm-dbus-interface +NMSettingVxlan:l3-miss, object property in NMSettingOvs
-NM_LLDP_ATTR_IEEE_802_1_PPVID, macro in nm-dbus-interface +NMSettingVxlan:learning, object property in NMSettingOvs
-NM_LLDP_ATTR_IEEE_802_1_PPVIDS, macro in nm-dbus-interface +NMSettingVxlan:limit, object property in NMSettingOvs
-NM_LLDP_ATTR_IEEE_802_1_PPVID_FLAGS, macro in nm-dbus-interface +NMSettingVxlan:local, object property in NMSettingOvs
-NM_LLDP_ATTR_IEEE_802_1_PVID, macro in nm-dbus-interface +NMSettingVxlan:parent, object property in NMSettingOvs
-NM_LLDP_ATTR_IEEE_802_1_VID, macro in nm-dbus-interface +NMSettingVxlan:proxy, object property in NMSettingOvs
-NM_LLDP_ATTR_IEEE_802_1_VLANS, macro in nm-dbus-interface +NMSettingVxlan:remote, object property in NMSettingOvs
-NM_LLDP_ATTR_IEEE_802_1_VLAN_NAME, macro in nm-dbus-interface +NMSettingVxlan:rsc, object property in NMSettingOvs
-NM_LLDP_ATTR_IEEE_802_3_MAC_PHY_CONF, macro in nm-dbus-interface +NMSettingVxlan:source-port-max, object property in NMSettingOvs
-NM_LLDP_ATTR_IEEE_802_3_MAX_FRAME_SIZE, macro in nm-dbus-interface +NMSettingVxlan:source-port-min, object property in NMSettingOvs
-NM_LLDP_ATTR_IEEE_802_3_POWER_VIA_MDI, macro in nm-dbus-interface +NMSettingVxlan:tos, object property in NMSettingOvs
-NM_LLDP_ATTR_MANAGEMENT_ADDRESSES, macro in nm-dbus-interface +NMSettingVxlan:ttl, object property in NMSettingOvs
-NM_LLDP_ATTR_MUD_URL, macro in nm-dbus-interface +NMSettingWifiP2P, struct in NMSettingOvs
-NM_LLDP_ATTR_PORT_DESCRIPTION, macro in nm-dbus-interface +NMSettingWifiP2P:peer, object property in NMSettingOvs
-NM_LLDP_ATTR_PORT_ID, macro in nm-dbus-interface +NMSettingWifiP2P:wfd-ies, object property in NMSettingOvs
-NM_LLDP_ATTR_PORT_ID_TYPE, macro in nm-dbus-interface +NMSettingWifiP2P:wps-method, object property in NMSettingOvs
-NM_LLDP_ATTR_RAW, macro in nm-dbus-interface +NMSettingWimax, struct in NMSettingOvs
-NM_LLDP_ATTR_SYSTEM_CAPABILITIES, macro in nm-dbus-interface +NMSettingWimax:mac-address, object property in NMSettingOvs
-NM_LLDP_ATTR_SYSTEM_DESCRIPTION, macro in nm-dbus-interface +NMSettingWimax:network-name, object property in NMSettingOvs
-NM_LLDP_ATTR_SYSTEM_NAME, macro in nm-dbus-interface +NMSettingWired, struct in NMSettingOvs
-NM_LLDP_DEST_NEAREST_BRIDGE, macro in nm-dbus-interface +NMSettingWired:accept-all-mac-addresses, object property in NMSettingOvs
-NM_LLDP_DEST_NEAREST_CUSTOMER_BRIDGE, macro in nm-dbus-interface +NMSettingWired:auto-negotiate, object property in NMSettingOvs
-NM_LLDP_DEST_NEAREST_NON_TPMR_BRIDGE, macro in nm-dbus-interface +NMSettingWired:cloned-mac-address, object property in NMSettingOvs
-nm_lldp_neighbor_get_attr_names, function in NMDevice +NMSettingWired:duplex, object property in NMSettingOvs
-nm_lldp_neighbor_get_attr_string_value, function in NMDevice +NMSettingWired:generate-mac-address-mask, object property in NMSettingOvs
-nm_lldp_neighbor_get_attr_type, function in NMDevice +NMSettingWired:mac-address, object property in NMSettingOvs
-nm_lldp_neighbor_get_attr_uint_value, function in NMDevice +NMSettingWired:mac-address-blacklist, object property in NMSettingOvs
-nm_lldp_neighbor_get_attr_value, function in NMDevice +NMSettingWired:mtu, object property in NMSettingOvs
-nm_lldp_neighbor_new, function in NMDevice +NMSettingWired:port, object property in NMSettingOvs
-nm_lldp_neighbor_ref, function in NMDevice +NMSettingWired:s390-nettype, object property in NMSettingOvs
-nm_lldp_neighbor_unref, function in NMDevice +NMSettingWired:s390-options, object property in NMSettingOvs
-NM_MAJOR_VERSION, macro in nm-version-macros +NMSettingWired:s390-subchannels, object property in NMSettingOvs
-NM_MANAGER_ERROR, macro in nm-errors +NMSettingWired:speed, object property in NMSettingOvs
-nm_manager_error_quark, function in nm-errors +NMSettingWired:wake-on-lan, object property in NMSettingOvs
-NM_MICRO_VERSION, macro in nm-version-macros +NMSettingWired:wake-on-lan-password, object property in NMSettingOvs
-NM_MINOR_VERSION, macro in nm-version-macros +NMSettingWiredWakeOnLan, enum in NMSettingWired
-NM_OBJECT_CLIENT, macro in NMObject +NMSettingWireGuard, struct in NMSettingOvs
-nm_object_get_client, function in NMObject +NMSettingWireGuard:fwmark, object property in NMSettingOvs
-nm_object_get_path, function in NMObject +NMSettingWireGuard:ip4-auto-default-route, object property in NMSettingOvs
-NM_OBJECT_PATH, macro in NMObject +NMSettingWireGuard:ip6-auto-default-route, object property in NMSettingOvs
-nm_range_cmp, function in NMSetting +NMSettingWireGuard:listen-port, object property in NMSettingOvs
-nm_range_from_str, function in NMSetting +NMSettingWireGuard:mtu, object property in NMSettingOvs
-nm_range_get_range, function in NMSetting +NMSettingWireGuard:peer-routes, object property in NMSettingOvs
-nm_range_new, function in NMSetting +NMSettingWireGuard:private-key, object property in NMSettingOvs
-nm_range_ref, function in NMSetting +NMSettingWireGuard:private-key-flags, object property in NMSettingOvs
-nm_range_to_str, function in NMSetting +NMSettingWireless, struct in NMSettingOvs
-nm_range_unref, function in NMSetting +NMSettingWireless:ap-isolation, object property in NMSettingOvs
-nm_remote_connection_commit_changes, function in NMRemoteConnection +NMSettingWireless:band, object property in NMSettingOvs
-nm_remote_connection_commit_changes_async, function in NMRemoteConnection +NMSettingWireless:bssid, object property in NMSettingOvs
-nm_remote_connection_commit_changes_finish, function in NMRemoteConnection +NMSettingWireless:channel, object property in NMSettingOvs
-NM_REMOTE_CONNECTION_DBUS_CONNECTION, macro in NMRemoteConnection +NMSettingWireless:cloned-mac-address, object property in NMSettingOvs
-nm_remote_connection_delete, function in NMRemoteConnection +NMSettingWireless:generate-mac-address-mask, object property in NMSettingOvs
-nm_remote_connection_delete_async, function in NMRemoteConnection +NMSettingWireless:hidden, object property in NMSettingOvs
-nm_remote_connection_delete_finish, function in NMRemoteConnection +NMSettingWireless:mac-address, object property in NMSettingOvs
-NM_REMOTE_CONNECTION_FILENAME, macro in NMRemoteConnection +NMSettingWireless:mac-address-blacklist, object property in NMSettingOvs
-NM_REMOTE_CONNECTION_FLAGS, macro in NMRemoteConnection +NMSettingWireless:mac-address-randomization, object property in NMSettingOvs
-nm_remote_connection_get_filename, function in NMRemoteConnection +NMSettingWireless:mode, object property in NMSettingOvs
-nm_remote_connection_get_flags, function in NMRemoteConnection +NMSettingWireless:mtu, object property in NMSettingOvs
-nm_remote_connection_get_secrets, function in NMRemoteConnection +NMSettingWireless:powersave, object property in NMSettingOvs
-nm_remote_connection_get_secrets_async, function in NMRemoteConnection +NMSettingWireless:rate, object property in NMSettingOvs
-nm_remote_connection_get_secrets_finish, function in NMRemoteConnection +NMSettingWireless:seen-bssids, object property in NMSettingOvs
-nm_remote_connection_get_unsaved, function in NMRemoteConnection +NMSettingWireless:ssid, object property in NMSettingOvs
-nm_remote_connection_get_visible, function in NMRemoteConnection +NMSettingWireless:tx-power, object property in NMSettingOvs
-NM_REMOTE_CONNECTION_PATH, macro in NMRemoteConnection +NMSettingWireless:wake-on-wlan, object property in NMSettingOvs
-nm_remote_connection_save, function in NMRemoteConnection +NMSettingWirelessPowersave, enum in NMSettingWireless
-nm_remote_connection_save_async, function in NMRemoteConnection +NMSettingWirelessSecurity, struct in NMSettingOvs
-nm_remote_connection_save_finish, function in NMRemoteConnection +NMSettingWirelessSecurity:auth-alg, object property in NMSettingOvs
-NM_REMOTE_CONNECTION_UNSAVED, macro in NMRemoteConnection +NMSettingWirelessSecurity:fils, object property in NMSettingOvs
-nm_remote_connection_update2, function in NMRemoteConnection +NMSettingWirelessSecurity:group, object property in NMSettingOvs
-nm_remote_connection_update2_finish, function in NMRemoteConnection +NMSettingWirelessSecurity:key-mgmt, object property in NMSettingOvs
-NM_REMOTE_CONNECTION_VISIBLE, macro in NMRemoteConnection +NMSettingWirelessSecurity:leap-password, object property in NMSettingOvs
-NM_SECRET_AGENT_ERROR, macro in nm-errors +NMSettingWirelessSecurity:leap-password-flags, object property in NMSettingOvs
-nm_secret_agent_error_quark, function in nm-errors +NMSettingWirelessSecurity:leap-username, object property in NMSettingOvs
-NM_SECRET_AGENT_OLD_AUTO_REGISTER, macro in NMSecretAgentOld +NMSettingWirelessSecurity:pairwise, object property in NMSettingOvs
-NM_SECRET_AGENT_OLD_CAPABILITIES, macro in NMSecretAgentOld +NMSettingWirelessSecurity:pmf, object property in NMSettingOvs
-NM_SECRET_AGENT_OLD_DBUS_CONNECTION, macro in NMSecretAgentOld +NMSettingWirelessSecurity:proto, object property in NMSettingOvs
-nm_secret_agent_old_delete_secrets, function in NMSecretAgentOld +NMSettingWirelessSecurity:psk, object property in NMSettingOvs
-nm_secret_agent_old_destroy, function in NMSecretAgentOld +NMSettingWirelessSecurity:psk-flags, object property in NMSettingOvs
-nm_secret_agent_old_enable, function in NMSecretAgentOld +NMSettingWirelessSecurity:wep-key-flags, object property in NMSettingOvs
-nm_secret_agent_old_get_context_busy_watcher, function in NMSecretAgentOld +NMSettingWirelessSecurity:wep-key-type, object property in NMSettingOvs
-nm_secret_agent_old_get_dbus_connection, function in NMSecretAgentOld +NMSettingWirelessSecurity:wep-key0, object property in NMSettingOvs
-nm_secret_agent_old_get_dbus_name_owner, function in NMSecretAgentOld +NMSettingWirelessSecurity:wep-key1, object property in NMSettingOvs
-nm_secret_agent_old_get_main_context, function in NMSecretAgentOld +NMSettingWirelessSecurity:wep-key2, object property in NMSettingOvs
-nm_secret_agent_old_get_registered, function in NMSecretAgentOld +NMSettingWirelessSecurity:wep-key3, object property in NMSettingOvs
-nm_secret_agent_old_get_secrets, function in NMSecretAgentOld +NMSettingWirelessSecurity:wep-tx-keyidx, object property in NMSettingOvs
-NM_SECRET_AGENT_OLD_IDENTIFIER, macro in NMSecretAgentOld +NMSettingWirelessSecurity:wps-method, object property in NMSettingOvs
-nm_secret_agent_old_register, function in NMSecretAgentOld +NMSettingWirelessSecurityFils, enum in NMSettingWirelessSecurity
-NM_SECRET_AGENT_OLD_REGISTERED, macro in NMSecretAgentOld +NMSettingWirelessSecurityPmf, enum in NMSettingWirelessSecurity
-nm_secret_agent_old_register_async, function in NMSecretAgentOld +NMSettingWirelessSecurityWpsMethod, enum in NMSettingWirelessSecurity
-nm_secret_agent_old_register_finish, function in NMSecretAgentOld +NMSettingWirelessWakeOnWLan, enum in NMSettingWireless
-nm_secret_agent_old_save_secrets, function in NMSecretAgentOld +NMSettingWpan, struct in NMSettingOvs
-nm_secret_agent_old_unregister, function in NMSecretAgentOld +NMSettingWpan:channel, object property in NMSettingOvs
-nm_secret_agent_old_unregister_async, function in NMSecretAgentOld +NMSettingWpan:mac-address, object property in NMSettingOvs
-nm_secret_agent_old_unregister_finish, function in NMSecretAgentOld +NMSettingWpan:page, object property in NMSettingOvs
-NM_SETTINGS_ERROR, macro in nm-errors +NMSettingWpan:pan-id, object property in NMSettingOvs
-nm_settings_error_quark, function in nm-errors +NMSettingWpan:short-address, object property in NMSettingOvs
@@ -9005,6 +8780,10 @@ NMUtilsPredicateStr, user_function in NMSettingOvs
+NM_SETTING_BOND_OPTION_ARP_MISSED_MAX, macro in NMSettingBond +
+
+
NM_SETTING_BOND_OPTION_ARP_VALIDATE, macro in NMSettingBond
@@ -9021,6 +8800,10 @@ NMUtilsPredicateStr, user_function in NMSettingOvs
+NM_SETTING_BOND_OPTION_LACP_ACTIVE, macro in NMSettingBond +
+
+
NM_SETTING_BOND_OPTION_LACP_RATE, macro in NMSettingBond
@@ -9041,6 +8824,10 @@ NMUtilsPredicateStr, user_function in NMSettingOvs
+NM_SETTING_BOND_OPTION_NS_IP6_TARGET, macro in NMSettingBond +
+
+
NM_SETTING_BOND_OPTION_NUM_GRAT_ARP, macro in NMSettingBond
@@ -10085,6 +9872,14 @@ NMUtilsPredicateStr, user_function in NMSettingOvs
+nm_setting_gsm_get_initial_eps_apn, function in NMSettingGsm +
+
+
+nm_setting_gsm_get_initial_eps_config, function in NMSettingGsm +
+
+
nm_setting_gsm_get_mtu, function in NMSettingGsm
@@ -10129,6 +9924,14 @@ NMUtilsPredicateStr, user_function in NMSettingOvs
+NM_SETTING_GSM_INITIAL_EPS_BEARER_APN, macro in NMSettingGsm +
+
+
+NM_SETTING_GSM_INITIAL_EPS_BEARER_CONFIGURE, macro in NMSettingGsm +
+
+
NM_SETTING_GSM_MTU, macro in NMSettingGsm
@@ -10337,6 +10140,10 @@ NMUtilsPredicateStr, user_function in NMSettingOvs
+NM_SETTING_IP6_CONFIG_DHCP_PD_HINT, macro in NMSettingIP6Config +
+
+
nm_setting_ip6_config_get_addr_gen_mode, function in NMSettingIP6Config
@@ -10345,6 +10152,10 @@ NMUtilsPredicateStr, user_function in NMSettingOvs
+nm_setting_ip6_config_get_dhcp_pd_hint, function in NMSettingIP6Config +
+
+
nm_setting_ip6_config_get_ip6_privacy, function in NMSettingIP6Config
@@ -10817,55 +10628,95 @@ NMUtilsPredicateStr, user_function in NMSettingOvs
-nm_setting_ip_tunnel_get_ttl, function in NMSettingIPTunnel +nm_setting_ip_tunnel_get_ttl, function in NMSettingIPTunnel +
+
+
+NM_SETTING_IP_TUNNEL_INPUT_KEY, macro in NMSettingIPTunnel +
+
+
+NM_SETTING_IP_TUNNEL_LOCAL, macro in NMSettingIPTunnel +
+
+
+NM_SETTING_IP_TUNNEL_MODE, macro in NMSettingIPTunnel +
+
+
+NM_SETTING_IP_TUNNEL_MTU, macro in NMSettingIPTunnel +
+
+
+nm_setting_ip_tunnel_new, function in NMSettingIPTunnel +
+
+
+NM_SETTING_IP_TUNNEL_OUTPUT_KEY, macro in NMSettingIPTunnel +
+
+
+NM_SETTING_IP_TUNNEL_PARENT, macro in NMSettingIPTunnel +
+
+
+NM_SETTING_IP_TUNNEL_PATH_MTU_DISCOVERY, macro in NMSettingIPTunnel +
+
+
+NM_SETTING_IP_TUNNEL_REMOTE, macro in NMSettingIPTunnel +
+
+
+NM_SETTING_IP_TUNNEL_SETTING_NAME, macro in NMSettingIPTunnel
-NM_SETTING_IP_TUNNEL_INPUT_KEY, macro in NMSettingIPTunnel +NM_SETTING_IP_TUNNEL_TOS, macro in NMSettingIPTunnel
-NM_SETTING_IP_TUNNEL_LOCAL, macro in NMSettingIPTunnel +NM_SETTING_IP_TUNNEL_TTL, macro in NMSettingIPTunnel
-NM_SETTING_IP_TUNNEL_MODE, macro in NMSettingIPTunnel +nm_setting_link_get_gro_max_size, function in NMSettingLink
-NM_SETTING_IP_TUNNEL_MTU, macro in NMSettingIPTunnel +nm_setting_link_get_gso_max_segments, function in NMSettingLink
-nm_setting_ip_tunnel_new, function in NMSettingIPTunnel +nm_setting_link_get_gso_max_size, function in NMSettingLink
-NM_SETTING_IP_TUNNEL_OUTPUT_KEY, macro in NMSettingIPTunnel +nm_setting_link_get_tx_queue_length, function in NMSettingLink
-NM_SETTING_IP_TUNNEL_PARENT, macro in NMSettingIPTunnel +NM_SETTING_LINK_GRO_MAX_SIZE, macro in NMSettingLink
-NM_SETTING_IP_TUNNEL_PATH_MTU_DISCOVERY, macro in NMSettingIPTunnel +NM_SETTING_LINK_GSO_MAX_SEGMENTS, macro in NMSettingLink
-NM_SETTING_IP_TUNNEL_REMOTE, macro in NMSettingIPTunnel +NM_SETTING_LINK_GSO_MAX_SIZE, macro in NMSettingLink
-NM_SETTING_IP_TUNNEL_SETTING_NAME, macro in NMSettingIPTunnel +nm_setting_link_new, function in NMSettingLink
-NM_SETTING_IP_TUNNEL_TOS, macro in NMSettingIPTunnel +NM_SETTING_LINK_SETTING_NAME, macro in NMSettingLink
-NM_SETTING_IP_TUNNEL_TTL, macro in NMSettingIPTunnel +NM_SETTING_LINK_TX_QUEUE_LENGTH, macro in NMSettingLink
@@ -13513,6 +13364,10 @@ NMUtilsPredicateStr, user_function in NMSettingOvs
+NMSimpleConnection, struct in NMSettingOvs +
+
+
nm_simple_connection_new, function in NMSimpleConnection
@@ -13525,6 +13380,10 @@ NMUtilsPredicateStr, user_function in NMSettingOvs
+NMSriovVFVlanProtocol, enum in NMSettingSriov +
+
+
nm_sriov_vf_add_vlan, function in NMSettingSriov
@@ -13613,6 +13472,15 @@ NMUtilsPredicateStr, user_function in NMSettingOvs
+stat, struct in nm-utils +
+
+
+NMState, enum in nm-dbus-interface +
+
+

T

+
nm_tc_action_dup, function in NMSettingTCConfig
@@ -13741,6 +13609,10 @@ NMUtilsPredicateStr, user_function in NMSettingOvs
+NMTeamLinkWatcherArpPingFlags, enum in NMSettingTeam +
+
+
NM_TEAM_LINK_WATCHER_ARP_PING, macro in NMSettingTeam
@@ -13825,6 +13697,27 @@ NMUtilsPredicateStr, user_function in NMSettingOvs
+NMTernary, enum in nm-dbus-interface +
+
+

U

+
+NMUtilsCheckFilePredicate, user_function in nm-utils +
+
+
+NMUtilsFileSearchInPathsPredicate, user_function in nm-utils +
+
+
+NMUtilsPredicateStr, user_function in NMSettingOvs +
+
+
+NMUtilsSecurityType, enum in nm-utils +
+
+
nm_utils_ap_mode_security_valid, function in nm-utils
@@ -13897,375 +13790,576 @@ NMUtilsPredicateStr, user_function in NMSettingOvs
-nm_utils_hwaddr_atoba, function in nm-utils +nm_utils_hwaddr_atoba, function in nm-utils +
+
+
+nm_utils_hwaddr_aton, function in nm-utils +
+
+
+nm_utils_hwaddr_canonical, function in nm-utils +
+
+
+nm_utils_hwaddr_len, function in nm-utils +
+
+
+NM_UTILS_HWADDR_LEN_MAX, macro in nm-utils +
+
+
+nm_utils_hwaddr_matches, function in nm-utils +
+
+
+nm_utils_hwaddr_ntoa, function in nm-utils +
+
+
+nm_utils_hwaddr_valid, function in nm-utils +
+
+
+nm_utils_iface_valid_name, function in nm-utils +
+
+
+nm_utils_inet4_ntop, function in nm-utils +
+
+
+nm_utils_inet6_ntop, function in nm-utils +
+
+
+NM_UTILS_INET_ADDRSTRLEN, macro in nm-utils +
+
+
+nm_utils_ip4_addresses_from_variant, function in nm-utils +
+
+
+nm_utils_ip4_addresses_to_variant, function in nm-utils +
+
+
+nm_utils_ip4_dns_from_variant, function in nm-utils +
+
+
+nm_utils_ip4_dns_to_variant, function in nm-utils +
+
+
+nm_utils_ip4_get_default_prefix, function in nm-utils +
+
+
+nm_utils_ip4_netmask_to_prefix, function in nm-utils +
+
+
+nm_utils_ip4_prefix_to_netmask, function in nm-utils +
+
+
+nm_utils_ip4_routes_from_variant, function in nm-utils +
+
+
+nm_utils_ip4_routes_to_variant, function in nm-utils +
+
+
+nm_utils_ip6_addresses_from_variant, function in nm-utils +
+
+
+nm_utils_ip6_addresses_to_variant, function in nm-utils +
+
+
+nm_utils_ip6_dns_from_variant, function in nm-utils +
+
+
+nm_utils_ip6_dns_to_variant, function in nm-utils +
+
+
+nm_utils_ip6_routes_from_variant, function in nm-utils +
+
+
+nm_utils_ip6_routes_to_variant, function in nm-utils +
+
+
+nm_utils_ipaddr_valid, function in nm-utils +
+
+
+nm_utils_ip_addresses_from_variant, function in nm-utils +
+
+
+nm_utils_ip_addresses_to_variant, function in nm-utils +
+
+
+nm_utils_ip_routes_from_variant, function in nm-utils +
+
+
+nm_utils_ip_routes_to_variant, function in nm-utils +
+
+
+nm_utils_is_empty_ssid, function in nm-utils +
+
+
+nm_utils_is_json_object, function in nm-utils +
+
+
+nm_utils_is_uuid, function in nm-utils +
+
+
+nm_utils_is_valid_iface_name, function in nm-utils +
+
+
+nm_utils_parse_variant_attributes, function in nm-utils +
+
+
+nm_utils_print, function in NMClient +
+
+
+nm_utils_same_ssid, function in nm-utils +
+
+
+nm_utils_security_valid, function in nm-utils +
+
+
+nm_utils_sriov_vf_from_str, function in nm-utils +
+
+
+nm_utils_sriov_vf_to_str, function in nm-utils +
+
+
+nm_utils_ssid_to_utf8, function in nm-utils +
+
+
+nm_utils_tc_action_from_str, function in nm-utils +
+
+
+nm_utils_tc_action_to_str, function in nm-utils +
+
+
+nm_utils_tc_qdisc_from_str, function in nm-utils +
+
+
+nm_utils_tc_qdisc_to_str, function in nm-utils +
+
+
+nm_utils_tc_tfilter_from_str, function in nm-utils +
+
+
+nm_utils_tc_tfilter_to_str, function in nm-utils +
+
+
+nm_utils_uuid_generate, function in nm-utils +
+
+
+nm_utils_version, function in nm-utils
-nm_utils_hwaddr_aton, function in nm-utils +nm_utils_wep_key_valid, function in nm-utils
-nm_utils_hwaddr_canonical, function in nm-utils +nm_utils_wifi_2ghz_freqs, function in nm-utils
-nm_utils_hwaddr_len, function in nm-utils +nm_utils_wifi_5ghz_freqs, function in nm-utils
-NM_UTILS_HWADDR_LEN_MAX, macro in nm-utils +nm_utils_wifi_channel_to_freq, function in nm-utils
-nm_utils_hwaddr_matches, function in nm-utils +nm_utils_wifi_find_next_channel, function in nm-utils
-nm_utils_hwaddr_ntoa, function in nm-utils +nm_utils_wifi_freq_to_channel, function in nm-utils
-nm_utils_hwaddr_valid, function in nm-utils +nm_utils_wifi_is_channel_valid, function in nm-utils
-nm_utils_iface_valid_name, function in nm-utils +nm_utils_wifi_strength_bars, function in nm-utils
-nm_utils_inet4_ntop, function in nm-utils +nm_utils_wpa_psk_valid, function in nm-utils
+

V

-nm_utils_inet6_ntop, function in nm-utils +NMVariantAttributeSpec, struct in nm-utils
-NM_UTILS_INET_ADDRSTRLEN, macro in nm-utils +NM_VARIANT_TYPE_SETTING, macro in NMConnection
-nm_utils_ip4_addresses_from_variant, function in nm-utils +NM_VERSION, macro in nm-version-macros
-nm_utils_ip4_addresses_to_variant, function in nm-utils +NMVersionInfoCapability, enum in nm-dbus-interface
-nm_utils_ip4_dns_from_variant, function in nm-utils +NM_VERSION_0_9_10, macro in nm-version-macros
-nm_utils_ip4_dns_to_variant, function in nm-utils +NM_VERSION_0_9_8, macro in nm-version-macros
-nm_utils_ip4_get_default_prefix, function in nm-utils +NM_VERSION_1_0, macro in nm-version-macros
-nm_utils_ip4_netmask_to_prefix, function in nm-utils +NM_VERSION_1_10, macro in nm-version-macros
-nm_utils_ip4_prefix_to_netmask, function in nm-utils +NM_VERSION_1_12, macro in nm-version-macros
-nm_utils_ip4_routes_from_variant, function in nm-utils +NM_VERSION_1_14, macro in nm-version-macros
-nm_utils_ip4_routes_to_variant, function in nm-utils +NM_VERSION_1_16, macro in nm-version-macros
-nm_utils_ip6_addresses_from_variant, function in nm-utils +NM_VERSION_1_18, macro in nm-version-macros
-nm_utils_ip6_addresses_to_variant, function in nm-utils +NM_VERSION_1_2, macro in nm-version-macros
-nm_utils_ip6_dns_from_variant, function in nm-utils +NM_VERSION_1_20, macro in nm-version-macros
-nm_utils_ip6_dns_to_variant, function in nm-utils +NM_VERSION_1_22, macro in nm-version-macros
-nm_utils_ip6_routes_from_variant, function in nm-utils +NM_VERSION_1_24, macro in nm-version-macros
-nm_utils_ip6_routes_to_variant, function in nm-utils +NM_VERSION_1_26, macro in nm-version-macros
-nm_utils_ipaddr_valid, function in nm-utils +NM_VERSION_1_28, macro in nm-version-macros
-nm_utils_ip_addresses_from_variant, function in nm-utils +NM_VERSION_1_30, macro in nm-version-macros
-nm_utils_ip_addresses_to_variant, function in nm-utils +NM_VERSION_1_32, macro in nm-version-macros
-nm_utils_ip_routes_from_variant, function in nm-utils +NM_VERSION_1_34, macro in nm-version-macros
-nm_utils_ip_routes_to_variant, function in nm-utils +NM_VERSION_1_36, macro in nm-version-macros
-nm_utils_is_empty_ssid, function in nm-utils +NM_VERSION_1_38, macro in nm-version-macros
-nm_utils_is_json_object, function in nm-utils +NM_VERSION_1_4, macro in nm-version-macros
-nm_utils_is_uuid, function in nm-utils +NM_VERSION_1_40, macro in nm-version-macros
-nm_utils_is_valid_iface_name, function in nm-utils +NM_VERSION_1_42, macro in nm-version-macros
-nm_utils_parse_variant_attributes, function in nm-utils +NM_VERSION_1_44, macro in nm-version-macros
-nm_utils_print, function in NMClient +NM_VERSION_1_6, macro in nm-version-macros
-nm_utils_same_ssid, function in nm-utils +NM_VERSION_1_8, macro in nm-version-macros
-nm_utils_security_valid, function in nm-utils +NM_VERSION_CUR_STABLE, macro in nm-version-macros
-nm_utils_sriov_vf_from_str, function in nm-utils +NM_VERSION_MAX_ALLOWED, macro in nm-version
-nm_utils_sriov_vf_to_str, function in nm-utils +NM_VERSION_MIN_REQUIRED, macro in nm-version
-nm_utils_ssid_to_utf8, function in nm-utils +NM_VERSION_NEXT_STABLE, macro in nm-version-macros
-nm_utils_tc_action_from_str, function in nm-utils +NMVlanFlags, enum in NMSettingVlan
-nm_utils_tc_action_to_str, function in nm-utils +NMVlanPriorityMap, enum in NMSettingVlan
-nm_utils_tc_qdisc_from_str, function in nm-utils +NM_VLAN_FLAGS_ALL, macro in NMSettingVlan
-nm_utils_tc_qdisc_to_str, function in nm-utils +NMVpnConnection, struct in NMVpnConnection
-nm_utils_tc_tfilter_from_str, function in nm-utils +NMVpnConnection::vpn-state-changed, object signal in NMVpnConnection
-nm_utils_tc_tfilter_to_str, function in nm-utils +NMVpnConnection:banner, object property in NMVpnConnection
-nm_utils_uuid_generate, function in nm-utils +NMVpnConnection:vpn-state, object property in NMVpnConnection
-nm_utils_version, function in nm-utils +NMVpnConnectionState, enum in nm-vpn-dbus-interface
-nm_utils_wep_key_valid, function in nm-utils +NMVpnConnectionStateReason, enum in nm-vpn-dbus-interface
-nm_utils_wifi_2ghz_freqs, function in nm-utils +NMVpnEditor, struct in NMVpnEditorPlugin
-nm_utils_wifi_5ghz_freqs, function in nm-utils +NMVpnEditor::changed, object signal in NMVpnEditorPlugin
-nm_utils_wifi_channel_to_freq, function in nm-utils +NMVpnEditorInterface, struct in NMVpnEditor
-nm_utils_wifi_find_next_channel, function in nm-utils +NMVpnEditorPlugin:description, object property in NMVpnEditorPlugin
-nm_utils_wifi_freq_to_channel, function in nm-utils +NMVpnEditorPlugin:name, object property in NMVpnEditorPlugin
-nm_utils_wifi_is_channel_valid, function in nm-utils +NMVpnEditorPlugin:service, object property in NMVpnEditorPlugin
-nm_utils_wifi_strength_bars, function in nm-utils +NMVpnEditorPluginCapability, enum in NMVpnEditorPlugin
-nm_utils_wpa_psk_valid, function in nm-utils +NMVpnEditorPluginFactory, user_function in NMVpnEditorPlugin
-NM_VARIANT_TYPE_SETTING, macro in NMConnection +NMVpnEditorPluginInterface, struct in NMVpnEditorPlugin
-NM_VERSION, macro in nm-version-macros +NMVpnEditorPluginVT, struct in NMVpnEditorPlugin
-NM_VERSION_0_9_10, macro in nm-version-macros +NMVpnIterFunc, user_function in NMSettingVpn
-NM_VERSION_0_9_8, macro in nm-version-macros +NMVpnPluginError, enum in nm-errors
-NM_VERSION_1_0, macro in nm-version-macros +NMVpnPluginFailure, enum in nm-vpn-dbus-interface
-NM_VERSION_1_10, macro in nm-version-macros +NMVpnPluginInfo, struct in NMVpnEditorPlugin
-NM_VERSION_1_12, macro in nm-version-macros +NMVpnPluginInfo:filename, object property in NMVpnEditorPlugin
-NM_VERSION_1_14, macro in nm-version-macros +NMVpnPluginInfo:keyfile, object property in NMVpnEditorPlugin
-NM_VERSION_1_16, macro in nm-version-macros +NMVpnPluginInfo:name, object property in NMVpnEditorPlugin
-NM_VERSION_1_18, macro in nm-version-macros +NMVpnPluginOld, struct in NMVpnPluginOld
-NM_VERSION_1_2, macro in nm-version-macros +NMVpnPluginOld::config, object signal in NMVpnPluginOld
-NM_VERSION_1_20, macro in nm-version-macros +NMVpnPluginOld::failure, object signal in NMVpnPluginOld
-NM_VERSION_1_22, macro in nm-version-macros +NMVpnPluginOld::ip4-config, object signal in NMVpnPluginOld
-NM_VERSION_1_24, macro in nm-version-macros +NMVpnPluginOld::ip6-config, object signal in NMVpnPluginOld
-NM_VERSION_1_26, macro in nm-version-macros +NMVpnPluginOld::login-banner, object signal in NMVpnPluginOld
-NM_VERSION_1_28, macro in nm-version-macros +NMVpnPluginOld::quit, object signal in NMVpnPluginOld
-NM_VERSION_1_30, macro in nm-version-macros +NMVpnPluginOld::secrets-required, object signal in NMVpnPluginOld
-NM_VERSION_1_32, macro in nm-version-macros +NMVpnPluginOld::state-changed, object signal in NMVpnPluginOld
-NM_VERSION_1_34, macro in nm-version-macros +NMVpnPluginOld:service-name, object property in NMVpnPluginOld
-NM_VERSION_1_36, macro in nm-version-macros +NMVpnPluginOld:state, object property in NMVpnPluginOld
-NM_VERSION_1_38, macro in nm-version-macros +NMVpnServicePlugin, struct in NMVpnServicePlugin
-NM_VERSION_1_4, macro in nm-version-macros +NMVpnServicePlugin::config, object signal in NMVpnServicePlugin
-NM_VERSION_1_40, macro in nm-version-macros +NMVpnServicePlugin::failure, object signal in NMVpnServicePlugin
-NM_VERSION_1_42, macro in nm-version-macros +NMVpnServicePlugin::ip4-config, object signal in NMVpnServicePlugin
-NM_VERSION_1_42_2, macro in nm-version-macros +NMVpnServicePlugin::ip6-config, object signal in NMVpnServicePlugin
-NM_VERSION_1_42_8, macro in nm-version-macros +NMVpnServicePlugin::login-banner, object signal in NMVpnServicePlugin
-NM_VERSION_1_6, macro in nm-version-macros +NMVpnServicePlugin::quit, object signal in NMVpnServicePlugin
-NM_VERSION_1_8, macro in nm-version-macros +NMVpnServicePlugin::secrets-required, object signal in NMVpnServicePlugin
-NM_VERSION_CUR_STABLE, macro in nm-version-macros +NMVpnServicePlugin::state-changed, object signal in NMVpnServicePlugin
-NM_VERSION_MAX_ALLOWED, macro in nm-version +NMVpnServicePlugin:service-name, object property in NMVpnServicePlugin
-NM_VERSION_MIN_REQUIRED, macro in nm-version +NMVpnServicePlugin:state, object property in NMVpnServicePlugin
-NM_VERSION_NEXT_STABLE, macro in nm-version-macros +NMVpnServicePlugin:watch-peer, object property in NMVpnServicePlugin
-NM_VLAN_FLAGS_ALL, macro in NMSettingVlan +NMVpnServiceState, enum in nm-vpn-dbus-interface
@@ -14736,6 +14830,55 @@ NMUtilsPredicateStr, user_function in NMSettingOvs NM_VPN_SERVICE_PLUGIN_STATE, macro in NMVpnServicePlugin
+

W

+
+NMWepKeyType, enum in NMSettingWirelessSecurity +
+
+
+NMWifiP2PPeer, struct in NMWifiP2PPeer +
+
+
+NMWifiP2PPeer:flags, object property in NMWifiP2PPeer +
+
+
+NMWifiP2PPeer:hw-address, object property in NMWifiP2PPeer +
+
+
+NMWifiP2PPeer:last-seen, object property in NMWifiP2PPeer +
+
+
+NMWifiP2PPeer:manufacturer, object property in NMWifiP2PPeer +
+
+
+NMWifiP2PPeer:model, object property in NMWifiP2PPeer +
+
+
+NMWifiP2PPeer:model-number, object property in NMWifiP2PPeer +
+
+
+NMWifiP2PPeer:name, object property in NMWifiP2PPeer +
+
+
+NMWifiP2PPeer:serial, object property in NMWifiP2PPeer +
+
+
+NMWifiP2PPeer:strength, object property in NMWifiP2PPeer +
+
+
+NMWifiP2PPeer:wfd-ies, object property in NMWifiP2PPeer +
+
nm_wifi_p2p_peer_connection_valid, function in NMWifiP2PPeer
@@ -14825,6 +14968,26 @@ NMUtilsPredicateStr, user_function in NMSettingOvs
+NMWimaxNsp, struct in NMWimaxNsp +
+
+
+NMWimaxNsp:name, object property in NMWimaxNsp +
+
+
+NMWimaxNsp:network-type, object property in NMWimaxNsp +
+
+
+NMWimaxNsp:signal-quality, object property in NMWimaxNsp +
+
+
+NMWimaxNspNetworkType, enum in nm-dbus-interface +
+
+
nm_wimax_nsp_connection_valid, function in NMWimaxNsp
@@ -14980,11 +15143,6 @@ NMUtilsPredicateStr, user_function in NMSettingOvs NM_WIREGUARD_SYMMETRIC_KEY_LEN, macro in NMSettingWireGuard
-

S

-
-stat, struct in nm-utils -
-
diff --git a/docs/libnm/html/ch03.html b/docs/libnm/html/ch03.html index ab6ef237..6428e294 100644 --- a/docs/libnm/html/ch03.html +++ b/docs/libnm/html/ch03.html @@ -100,6 +100,9 @@ addressing, routing, and name service propertiesNMSettingIP6Config — Describes IPv6 addressing, routing, and name service properties
+NMSettingLink — Contains properties related to the link +
+
NMSettingLoopback — Describes connection properties for loopback interfaces
diff --git a/docs/libnm/html/index.html b/docs/libnm/html/index.html index b47937b1..4bc7c388 100644 --- a/docs/libnm/html/index.html +++ b/docs/libnm/html/index.html @@ -15,7 +15,7 @@

- for libnm 1.42.8 + for libnm 1.44.0 The latest version of this documentation can be found on-line at https://networkmanager.dev/docs/libnm/latest/. @@ -152,6 +152,9 @@ addressing, routing, and name service properties NMSettingIP6Config — Describes IPv6 addressing, routing, and name service properties

+NMSettingLink — Contains properties related to the link +
+
NMSettingLoopback — Describes connection properties for loopback interfaces
diff --git a/docs/libnm/html/libnm-nm-dbus-interface.html b/docs/libnm/html/libnm-nm-dbus-interface.html index 0bb03fad..7516f13a 100644 --- a/docs/libnm/html/libnm-nm-dbus-interface.html +++ b/docs/libnm/html/libnm-nm-dbus-interface.html @@ -1919,7 +1919,7 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability

NM_DEVICE_MODEM_CAPABILITY_5GNR

-

modem has 5GNR data capability (Since: 1.36)

+

modem has 5GNR data capability. Since: 1.36.

  @@ -3362,7 +3362,7 @@ behavior. Since: 1.38.

-

Since: 1.12 (public since 1.4, g-ir since 1.12)

+

Since: 1.12: Public since 1.4, g-ir since 1.12.


diff --git a/docs/libnm/html/libnm-nm-errors.html b/docs/libnm/html/libnm-nm-errors.html index 6b16ef3a..e9ffe3c2 100644 --- a/docs/libnm/html/libnm-nm-errors.html +++ b/docs/libnm/html/libnm-nm-errors.html @@ -879,6 +879,24 @@ active settings backend

  + +

NM_SETTINGS_ERROR_VERSION_ID_MISMATCH

+ +

The profile's VersionId mismatched +and the update is rejected. See the "version-id" argument to Update2() +method. Since 1.44.

+ +  + + +

NM_SETTINGS_ERROR_NOT_SUPPORTED_BY_PLUGIN

+ +

the requested operation is not +supported by the settings plugin currently in use for the specified object. +Since: 1.44.

+ +  +
diff --git a/docs/libnm/html/libnm-nm-keyfile.html b/docs/libnm/html/libnm-nm-keyfile.html index 5d0967d5..5befc8a2 100644 --- a/docs/libnm/html/libnm-nm-keyfile.html +++ b/docs/libnm/html/libnm-nm-keyfile.html @@ -241,7 +241,7 @@ be an absolute path.

handler

read handler.

-[allow-none][scope call] +[nullable][scope call]

user_data

@@ -250,8 +250,8 @@ be an absolute path.

error

-

error.

-[allow-none][out] +

error

+  @@ -367,7 +367,7 @@ the original profile.

handler

optional handler for events and to override the default behavior.

-[allow-none][scope call] +[nullable][scope call]

user_data

@@ -456,26 +456,27 @@ on all events, but the context information may be unset.

out_kf_group_name

-

if the event is in the -context of a keyfile group, the group name.

-[out][allow-none][transfer none] +

if the event +is in the context of a keyfile group, the group name.

+[out][optional][nullable][transfer none]

out_kf_key_name

-

if the event is in the -context of a keyfile value, the key name.

-[out][allow-none][transfer none] +

if the event +is in the context of a keyfile value, the key name.

+[out][optional][nullable][transfer none]

out_cur_setting

-

if the event happens while -handling a particular NMSetting instance.

-[out][allow-none][transfer none] +

if the event +happens while handling a particular NMSetting instance.

+[out][optional][nullable][transfer none]

out_cur_property_name

-

the property name if applicable.

-[out][allow-none][transfer none] +

the +property name if applicable.

+[out][optional][nullable][transfer none] @@ -507,12 +508,12 @@ event.

out_message

the warning message.

-[out][allow-none][transfer none] +[out][optional][transfer none]

out_severity

the NMKeyfileWarnSeverity warning severity.

-[out][allow-none] +[out][optional] diff --git a/docs/libnm/html/libnm-nm-utils.html b/docs/libnm/html/libnm-nm-utils.html index bc3dade4..a4846dcf 100644 --- a/docs/libnm/html/libnm-nm-utils.html +++ b/docs/libnm/html/libnm-nm-utils.html @@ -1168,7 +1168,7 @@ gateway). The "gateway" field of the first address will get the value of

gateway

the gateway IP address.

-[allow-none] +[nullable] @@ -1208,8 +1208,9 @@ of the other addresses are ignored.

out_gateway

-

on return, will contain the IP gateway.

-[out][allow-none][transfer full] +

on return, will +contain the IP gateway.

+[out][optional][nullable][transfer full] @@ -1457,7 +1458,7 @@ all 0s.

gateway

the gateway IP address.

-[allow-none] +[nullable] @@ -1497,8 +1498,9 @@ fields of the other addresses are ignored.

out_gateway

-

on return, will contain the IP gateway.

-[out][allow-none][transfer full] +

on return, will +contain the IP gateway.

+[out][optional][nullable][transfer full] @@ -1776,14 +1778,14 @@ Must be a non-empty string, without path separator (/).

try_first

a custom path to try first before searching. It is silently ignored if it is empty or not an absolute path.

-[allow-none] +[nullable]

paths

a NULL terminated list of search paths. Can be empty or NULL, in which case only try_first is checked.

-[allow-none] +[nullable]

file_test_flags

@@ -1806,12 +1808,12 @@ and predicate

user_data

user data for predicate function.

-[closure][allow-none] +[closure][nullable]

error

-

on failure, set a "not found" error G_IO_ERROR G_IO_ERROR_NOT_FOUND.

-[allow-none] +

on failure, set a "not found" error G_IO_ERROR G_IO_ERROR_NOT_FOUND.

+  @@ -2438,7 +2440,7 @@ nm_utils_iface_valid_name (const

name

Name of interface.

-[allow-none] +[nullable] @@ -2471,7 +2473,7 @@ function in net/core/dev.c.

name

Name of interface.

-[allow-none] +[nullable]

error

@@ -2514,7 +2516,7 @@ nm_utils_is_uuid (const char

str

a string that might be a UUID.

-[allow-none] +[nullable] @@ -2848,12 +2850,13 @@ containing the unrecognized token in err_token

out_value

the output value.

-[out][allow-none] +[out][optional]

err_token

-

location to store the first unrecognized token.

-[out][allow-none][transfer full] +

location to store +the first unrecognized token.

+[out][optional][nullable][transfer full] @@ -2966,8 +2969,8 @@ nm_utils_parse_variant_attributes (const

error

-

location to store the error on failure.

-[out][allow-none] +

location to store the error on failure

+  @@ -3270,8 +3273,8 @@ nm_utils_sriov_vf_to_str (const

error

-

location to store the error on failure.

-[out][allow-none] +

location to store the error on failure

+  @@ -3305,8 +3308,8 @@ nm_utils_sriov_vf_from_str (const

error

-

location to store the error on failure.

-[out][allow-none] +

location to store the error on failure

+  @@ -3359,10 +3362,10 @@ decoding. If the length does not match, the validation fails.

out_key

-

(out): an optional output buffer for the binary +

an optional output buffer for the binary key. If given, it will be filled with exactly required_key_len bytes.

-[allow-none] +[out][optional] diff --git a/docs/libnm/html/libnm-nm-version-macros.html b/docs/libnm/html/libnm-nm-version-macros.html index a9872264..2e411e1c 100644 --- a/docs/libnm/html/libnm-nm-version-macros.html +++ b/docs/libnm/html/libnm-nm-version-macros.html @@ -172,11 +172,7 @@ #define -
NM_VERSION_1_42_2 - - -#define -NM_VERSION_1_42_8 +NM_VERSION_1_44 #define @@ -257,7 +253,7 @@ is compiled against.


NM_MINOR_VERSION

-
#define NM_MINOR_VERSION (42)
+
#define NM_MINOR_VERSION (44)
 

Evaluates to the minor version number of NetworkManager which this source is compiled against.

@@ -265,7 +261,7 @@ is compiled against.


NM_MICRO_VERSION

-
#define NM_MICRO_VERSION (8)
+
#define NM_MICRO_VERSION (0)
 

Evaluates to the micro version number of NetworkManager which this source compiled against.

@@ -416,14 +412,8 @@ compiled against.


-

NM_VERSION_1_42_2

-
#define NM_VERSION_1_42_2 (NM_ENCODE_VERSION(1, 42, 2))
-
-
-
-
-

NM_VERSION_1_42_8

-
#define NM_VERSION_1_42_8 (NM_ENCODE_VERSION(1, 42, 8))
+

NM_VERSION_1_44

+
#define NM_VERSION_1_44   (NM_ENCODE_VERSION(1, 44, 0))
 

diff --git a/docs/libnm/html/libnm-nm-version.html b/docs/libnm/html/libnm-nm-version.html index 750ef568..41e099a7 100644 --- a/docs/libnm/html/libnm-nm-version.html +++ b/docs/libnm/html/libnm-nm-version.html @@ -177,6 +177,12 @@ NM_DEPRECATED_IN_1_42_FOR() + +#define + +NM_DEPRECATED_IN_1_44_FOR() + +
@@ -382,11 +388,11 @@ #define -NM_AVAILABLE_IN_1_42_2 +NM_DEPRECATED_IN_1_44 #define -NM_AVAILABLE_IN_1_42_8 +NM_AVAILABLE_IN_1_44 @@ -532,6 +538,12 @@
#define NM_DEPRECATED_IN_1_42_FOR(f) G_DEPRECATED_FOR(f)
 
+
+
+

NM_DEPRECATED_IN_1_44_FOR()

+
#define NM_DEPRECATED_IN_1_44_FOR(f) G_DEPRECATED_FOR(f)
+
+

Types and Values

@@ -822,14 +834,14 @@

-

NM_AVAILABLE_IN_1_42_2

-
#define NM_AVAILABLE_IN_1_42_2 G_UNAVAILABLE(1, 42.2)
+

NM_DEPRECATED_IN_1_44

+
#define NM_DEPRECATED_IN_1_44        G_DEPRECATED
 

-

NM_AVAILABLE_IN_1_42_8

-
#define NM_AVAILABLE_IN_1_42_8 G_UNAVAILABLE(1, 42.8)
+

NM_AVAILABLE_IN_1_44

+
#define NM_AVAILABLE_IN_1_44 G_UNAVAILABLE(1, 44)
 
diff --git a/docs/libnm/html/libnm.devhelp2 b/docs/libnm/html/libnm.devhelp2 index cd41ebbd..99b33593 100644 --- a/docs/libnm/html/libnm.devhelp2 +++ b/docs/libnm/html/libnm.devhelp2 @@ -39,6 +39,7 @@ + @@ -502,7 +503,7 @@ - + @@ -678,20 +679,22 @@ + + + - @@ -738,7 +741,7 @@ - + @@ -982,7 +985,7 @@ - + @@ -1027,6 +1030,9 @@ + + + @@ -1198,6 +1204,8 @@ + + @@ -1215,6 +1223,8 @@ + + @@ -1384,7 +1394,7 @@ - + @@ -1509,6 +1519,7 @@ + @@ -1516,6 +1527,7 @@ + @@ -1525,6 +1537,16 @@ + + + + + + + + + + @@ -2233,8 +2255,8 @@ - - + + @@ -2436,7 +2458,7 @@ - + @@ -2445,7 +2467,7 @@ - + @@ -2610,19 +2632,19 @@ - + - + - + @@ -2822,8 +2844,8 @@ - - + + @@ -3200,6 +3222,7 @@ + @@ -3248,8 +3271,8 @@ - - + + @@ -3279,8 +3302,7 @@ - - + @@ -3461,6 +3483,8 @@ + + diff --git a/docs/libnm/html/object-tree.html b/docs/libnm/html/object-tree.html index 5afbbf58..a6b63718 100644 --- a/docs/libnm/html/object-tree.html +++ b/docs/libnm/html/object-tree.html @@ -89,6 +89,7 @@ ├── NMSettingIP4Config ╰── NMSettingIP6Config ├── NMSettingIPTunnel + ├── NMSettingLink ├── NMSettingLoopback ├── NMSettingMacsec ├── NMSettingMacvlan diff --git a/docs/libnm/html/usage.html b/docs/libnm/html/usage.html index c2f36074..c65ef387 100644 --- a/docs/libnm/html/usage.html +++ b/docs/libnm/html/usage.html @@ -96,7 +96,7 @@

$ cc $(pkg-config --libs --cflags libnm) -o hello-nm hello-nm.c
   $ ./hello-nm
-  NetworkManager version: 1.42.8
+  NetworkManager version: 1.44.0
 
   $ 

-- cgit 1.3.0-6-gf8a5