Searched refs:defport (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dopen.c191 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...]
H A Dllib-lldap110 LDAP *ldap_init( char *defhost, int defport );
114 LDAP *ldap_ssl_init(char *defhost, int defport, char *keyname );
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c459 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 Dos-ip.c174 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...]
H A Dllib-lldap122 LDAP *ldap_init( const char *defhost, int defport );
468 LDAP * ldapssl_init( const char *defhost, int defport, int defsecure );
H A Dmemcache.c589 int defport; local
611 defport = ld->ld_defport;
620 sprintf(buf, "%i\n%i\n%i\n", defport, scope, (attrsonly ? 1 : 0));
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dldappr.h55 LDAP * LDAP_CALL prldap_init( const char *defhost, int defport, int shared );
H A Dsolaris-int.h284 int defport, char **hostp, int *portp /* host byte order */,
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c198 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...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-public.c52 prldap_init( const char *defhost, int defport, int shared ) argument
56 if (( ld = ldap_init( defhost, defport )) != NULL ) {
H A Dldappr-io.c53 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/include/
H A Dldap-int.h77 int open_ldap_connection( LDAP *ld, Sockbuf *sb, char *host, int defport,
H A Dldap.h1023 LDAP *ldap_init(char *defhost, int defport);
1029 LDAP *ldap_ssl_init(char *defhost, int defport, char *keyname);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DINET.pm55 my $defport = ($port =~ s,\((\d+)\)$,,) ? $1 : undef;
61 $port = $serv[2] || $defport || $pnum;
/osnet-11/usr/src/head/
H A Dldap.h475 LDAP_API(LDAP *) LDAP_CALL ldap_init(const char *defhost, int defport);
1458 LDAP * LDAP_CALL ldapssl_init(const char *defhost, int defport,

Completed in 43 milliseconds