Searched refs:url_hport_t (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/common/net/wanboot/ |
H A D | parseURL.h | 55 } url_hport_t; typedef 59 url_hport_t hport; 63 extern int url_parse_hostport(const char *, url_hport_t *, ushort_t);
|
H A D | boot_http.h | 44 url_hport_t proxy; /* proxy, if any being used */ 104 int http_set_proxy(http_handle_t, const url_hport_t *);
|
H A D | parseURL.c | 50 url_parse_hostport(const char *hpstr, url_hport_t *hport, ushort_t def_port) in url_parse_hostport()
|
H A D | bootlog.c | 517 static url_hport_t proxy; in setup_con()
|
H A D | boot_http.c | 104 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 D | pkgweb.h | 98 url_hport_t proxy; 111 STACK_OF(X509) *, url_hport_t *, int); 113 char *, PKCS7 *, STACK_OF(X509) *, url_hport_t *, int);
|
H A D | pkgweb.c | 121 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 D | wbcli.c | 429 url_hport_t u; in clhp() 1172 url_hport_t u; in config_incomplete()
|
H A D | wanboot.c | 610 static url_hport_t proxy_hp; in establish_http_connection()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | main.c | 3134 url_hport_t *proxytmp = NULL; in get_package_list() 3192 proxytmp = malloc(sizeof (url_hport_t)); in get_package_list()
|