Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/net/wanboot/
H A Dboot_http.h97 typedef void *http_handle_t; typedef
103 http_handle_t http_srv_init(const url_t *);
104 int http_set_proxy(http_handle_t, const url_hport_t *);
105 int http_set_keepalive(http_handle_t, boolean_t);
106 int http_set_socket_read_timeout(http_handle_t, uint_t);
107 int http_set_basic_auth(http_handle_t, const char *, const char *);
108 int http_set_random_file(http_handle_t, const char *);
110 int http_set_client_certificate_file(http_handle_t, const char *);
111 int http_set_password(http_handle_t, const char *);
112 int http_set_key_file_password(http_handle_t, const char *);
[all …]
H A Dboot_http.c166 static int http_req(http_handle_t, const char *, http_req_t, offset_t,
292 http_handle_t
338 http_conn_is_https(http_handle_t handle, boolean_t *bool) in http_conn_is_https()
364 http_set_proxy(http_handle_t handle, const url_hport_t *proxy) in http_set_proxy()
399 http_set_keepalive(http_handle_t handle, boolean_t on_off) in http_set_keepalive()
428 http_set_socket_read_timeout(http_handle_t handle, uint_t timout) in http_set_socket_read_timeout()
456 http_set_basic_auth(http_handle_t handle, const char *userid, in http_set_basic_auth()
502 http_set_random_file(http_handle_t handle, const char *fname) in http_set_random_file()
572 http_set_client_certificate_file(http_handle_t handle, const char *fname) in http_set_client_certificate_file()
608 http_set_password(http_handle_t handle, const char *password) in http_set_password()
[all …]
H A Dbootlog.c91 static http_handle_t bl_httphandle = NULL;
96 static boolean_t setup_con(http_handle_t, boolean_t, boolean_t);
513 setup_con(http_handle_t handle, boolean_t https, boolean_t client_auth) in setup_con()
/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c134 print_errors(const char *func, http_handle_t handle) in print_errors()
342 read_bytes(http_handle_t handle, char *buffer, size_t cnt) in read_bytes()
413 read_digest(const char *what, http_handle_t handle, unsigned char *sdigest) in read_digest()
469 write_msg_to_ramdisk(const char *what, caddr_t addr, http_handle_t handle, in write_msg_to_ramdisk()
604 establish_http_connection(const char *what, http_handle_t *handlep, in establish_http_connection()
824 process_miniinfo(http_handle_t handle, size_t *mini_size, in process_miniinfo()
889 http_handle_t handle; in get_miniinfo()
975 process_miniroot(http_handle_t handle, hash_type_t htype, in process_miniroot()
1051 http_handle_t handle; in get_miniroot()
1218 process_wanbootfs(http_handle_t handle, char **devpath, in process_wanbootfs()
[all …]
/titanic_50/usr/src/lib/libpkg/common/
H A Dpkgweb.h103 http_handle_t *hps;