Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/print/libhttp-core/common/
H A Dhttp-addr.c269 httpGetHostByName(const char *name) /* I - Hostname or IP address */ in httpGetHostByName() function
H A Dhttp.h362 extern struct hostent *httpGetHostByName(const char *name);
H A Dhttp.c402 if ((hostaddr = httpGetHostByName(host)) == NULL) in httpConnectEncrypt()
411 else if ((hostaddr = httpGetHostByName("127.0.0.1")) == NULL) in httpConnectEncrypt()