Home
last modified time | relevance | path

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

/systemd-251/src/hostname/
Dhostnamed.c1158 _cleanup_free_ char *hn = NULL, *dhn = NULL, *in = NULL, *text = NULL, in method_describe() local
1202 dhn = get_default_hostname(); in method_describe()
1203 if (!dhn) in method_describe()
1229 JSON_BUILD_PAIR("DefaultHostname", JSON_BUILD_STRING(dhn)), in method_describe()