Home
last modified time | relevance | path

Searched refs:url_hport_t (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/common/net/wanboot/
H A DparseURL.h55 } url_hport_t; typedef
59 url_hport_t hport;
63 extern int url_parse_hostport(const char *, url_hport_t *, ushort_t);
H A Dboot_http.h44 url_hport_t proxy; /* proxy, if any being used */
104 int http_set_proxy(http_handle_t, const url_hport_t *);
H A DparseURL.c50 url_parse_hostport(const char *hpstr, url_hport_t *hport, ushort_t def_port) in url_parse_hostport()
H A Dbootlog.c517 static url_hport_t proxy; in setup_con()
H A Dboot_http.c104 url_hport_t proxy; /* The proxy info */
364 http_set_proxy(http_handle_t handle, const url_hport_t *proxy) in http_set_proxy()
/titanic_50/usr/src/lib/libpkg/common/
H A Dpkgweb.h98 url_hport_t proxy;
111 STACK_OF(X509) *, url_hport_t *, int);
113 char *, PKCS7 *, STACK_OF(X509) *, url_hport_t *, int);
H A Dpkgweb.c121 static OCSPStatus ocsp_verify(PKG_ERR *, X509 *, X509 *, char *, url_hport_t *,
140 url_hport_t *proxy;
766 url_hport_t *proxy, int nointeract) in ds_validate_signature()
837 STACK_OF(X509) *cas, url_hport_t *proxy, int nointeract) in validate_signature()
1037 url_hport_t *proxy; in web_verify()
1203 char *uri, url_hport_t *proxy, STACK_OF(X509) *cas) in ocsp_verify()
/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c429 url_hport_t u; in clhp()
1172 url_hport_t u; in config_incomplete()
H A Dwanboot.c610 static url_hport_t proxy_hp; in establish_http_connection()
/titanic_50/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c3134 url_hport_t *proxytmp = NULL; in get_package_list()
3192 proxytmp = malloc(sizeof (url_hport_t)); in get_package_list()