Home
last modified time | relevance | path

Searched refs:lud_host (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c237 ludp->lud_host = NULL; in nsldapi_url_parse()
239 ludp->lud_host = urlcopy; in nsldapi_url_parse()
240 nsldapi_hex_unescape( ludp->lud_host ); in nsldapi_url_parse()
251 if (( p = strrchr( ludp->lud_host, ' ' )) == NULL ) { in nsldapi_url_parse()
252 p = ludp->lud_host; in nsldapi_url_parse()
263 if ( *ludp->lud_host == '\0' ) { in nsldapi_url_parse()
431 if ( ludp->lud_host == NULL ) { in ldap_url_search()
434 host = ludp->lud_host; in ldap_url_search()
449 } else if ( ludp->lud_host == NULL ) { in ldap_url_search()
H A Drequest.c996 if (ludp->lud_host == NULL && ld->ld_defhost == NULL) { in chase_one_referral()
999 if (ludp->lud_host == NULL) { in chase_one_referral()
1007 srv->lsrv_host = nsldapi_strdup(ludp->lud_host); in chase_one_referral()
1030 if (ludp->lud_port == 0 && ludp->lud_host == NULL) { in chase_one_referral()
1036 } else if (ludp->lud_port == 0 && ludp->lud_host != NULL) { in chase_one_referral()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c1387 if ((ludp->lud_port == 0) && (ludp->lud_host == NULL)) { in __s_api_addRefInfo()
1426 hostlen = strlen(ludp->lud_host) + in __s_api_addRefInfo()
1442 tmp = strstr(url, ludp->lud_host); in __s_api_addRefInfo()
1446 ludp->lud_host, in __s_api_addRefInfo()
1451 ludp->lud_host, in __s_api_addRefInfo()
1457 ludp->lud_host); in __s_api_addRefInfo()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c803 if ( ludp->lud_host == NULL ) { in main()
806 printf( "<%s>\n", ludp->lud_host ); in main()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c1079 return (strcasecmp(ludpp->lud_host, lc->sp) == 0 && in is_same_connection()
1191 lc = createCon(ludpp->lud_host, proxyInfo.proxy_dn, in findReferralCon()
1201 myself, NIL(ludpp->lud_host)); in findReferralCon()
H A Dnis_parse_ldap_conf.c1065 if ((ld = connect_to_ldap_config_server(ludpp->lud_host, in process_ldap_referral()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c2310 ld = ldapssl_init(ludp->lud_host, ludp->lud_port, 1); in ldap_initialize()
2312 ld = ldap_init(ludp->lud_host, ludp->lud_port); in ldap_initialize()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c188 lmap->ldap_host = sm_strdup_x(ludp->lud_host);
/illumos-gate/usr/src/head/
H A Dldap.h762 char *lud_host; member