Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-addr.c267 httpGetHostByName(const char *name) /* I - Hostname or IP address */ in httpGetHostByName() function
H A Dhttp.h360 extern struct hostent *httpGetHostByName(const char *name);
H A Dhttp.c400 if ((hostaddr = httpGetHostByName(host)) == NULL) in httpConnectEncrypt()
409 else if ((hostaddr = httpGetHostByName("127.0.0.1")) == NULL) in httpConnectEncrypt()