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

/illumos-gate/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, cons
[all...]

Completed in 44 milliseconds