Searched refs:NullHostName (Results 1 – 1 of 1) sorted by relevance
229 static host_list_t NullHostName; /* in case of lookup failure */ variable2467 if (h == NULL || h == &LocalHostName || h == &NullHostName) { in freehl()2928 NullHostName.hl_cnt = 1; in init()2929 if ((NullHostName.hl_hosts = malloc(sizeof (char *))) == NULL) { in init()2932 if ((NullHostName.hl_hosts[0] = strdup("name lookup failed")) == NULL) { in init()4927 mp->hlp = &NullHostName; in hostname_lookup()