/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-public.c | 52 prldap_init( const char *defhost, int defport, int shared ) argument 56 if (( ld = ldap_init( defhost, defport )) != NULL ) {
|
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, argument 405 for ( parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port,
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | open.c | 191 ldap_init(char *defhost, int defport) argument 232 ld->ld_defport = (defport == 0) ? LDAP_PORT : defport; 252 open_ldap_connection(LDAP *ld, Sockbuf *sb, char *host, int defport, argument 263 defport = htons(defport); 291 port = defport; 301 defport, async, bindTimeout); 411 ldap_ssl_init(char *defhost, int defport, char *keyname) argument 417 if (defport [all...] |
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | open.c | 459 ldap_init( const char *defhost, int defport ) 467 if ( defport < 0 || defport > LDAP_PORT_MAX ) { 470 defport, LDAP_PORT_MAX, 0 ); 565 ld->ld_defport = ( defport == 0 ) ? LDAP_PORT : defport; 650 ldap_x_hostlist_first( const char *hostlist, int defport, char **hostp, argument 663 *portp = defport; 677 (*statusp)->lhs_defport = defport;
|
H A D | memcache.c | 589 int defport; local 611 defport = ld->ld_defport; 620 sprintf(buf, "%i\n%i\n%i\n", defport, scope, (attrsonly ? 1 : 0));
|
H A D | os-ip.c | 174 static int nsldapi_try_each_host( LDAP *ld, const char *hostlist, int defport, 466 int defport, int secure, char **krbinstancep ) 468 * "defport" must be in host byte order 476 NULL == hostlist ? "NULL" : hostlist, defport, 0 ); 490 s = ld->ld_extconnect_fn( hostlist, defport, 502 defport, secure, nsldapi_os_socket, 537 int defport, int secure, NSLDAPI_SOCKET_FN *socketfn, 556 parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port, 1664 nsldapi_ext_compat_connect( const char *hostlist, int defport, int timeout, argument 1709 s = nsldapi_try_each_host( defcsip->csi_ld, hostlist, defport, 465 nsldapi_connect_to_host( LDAP *ld, Sockbuf *sb, const char *hostlist, int defport, int secure, char **krbinstancep ) argument 536 nsldapi_try_each_host( LDAP *ld, const char *hostlist, int defport, int secure, NSLDAPI_SOCKET_FN *socketfn, NSLDAPI_IOCTL_FN *ioctlfn, NSLDAPI_CONNECT_WITH_TO_FN *connectwithtofn, NSLDAPI_CONNECT_FN *connectfn, NSLDAPI_CLOSE_FN *closefn ) argument [all...] |
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | ldapsinit.c | 198 ldapssl_init( const char *defhost, int defport, int defsecure ) argument 206 if (0 ==defport) 207 defport = LDAPS_PORT; 209 if (( ld = ldap_init( defhost, defport )) == NULL ) { 247 do_ldapssl_connect(const char *hostlist, int defport, int timeout, argument 302 intfd = (*(sseip->lssei_std_functions.lssf_connect_fn))( hostlist, defport, 451 ldapssl_connect(const char *hostlist, int defport, int timeout, argument 455 return( do_ldapssl_connect( hostlist, defport, timeout, options, 461 ldapssl_clientauth_connect(const char *hostlist, int defport, int timeout, argument 465 return( do_ldapssl_connect( hostlist, defport, timeou [all...] |