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

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c184 static int http_srv_recv(http_conn_t *, void *, size_t);
2287 * Note that I/O errors are put into the error stack by http_srv_recv(),
2644 * Note that I/O errors are put into the error stack by http_srv_recv().1
2681 c_id->inbuf.n = http_srv_recv(c_id, c_id->inbuf.buf,
2731 * Note that I/O errors are put into the error stack by http_srv_recv().
2766 nbytes = http_srv_recv(c_id, line, cnt);
2806 http_srv_recv(http_conn_t *c_id, void *buf, size_t nbyte) function

Completed in 77 milliseconds