Searched refs:LDAP_PORT (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Durl.c201 ludp->lud_port = LDAP_PORT;
401 srv->lsrv_port = LDAP_PORT;
H A Dopen.c232 ld->ld_defport = (defport == 0) ? LDAP_PORT : defport;
H A Dreferral.c188 srv->lsrv_port = ludp->lud_port ? ludp->lud_port : LDAP_PORT;
H A Dcldap.c105 port = LDAP_PORT;
H A Drequest.c720 port = LDAP_PORT;
/osnet-11/usr/src/cmd/ldap/common/
H A Dcommon.c115 fprintf( stderr, gettext(" -p port\tLDAP server1 TCP port number (default: %d)\n"), LDAP_PORT );
117 fprintf( stderr, gettext(" -p port\tLDAP server2 TCP port number (default: %d)\n"), LDAP_PORT );
120 fprintf( stderr, gettext(" -p port\tLDAP server TCP port number (default: %d)\n"), LDAP_PORT );
194 int ldaptool_port = LDAP_PORT;
195 int ldaptool_port2 = LDAP_PORT;
H A Dldapmodify.c503 replicaport = LDAP_PORT;
H A Dldaptest.c292 port = LDAP_PORT;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c565 ld->ld_defport = ( defport == 0 ) ? LDAP_PORT : defport;
H A Durl.c457 srv->lsrv_port = LDAP_PORT;
H A Drequest.c1039 srv->lsrv_port = (secure) ? LDAPS_PORT : LDAP_PORT;
1290 port = LDAP_PORT;
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h48 #define LDAP_PORT 389 macro
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dldap.c73 lmap->ldap_port = LDAP_PORT;
/osnet-11/usr/src/head/
H A Dldap.h48 #define LDAP_PORT 389 macro
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connect.c2465 port = useSSL ? LDAPS_PORT : LDAP_PORT;
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_op.c978 port = proxyInfo.tls_method == ssl_tls ? LDAPS_PORT : LDAP_PORT;

Completed in 111 milliseconds