Home
last modified time | relevance | path

Searched refs:HOSTNAME_PROP_NAME (Results 1 – 1 of 1) sorted by relevance

/system/core/libnetutils/
Ddhcp_utils.c30 static const char HOSTNAME_PROP_NAME[] = "net.hostname"; variable
214 if (property_get(HOSTNAME_PROP_NAME, prop_value, NULL) && (prop_value[0] != '\0')) in dhcp_do_request()