/illumos-gate/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,
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | open.c | 457 ldap_init( const char *defhost, int defport ) 465 if ( defport < 0 || defport > LDAP_PORT_MAX ) { 468 defport, LDAP_PORT_MAX, 0 ); 554 ld->ld_defport = ( defport == 0 ) ? LDAP_PORT : defport; 633 ldap_x_hostlist_first( const char *hostlist, int defport, char **hostp, argument 646 *portp = defport; 660 (*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 | 175 static int nsldapi_try_each_host( LDAP *ld, const char *hostlist, int defport, 467 int defport, int secure, char **krbinstancep ) 469 * "defport" must be in host byte order 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, 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, 466 nsldapi_connect_to_host( LDAP *ld, Sockbuf *sb, const char *hostlist, int defport, int secure, char **krbinstancep ) argument 537 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...] |
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | ldapsinit.c | 201 ldapssl_init( const char *defhost, int defport, int defsecure ) argument 209 if (0 ==defport) 210 defport = LDAPS_PORT; 212 if (( ld = ldap_init( defhost, defport )) == NULL ) { 250 do_ldapssl_connect(const char *hostlist, int defport, int timeout, argument 305 intfd = (*(sseip->lssei_std_functions.lssf_connect_fn))( hostlist, defport, 454 ldapssl_connect(const char *hostlist, int defport, int timeout, argument 458 return( do_ldapssl_connect( hostlist, defport, timeout, options, 464 ldapssl_clientauth_connect(const char *hostlist, int defport, int timeout, argument 468 return( do_ldapssl_connect( hostlist, defport, timeou [all...] |
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | idmap_config.c | 372 get_val_ds(idmap_cfg_handles_t *handles, const char *name, int defport, argument 462 servers[i].port = defport; 470 servers[i].port = defport;
|