Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/net/wanboot/
H A Dboot_http.c1313 http_read_body(http_handle_t handle, char *recv_buf_ptr, size_t recv_buf_size) in http_read_body() argument
1321 if (recv_buf_ptr == NULL || recv_buf_size == 0) { in http_read_body()
1326 return (getbytes(c_id, recv_buf_ptr, recv_buf_size)); in http_read_body()