/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | open.c | 457 ldap_init( const char *defhost, int defport ) in ldap_init() argument 465 if ( defport < 0 || defport > LDAP_PORT_MAX ) { in ldap_init() 468 defport, LDAP_PORT_MAX, 0 ); in ldap_init() 554 ld->ld_defport = ( defport == 0 ) ? LDAP_PORT : defport; in ldap_init() 633 ldap_x_hostlist_first( const char *hostlist, int defport, char **hostp, in ldap_x_hostlist_first() argument 646 *portp = defport; in ldap_x_hostlist_first() 660 (*statusp)->lhs_defport = defport; in ldap_x_hostlist_first()
|
H A D | os-ip.c | 175 static int nsldapi_try_each_host( LDAP *ld, const char *hostlist, int defport, 467 int defport, int secure, char **krbinstancep ) argument 477 NULL == hostlist ? "NULL" : hostlist, defport, 0 ); 491 s = ld->ld_extconnect_fn( hostlist, defport, 503 defport, secure, nsldapi_os_socket, 538 int defport, int secure, NSLDAPI_SOCKET_FN *socketfn, argument 557 parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port, 1665 nsldapi_ext_compat_connect( const char *hostlist, int defport, int timeout, argument 1710 s = nsldapi_try_each_host( defcsip->csi_ld, hostlist, defport,
|
H A D | llib-lldap | 122 LDAP *ldap_init( const char *defhost, int defport ); 468 LDAP * ldapssl_init( const char *defhost, int defport, int defsecure );
|
H A D | memcache.c | 589 int defport; in ldap_memcache_createkey() local 611 defport = ld->ld_defport; in ldap_memcache_createkey() 620 sprintf(buf, "%i\n%i\n%i\n", defport, scope, (attrsonly ? 1 : 0)); in ldap_memcache_createkey()
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | ldapsinit.c | 201 ldapssl_init( const char *defhost, int defport, int defsecure ) in ldapssl_init() argument 209 if (0 ==defport) in ldapssl_init() 210 defport = LDAPS_PORT; in ldapssl_init() 212 if (( ld = ldap_init( defhost, defport )) == NULL ) { in ldapssl_init() 250 do_ldapssl_connect(const char *hostlist, int defport, int timeout, in do_ldapssl_connect() argument 305 intfd = (*(sseip->lssei_std_functions.lssf_connect_fn))( hostlist, defport, in do_ldapssl_connect() 454 ldapssl_connect(const char *hostlist, int defport, int timeout, in ldapssl_connect() argument 458 return( do_ldapssl_connect( hostlist, defport, timeout, options, in ldapssl_connect() 464 ldapssl_clientauth_connect(const char *hostlist, int defport, int timeout, in ldapssl_clientauth_connect() argument 468 return( do_ldapssl_connect( hostlist, defport, timeout, options, in ldapssl_clientauth_connect()
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-public.c | 52 prldap_init( const char *defhost, int defport, int shared ) in prldap_init() argument 56 if (( ld = ldap_init( defhost, defport )) != NULL ) { in prldap_init()
|
H A D | ldappr-io.c | 53 static int LDAP_CALLBACK prldap_connect( const char *hostlist, int defport, 374 prldap_connect( const char *hostlist, int defport, int timeout, in prldap_connect() argument 405 for ( parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port, in prldap_connect()
|
/titanic_41/usr/src/lib/libldap5/include/ldap/ |
H A D | ldappr.h | 55 LDAP * LDAP_CALL prldap_init( const char *defhost, int defport, int shared );
|
H A D | solaris-int.h | 284 int defport, char **hostp, int *portp /* host byte order */,
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.h | 672 LDAP *ldapssl_init(const char *defhost, int defport, int defsecure);
|
/titanic_41/usr/src/cmd/idmap/idmapd/ |
H A D | idmap_config.c | 346 get_val_ds(idmap_cfg_handles_t *handles, const char *name, int defport, in get_val_ds() argument 424 servers[i].port = defport; in get_val_ds() 433 servers[i].port = defport; in get_val_ds()
|
/titanic_41/usr/src/head/ |
H A D | ldap.h | 477 LDAP_API(LDAP *) LDAP_CALL ldap_init(const char *defhost, int defport); 1465 LDAP * LDAP_CALL ldapssl_init(const char *defhost, int defport,
|