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

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c182 static int getbytes(http_conn_t *, char *, int);
1326 return (getbytes(c_id, recv_buf_ptr, recv_buf_size));
2710 * getbytes - Get a block from the HTTP response. Used for the HTTP body.
2734 getbytes(http_conn_t *c_id, char *line, int len) function

Completed in 49 milliseconds