Top | ![]() |
![]() |
![]() |
![]() |
Functions
int | nm_dhcp_config_get_family () |
GHashTable * | nm_dhcp_config_get_options () |
const char * | nm_dhcp_config_get_one_option () |
Functions
nm_dhcp_config_get_family ()
int
nm_dhcp_config_get_family (NMDhcpConfig *config
);
Gets the IP address family of the configuration
nm_dhcp_config_get_options ()
GHashTable *
nm_dhcp_config_get_options (NMDhcpConfig *config
);
Gets all the options contained in the configuration.
Returns
the GHashTable containing strings for keys and values. This is the internal copy used by the configuration, and must not be modified.
[transfer none][element-type utf8 utf8]
nm_dhcp_config_get_one_option ()
const char * nm_dhcp_config_get_one_option (NMDhcpConfig *config
,const char *option
);
Gets one option by option name.