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

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c166 static int http_req(http_handle_t, const char *, http_req_t, offset_t,
802 return (http_req(handle, abs_path, HTTP_REQ_TYPE_HEAD, 0, 0));
822 return (http_req(handle, abs_path, HTTP_REQ_TYPE_GET, -1, 0));
856 return (http_req(handle, abs_path, HTTP_REQ_TYPE_GET, curpos, len));
1507 * http_req - Issue http request (either HEAD or GET)
1509 * ret = http_req(handle, abs_path, reqtype, curpos, len);
1528 http_req(http_handle_t handle, const char *abs_path, http_req_t type, function
1570 libbootlog(BOOTLOG_CRIT, "http_req: invalid file path");

Completed in 81 milliseconds