is_localhost
if (is_localhost(uri->host) != 0) {
if (is_localhost(hp->h_name) != 0)
if (is_localhost(uri->host) != 0) {
if (is_localhost(he->h_name) != 0)
extern int is_localhost(char *hostname);
if ((uri->host != NULL) && (is_localhost(uri->host) == 0)) {