Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/net/wanboot/
H A Dboot_http.h106 int http_set_socket_read_timeout(http_handle_t, uint_t);
H A Dbootlog.c552 (void) http_set_socket_read_timeout(handle, BOOTLOG_HTTP_TIMEOUT); in setup_con()
H A Dboot_http.c428 http_set_socket_read_timeout(http_handle_t handle, uint_t timout) in http_set_socket_read_timeout() function
/titanic_50/usr/src/lib/libwanboot/common/
H A Dmapfile-vers77 http_set_socket_read_timeout;
/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c731 (void) http_set_socket_read_timeout(*handlep, SOCKET_READ_TIMEOUT); in establish_http_connection()
/titanic_50/usr/src/lib/libpkg/common/
H A Dpkgweb.c1680 if (http_set_socket_read_timeout(ps->hps, ps->timeout) != 0) { in web_setup()