HomeSort by: relevance | last modified time | path
    Searched refs:dhcpctl_get_value (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/dhcp/dist/dhcpctl/
dhcpctl.h 77 dhcpctl_status dhcpctl_get_value (dhcpctl_data_string *,
cltest.c 233 status = dhcpctl_get_value (&result, interface_handle, "state");
235 fprintf (stderr, "dhcpctl_get_value: %s\n",
dhcpctl.c 290 /* dhcpctl_get_value
305 dhcpctl_status dhcpctl_get_value (dhcpctl_data_string *result, function
313 log_debug("dhcpctl_get_value(%s)", value_name);
370 like dhcpctl_get_value, but more convenient for boolean
384 status = dhcpctl_get_value (&data, h, value_name);
400 The opposite of dhcpctl_get_value. Does not update the

Completed in 27 milliseconds