NMDhcpConfig

NMDhcpConfig

Functions

Properties

int family Read
GHashTable * options Read

Types and Values

Object Hierarchy

    GObject
    ╰── NMObject
        ╰── NMDhcpConfig

Description

Functions

nm_dhcp_config_get_family ()

int
nm_dhcp_config_get_family (NMDhcpConfig *config);

nm_dhcp_config_get_options ()

GHashTable *
nm_dhcp_config_get_options (NMDhcpConfig *config);

nm_dhcp_config_get_one_option ()

const char *
nm_dhcp_config_get_one_option (NMDhcpConfig *config,
                               const char *option);

Types and Values

NM_DHCP_CONFIG_FAMILY

#define NM_DHCP_CONFIG_FAMILY  "family"

NM_DHCP_CONFIG_OPTIONS

#define NM_DHCP_CONFIG_OPTIONS "options"

NMDhcpConfig

typedef struct _NMDhcpConfig NMDhcpConfig;

Property Details

The “family” property

  “family”                   int

Owner: NMDhcpConfig

Flags: Read

Allowed values: [0,255]

Default value: 0


The “options” property

  “options”                  GHashTable *

Owner: NMDhcpConfig

Flags: Read