Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/syslogd/
H A Dsyslogd.c229 static host_list_t NullHostName; /* in case of lookup failure */ variable
2467 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()