Home
last modified time | relevance | path

Searched refs:http_head_request (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/
H A Dboot_http.h116 int http_head_request(http_handle_t, const char *);
H A Dboot_http.c800 http_head_request(http_handle_t handle, const char *abs_path) in http_head_request() function
/titanic_41/usr/src/lib/libwanboot/common/
H A Dmapfile-vers62 http_head_request;
/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgweb.c1925 if ((http_head_request(ps->hps, ps->url.abspath)) != 0) { in web_send_request()