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

/illumos-gate/usr/src/common/net/wanboot/
H A Dbootlog.c91 static http_handle_t bl_httphandle = NULL; variable
263 (void) http_srv_disconnect(bl_httphandle);
264 if (http_srv_connect(bl_httphandle) != 0)
268 if (http_get_request(bl_httphandle, buffer) != 0 ||
269 http_process_headers(bl_httphandle, &resp) != 0)
278 lenstr = http_get_header_value(bl_httphandle,
281 if (http_read_body(bl_httphandle, buffer, length) > 0)
410 if (bl_httphandle == NULL)
489 * If we don't already have a bl_httphandle, try to get one.
492 if (bl_httphandle
[all...]

Completed in 44 milliseconds