Searched refs:http_req (Results 1 – 1 of 1) sorted by relevance
| /onnv-gate/usr/src/common/net/wanboot/ |
| H A D | boot_http.c | 165 static int http_req(http_handle_t, const char *, http_req_t, offset_t, 801 return (http_req(handle, abs_path, HTTP_REQ_TYPE_HEAD, 0, 0)); in http_head_request() 821 return (http_req(handle, abs_path, HTTP_REQ_TYPE_GET, -1, 0)); in http_get_request() 855 return (http_req(handle, abs_path, HTTP_REQ_TYPE_GET, curpos, len)); in http_get_range_request() 1527 http_req(http_handle_t handle, const char *abs_path, http_req_t type, in http_req() function
|