Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/
H A Dboot_http.h117 int http_get_request(http_handle_t, const char *);
H A Dbootlog.c268 if (http_get_request(bl_httphandle, buffer) != 0 || in send_http()
H A Dboot_http.c820 http_get_request(http_handle_t handle, const char *abs_path) in http_get_request() function
/titanic_41/usr/src/lib/libwanboot/common/
H A Dmapfile-vers59 http_get_request;
/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c749 if ((ret = http_get_request(*handlep, url->abspath)) == 0) { in establish_http_connection()
/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgweb.c2021 if ((http_get_request(ps->hps, ps->url.abspath)) in web_send_request()