Home
last modified time | relevance | path

Searched defs:http_conn_t (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/
H A Dboot_http.c89 typedef struct http_conn_t { struct
90 uint_t signature; /* Cookie indicating this is a handle */
91 int fd; /* Connection's fd... */
92 SSL_CTX *ctx;
93 void *ssl; /* Handle to ssl data structure */
94 int read_timeout; /* Timeout to use on read requests in sec */
95 char *basic_auth_userid; /* Basic authentication user ID */
96 char *basic_auth_password; /* and password */
97 char is_multipart; /* B_TRUE if doing multipart/mixed download */
98 char is_firstpart; /* B_TRUE if first part in a multipart xfer */
[all …]