Top | ![]() |
![]() |
![]() |
![]() |
int | nm_dhcp_config_get_family () |
GHashTable * | nm_dhcp_config_get_options () |
const char * | nm_dhcp_config_get_one_option () |
int
nm_dhcp_config_get_family (NMDhcpConfig *config
);
Gets the IP address family of the configuration
GHashTable *
nm_dhcp_config_get_options (NMDhcpConfig *config
);
Gets all the options contained in the configuration.
const char * nm_dhcp_config_get_one_option (NMDhcpConfig *config
,const char *option
);
Gets one option by option name.