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

/illumos-gate/usr/src/common/net/wanboot/
H A DparseURL.h58 boolean_t https; member in struct:__anon2030
H A Dbootlog.c464 if (bl_url.https) {
505 if (setup_con(bl_httphandle, bl_url.https, clientauth)) {
506 transport = bl_url.https ? BL_HTTPS : BL_HTTP;
513 setup_con(http_handle_t handle, boolean_t https, boolean_t client_auth) argument
527 if (https && time(0) == 0)
558 if (https) {

Completed in 57 milliseconds