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

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c175 static int read_headerlines(http_conn_t *, boolean_t);
1006 if ((i = read_headerlines(c_id, B_FALSE)) < 0) {
1183 if (read_headerlines(c_id, B_TRUE) < 0) {
2268 * read_headerlines - Get the header lines from the server. This reads
2271 * ret = read_headerlines(c_id);
2291 read_headerlines(http_conn_t *c_id, boolean_t bread) function
2307 "read_headerlines: %s", line);

Completed in 61 milliseconds