Home
last modified time | relevance | path

Searched refs:bl_url (Results 1 – 1 of 1) sorted by relevance

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