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

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c86 #define HTTP_CONN_INFO 0x90919293 /* Identifies a http_conn_t struct */
89 typedef struct http_conn_t { struct
125 } http_conn_t; typedef in typeref:struct:http_conn_t
168 static boolean_t http_check_conn(http_conn_t *);
169 static SSL_CTX *initialize_ctx(http_conn_t *);
170 static int tcp_connect(http_conn_t *, const char *, uint16_t);
171 static int readline(http_conn_t *, int, char *, int);
172 static int proxy_connect(http_conn_t *);
173 static int check_cert_chain(http_conn_t *, char *);
175 static int read_headerlines(http_conn_t *, boolean_
[all...]

Completed in 91 milliseconds