Searched defs:http_srv_connect (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c688 * http_srv_connect - Establish a connection to the server
690 * ret = http_srv_connect(handle);
700 http_srv_connect(http_handle_t handle) function
715 "http_srv_connect: initialize_ctx returned NULL");
731 "http_srv_connect: %s returned %d",
744 "http_srv_connect: SSL_new returned "
760 "http_srv_connect: SSL_set_fd returned 0");
768 "http_srv_connect: SSL_connect");

Completed in 64 milliseconds