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

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c105 boolean_t proxied; /* Connection is proxied */ member in struct:http_conn_t
310 c_id->proxied = B_FALSE;
373 c_id->proxied = B_TRUE;
376 c_id->proxied = B_FALSE;
721 if (c_id->proxied) {
732 (c_id->proxied) ? "proxy_connect" : "tcp_connect",
1602 if (c_id->proxied && c_id->ssl == NULL) {
2068 * proxy_connect - Set up a proxied TCP connection to the target host.

Completed in 75 milliseconds