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

/illumos-gate/usr/src/common/net/wanboot/
H A Dbootlog.c92 static url_t bl_url; variable
185 gettime(), bl_url.hport.hostname,
186 bl_url.hport.port);
259 bl_url.abspath, url_encode(ringmessage));
456 url_parse(urlstr, &bl_url) == URL_PARSE_SUCCESS) {
464 if (bl_url.https) {
493 bl_httphandle = http_srv_init(&bl_url);
505 if (setup_con(bl_httphandle, bl_url.https, clientauth)) {
506 transport = bl_url.https ? BL_HTTPS : BL_HTTP;

Completed in 47 milliseconds